waht is the difference b/w test caes and test data?
Answers were Sorted based on User's Feedback
Answer / rajvelur
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
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vijay
Test case: A set of Inputs,processiong and out put.
Test case contains the checking the actual results withe
expected results.
Test data:test data is the data which we need to give as
inout for processing.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Conventional SPMs
I test change password field for a application.But it accept new password same as old password. Is it not a issue??I raise this issue but developer team mark invalid.
How would you describe the involvement you have had with the bug-fix cycle between Development and QA?
Give me example of automate the regression test suite ........Thanks...
What is Release Note and its contents?
What are the dimensions of the risks?
What kinds of testing should be considered?
If you find bug while testing, and Developer reject your bug, You will try to explain developer this is bug, Please fix it, Still Developer does not listen to you ? What you will do at this situation.
What are the solutions for the software development problem?
What is quality assurance?
Differentiate ad-hoc testing and exploratory testing?
What is Cause and Effect Diagram, how it helps in software testing?.