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


Please Help Members By Posting Answers For Below Questions

What is the main use of preparing traceability matrix and explain the real time usage?

739


what is coupling integration testing

1632


For any web application, what are the possible login features that should be tested?

803


What are the types of maintenance?

599


Write 2 scenarios for Integration testing? Please let me know its urgent.

1559






when do you escalte issue to your manager?

1786


According to RBI rule how much money can be transferred through online banking at one time...?

2389


Hi ALl, Can you please list out Q & A for Test Lead,which Interviewer may ask in interview for Test Lead position

1513


Unit Testing can be done by using Nunit?

711


Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks

1798


Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?

1774


What are the roles of glass-box and black-box testing tools?

1643


what is test case management?explain in brief.

1537


What is known as data-driven testing?

627


negative test cases on banking domain ?

3400