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
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
What type bugs you will find in integration testing with example?
When should you opt for manual testing over automation testing?
What is the difference between GUI Testing,UI testing and Usability TEsting
What is the Myers Boundary Table?
How can I do Server side Interface testing in Web Testing?
Test Cases For Router&Switch
What is integration level testing?
what r the 5 major defects that u found in ur shopping related project?
What is Independent Testing?
What are the different levels of manual testing?
Tell me some Adhoc testing scenarios of ebay (online auction product)?
what is functional testing terminologies
Explain thread testing.