Sunday, July 7, 2019

What is Software Testing:
Software Testing is a process of verifying or validating an application with the intention of finding bugs or defects.
This can be done through either manually or using automation tool.
Definition of a Defect
It is a deviation from the requirement specification. (difference between expected result and actual result)

Importance of Software Testing:
  • It is an essential since it makes sure of the Customer’s reliability and their satisfaction in the application.
  • It is very important to ensure the Quality of the product. Quality product delivered to the customers helps in gaining their confidence.
  • Testing is required for an effective performance of software application or product.
  • It is important to ensure that the application should not result into any failures because it can be very expensive in the future or in the later stages of the development.







      Related Posts:

      • Functional Interface in java Functional Interface: is an interface it contains only one abstract method and declares with annotation @FunctionalInterface E.g:                         @Func… Read More
      • Anagram program in java package seleniumrepo; import java.util.Arrays; /*  * Check whether two strings are anagram of each other  * Ex: LISTEN <=> SILENT, TRIANGLE <=> INTEGRAL, HEART <=> EARTH  */ public cl… Read More
      • Prime number a. prime or not Prime number: A prime number is a whole number greater than 1 whose only factors are 1 and itself. Ans: --- public class PrimeTest { public static void main(String[] args) { int n, i, k=0… Read More
      • Factorial of a given number Factorial of a given number using recursion. public lass FactorialRecursion{         public static void main(String[] ar){              System.out.print("Enter a number … Read More
      • Lambda Expressions in Java Lambda Expressions: It is a anonymous(nameless) function. It does not has method name, method return type nor modifiers            General Method:            … Read More

      0 comments:

      Post a Comment

      Selenium Training in Realtime

      Blog helps to a student or IT employee to develop or improve skills in Software Testing.

      Followers

      About Me

      My photo
      Hyderabad, Andhra Pradesh, India
      I am Automation Testing Professional. I have completed my graduation in B.Tech (Computers) from JNTU Hyderabad and started my career in Software Testing accidentally since then, I passionate on learning new technologies

      Contact Form

      Name

      Email *

      Message *

      Popular Posts