QA Concepts Question:
Download Questions PDF

What is the difference between test case and test data?

Answer:

Test Data: collection of test input values that are
consumed during the execution of a test, and expected
results referenced for comparative purposes. Test data may
be any kind of input to application, any kind of file that
is loaded by the application or entries read from the
database tables. It may be in any format like xml test data,
system test data, SQL test data or stress test data.

Test Case : A set of test inputs, execution conditions, and
expected results developed for a particular objective, such
as to exercise a particular program ...
Test cases is a sequence of steps to test the correct
behavior of a functionality/feature of an application

Download QA Concepts Interview Questions And Answers PDF

Previous QuestionNext Question
What is Agile Development Processes?Explain Agile Development Processes?