How to create Test Data? What are the Fields in Test Data.
Please any one specify the format of Test Data?

Answers were Sorted based on User's Feedback



How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Tes..

Answer / 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

How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Tes..

Answer / vijay

In my project whether writing the test conditions itself we
will create the test data.

Test data means when we are executing the test scripts,we
need to give some input for required fields.those inputs
are called as test data.

I am in Insurance domain project, while writing the test
case itself,I know,which type of policy I need to test the
perticular condition.

If I have no required data in test region, I will request
to the supporting team to load in test region from Live.

If I am wrong Please let me know

Is This Answer Correct ?    3 Yes 0 No

How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Tes..

Answer / ysreddy

Hi Mr,
The source of the Test data differs from Phases to Phases,
If you are in IAT then extract data from Design docs,
if you are in System testing( functional or non
functional ) get the data from SRS and if you are in UAT,
then get data from BRS or some times you are allowed to use
live data.

if you are not ok with my answer, - contact me on
ysreddyqa@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

0 Answers  


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

0 Answers  


Explain the domain testing?

0 Answers  


Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.

0 Answers  


Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)

1 Answers  






Tell me about your Roll and your Team Lead's Role

4 Answers  


Write a test case for telephone?

0 Answers  


What is the difference between System testing and System Integration testing?

4 Answers   Infosys,


wht are the test cases, we have to write for check box, Anybody can help me. Thanks in advance.

5 Answers   AppLabs, Siemens,


Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.

3 Answers  


what is the process of testing

2 Answers   TCS,


what will be testcases for job portal such as naukri.com , monster.com (as existing user)

2 Answers   Unilog,


Categories