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:

      • Variables and Methods Variables: Variable is a name given to a memory location in which, we can store some value which can be used in a program. Variable Declaration: It is process of specifying what type of data to be stored into the memory … Read More
      • Manual Testing QuestionsWhat is Smoke Testing?Smoke Testing: This is build acceptance Testing performed after build is released to the Testing. This Testing is done to check the major functionalities are working fine or not.What is Sanity Testing?Sa… Read More
      • Type Casting Type Casting: The process of converting value of one Datatype to another Datatype. Two ways of Casting: Widening:  Converting a smaller datatype to higher datatype is called widening. byte-> short -> char … Read More
      • Selenium Interview Questions and Answers I have attended some interviews during my career. I am sharing with you questions i was asked in the interviews. Hope these questions are helpful to the readers.    A Java Program to retrieve the data fro… Read More
      • Write a Java Program to Add Map Elements and Print  package qasignpackage;import java.util.ArrayList;import java.util.Arrays;import java.util.HashMap;import java.util.List;import java.util.Map;import java.util.Map.Entry;public class SampleTest {    public … 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