How u prepare Test data in testing process???



How u prepare Test data in testing process???..

Answer / ramyab.mca@gmail.com

Hai...

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.

K.Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

urgent --pls help me out friends i have given my current project as inventory , where it iuncludes the modules purchse order, receiving list, items receipt, sales order ..if anybody involved in the similar project pls send me the test case u wrote and bug u found ... my email id -ranjieni@gmail.com

1 Answers  


What is the difference between Two Tier and Three Tier Architecture?

12 Answers   HCL, TCS,


Difference Between Adhoc Testing & Exploratory Testing?

20 Answers   TCS,


How to export the bugs at time excel sheet? What is the sanity testing and smoke testing how can we do in the company?

1 Answers   Satyam,


Have you ever written test cases or did you just execute those written by others?

1 Answers  






hi can anyone say how we can use test metrices in an applistion

1 Answers  


Explain test procedure and write test cases for EFTPOS/CREDIT CARD

0 Answers   People Bank,


How will we come to know that its a bug,in what situations we consider it as a bug?

3 Answers  


If a test script instructs WinRunner to open an application to test it, what end conditions might be good?

1 Answers  


What is a Rad model?what are the advantages and disadvantages of rad model over the other sdlcs?

2 Answers  


diff between usecase and testcase

8 Answers  


What is smoke testing and when it will be done?

3 Answers  


Categories