How u prepare Test data in testing process???
Answer Posted / sravanthi
Preparing proper test data is a core part of “project test
environment setup”. Tester cannot pass the bug
responsibility saying that complete data was not available
for testing. Tester should create his/her own test data
additional to the existing standard production data. Your
test data set should be ideal in terms of cost and time.
Design our test data considering following categories:
Test data set examples:
1) No data: Run your test cases on blank or default data.
See if proper error messages are generated.
2) Valid data set: Create it to check if application is
functioning as per requirements and valid input data is
properly saved in database or files.
3) Invalid data set: Prepare invalid data set to check
application behavior for negative values, alphanumeric
string inputs.
4) Illegal data format: Make one data set of illegal data
format. System should not accept data in invalid or illegal
format. Also check proper error messages are generated.
5) Boundary Condition data set: Data set containing out of
range data. Identify application boundary cases and prepare
data set that will cover lower as well as upper boundary
conditions.
6) Data set for performance, load and stress testing: This
data set should be large in volume.
This way creating separate data sets for each test
condition will ensure complete test coverage.
Is This Answer Correct ? | 46 Yes | 2 No |
Post New Answer View All Answers
test cases for compose functionality of gmail
What is test closure?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is an audit report? Whom is it done by?
In usability testing we check spelling, content, look and feel, color combination, link or menu navigation? please let me know more about usability testing.
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
what r the measure bugs found in your project??? Give some example abt this.
What are the RBI rules has to follow by a bank for online precesseing. ?
I have 2 yr Localisation testing exp now i want to job in MNC My manualtesting knowledge+2 yr exp sufficiant for in MNC
What are the different ways of doing black box testing?
What is Catapult Testing in E-Learning Domain?
can any body tell me what is the process of between after getting a documents and testcase writing.
structure of an incident report is covered in stand for software test document IEEE 829 and is called as?
What makes a good software qa engineer?
Can you explain requirement traceability and its importance?