-
What is the purpose of the testing?
Answer posted by Radhika on 2005-05-23 17:50:13: The purpose of testing can be quality assurance, verification and validation, or reliability estimation. Testing can be used as a generic metric as well. Correctness testing and reliability testing are two major areas of testing. Software testing is a trade-off between budget, time and quality.
-
-
Difference between Black & White box testing
Answer posted by Radhika on 2005-05-23 18:10:57: Black Box Testing: Testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team. White (Glass) Box Testing: Testing input/output with full knowledge and/or regard of the internal code. Commonly designed/executed by Developers.
-
Describe to me the difference between validation and verification.
Answer posted by Radhika on 2005-05-24 08:29:43: Verification takes place before validation, and not vice versa. Verification evaluates documents, plans, code, requirements and specifications. Validation evaluates the product itself. The input of verification are checklists, issue lists, walkthroughs and inspection meetings, reviews and meetings. The input of validation is the actual testing of an...
-
How do you perform regression testing?
Answer posted by Ravi on 2005-06-01 13:37:16: Regression Testing is carried out both manually and automation. The automatic tools are mainly used for the Regression Testing as this is mainly focused repeatedly testing the same application for the changes the application gone through for the new functionality, after fixing the previous bugs, any new changes in the design etc. The regression testing...
-
-
-
-
Defect Retest
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
-
-
What is Traceability Matrix ? Who prepares this document ?
Please Give me the detail description
-
-
-
-
-
-
-
Boundary value analyses
Boundary value analyses catches error that happens or arises at...1)End 2)Beginning 3)Middle 4)At boundaries
-
-
Testing General Interview Questions
Ans