Wednesday, 28 October 2015

What is Verification in Software Testing?

Verification in software testing:

·          It makes sure that the product is designed to deliver all functionality to the customer.
·          Verification is done at the starting of the development process. It includes reviews and meetings, walkthroughs, inspection, etc. to evaluate documents, plans, code, requirements and specifications.
·          It answers the questions like: Am I building the product right?
·          Am I accessing the data right (in the right place; in the right way)?
·          It is a Low level activity.
·          Performed during development on key artifacts, like walkthroughs, reviews and inspections, mentor feedback, training, checklists and standards.

·          Demonstration of consistency, completeness, and correctness of the software at each stage and between each stage of the development life cycle.

Related Posts:

  • Automation Testing QTP : Synchronisation Sometimes scripts fail when they are run because of the speed mismatch between QTP and the application. QTP is always f… Read More
  • VB Script VB Script Examples : Q1.print this pattern 54321 5432 543 54 5ans1:strVal = 54321For IntCounter =… Read More
  • OBJECT IDENTIFICATION IN QTP QTP : Object Identification The process of uniquely identifying an object from the application window is known as Object Identification. QTP … Read More
  • REGULAR EXPRESSION IN QTP REGULAR EXPRESSION EXAMPLE Regular Expressions A regular expression is a special text string for describing a search for describ… Read More
  • Automation Testing QTP - Interview Questions for 3 years exerienced candidates Q. 11: What is a Virtual Object in QTP?===============================Since someti… Read More

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.