What is test data
Answers were Sorted based on User's Feedback
Answer / rajesh.pothina
Test data is nothing but the input and the expected we give
to get the exact actual result . To check whether the test
case covered the requirement or not.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pallavi
The inputs to be tested are nothing but test data.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mrs
Test data is the :
1)Data Base data, which should perform the basic
functionality of an application.
2)Test data will reflect the domain functionality
requirements, & will be helpful to the development team &
testing team to peform their task.
3)To check the Database integrity, consistency & durability.
4)To check the efficiency of the data retrieval through
application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
How do we estimate the number of test cases?
what is the difference between sanity testing and smoke testing.
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
what is data base testing, explain with example
What's an 'inspection'?
diff b/w waterfall model & spiral model?
14 Answers APIIT, BBD, QQ, Rift Valley Institute of Science and Technology RVIST, Wipro,
Comparison testing is typically done to test two competing products as part of customer market analysis prior to product release. Is it true.explain comparision testing
What is negative test case ?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
While executing the test cases manually all were pass.but when run on automation tool there it was failed to get pass result .Why so happened?