Software Testing Interview Questions and Answers
Software Testing : What is the difference between a Test Plan, a Test Strategy, a Test Scenario, and a Test Case?

What is the difference between a Test Plan, a Test Strategy, a Test Scenario, and a Test Case?

A Test plan is a document that describes the scope, approach, resources & schedule of intended t....
Category: Software Testing Date: 9/12/2009 8:31:04 PM
Software Testing : What is Unit Testing?

What is Unit Testing?

Unit Testing is a process used to validate that a particular module of source code is working proper....
Category: Software Testing Date: 9/8/2009 1:47:12 AM
Software Testing : What is a Test Plan?

What is a Test Plan?

A document describing the scope, approach, resources and schedule of intended test activities. The p....
Category: Software Testing Date: 9/8/2009 1:44:23 AM
Software Testing : What are the various types of Software Testing?

What are the various types of Software Testing?

1) Unit Testing 2) Integration Testing 3) System Testing 4) Acceptance Testing 5) Alpha and Beta Tes....
Category: Software Testing Date: 9/8/2009 1:36:32 AM
Software Testing : What is a difference between validation and verification?

What is a difference between validation and verification?

Validation is the process of evaluation of changed code and the associated documentation at the end....
Category: Software Testing Date: 9/7/2009 2:49:33 AM
Software Testing : What is White box Testing?

What is White box Testing?

Testing applications with the knowledge of the internal structure and the code of the program.
Category: Software Testing Date: 9/7/2009 2:45:55 AM
Software Testing : Define Black Box Testing?

Define Black Box Testing?

Testing applications only based on the output requirements and without any knowledge of the internal....
Category: Software Testing Date: 9/7/2009 2:44:14 AM
Software Testing : What is a Defect?

What is a Defect?

Any unanticipated or unexpected event that results in a fault or failure in the application.
Category: Software Testing Date: 9/7/2009 2:41:23 AM
Recent Answers
How do you declare destructor in c#?
kumar answered: by implementing finalize and dispose method