-
What is Equivalence Partitioning
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
-
What is the difference between testing and quality assurance (QA)?
This question is surprisingly popular. However, the answer is quite simple. The goals of both are different: The goal of testing is to find the errors. The goal of QA is to prevent the errors in the program.
-
How do you go about testing a web application?
Answer posted by Ravi on 2005-06-01 14:31:58: It’s clear that for testing any application, one should be clear about the requirements and specification documents. For testing Web application, the tester should know, what the web application deals with. For Testing Web application, the test cases written should be in two different types, 1) The Test cases related to the Look and Feel of the Web pages...