How to create Test Data? What are the Fields in Test Data.
Please any one specify the format of Test Data?
Answer Posted / rajesh
If you are writing test case then you need input data for
any kind of test. Tester may provide this input data at the
time of executing the test cases or application may pick
the required input data from the predefined data locations.
The 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.
Design your 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 ? | 8 Yes | 0 No |
Post New Answer View All Answers
Test a file replication service that copies files from one net location to another
Explain the monkey testing?
What are basic types of test cases?
What is the state testing?
What is the logic testing?
Who will take care of test plan and test case?
How to write the test cases for STP
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Explain the static testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the soak testing?
how to write a test cases for courier offices?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..