How u prepare Test data in testing process???

Answers were Sorted based on User's Feedback



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

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

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

Answer / raghu.

Preparing Test data is very important before we execute the
test cases. Test data must be created for each and every
test cases. Test data can be prepared with the knowledge of
Boundary Value Analysis and equivalence class partition.
Ex: The test data for customer name field with the
condition such as 5 to 15 chars and no special symbols
would be
Boundary Value Analysis:
min i.e 5 chars: arthu result: system should accept
min-1 ie 4 chars: qwer, result: should prompt error message.
max ie 15 chars: qwertyuioplkjhg : system should accept.
max+1 ie 16 chars: qwedsafgtrfdsert: system should prompt
error message.

Equivalence class partition:
include all the special symbols or numbers in the middle.:
system should prompt error message.

Friends plzz let me know if i am wrong or u get more
generous answer. Thank You

Is This Answer Correct ?    24 Yes 3 No

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

Answer / guest

hi rafi ... this is not the right way.. if you now the
answer please give the right way... if you dont no dont
send those stupid posts...if you are a genious give the
proper answer dont disapoint....

Is This Answer Correct ?    19 Yes 3 No

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

Answer / imran

MR. RAFI THIS NOT A CHAT OR LOVE MAKING SITE BE
PROFESSIONAL AND ANSWER PROPERLY NO ONE IS INTERESTED ABOUT
YOUR DESIGNATION OR WHAT U R

Is This Answer Correct ?    14 Yes 6 No

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

Answer / sarat sadasivan pillai

Understanding the business logic is often very important.
also, it would be helful if customer provided data is
available, which will help in getting a deeper kowledge
about the amount and type of actual data tat is expected to
go into the DB.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / mfsi_chinmayb`

Hi
Test data is simply the data which is affected or affects
the system or component.Hence we need to filter out the test
data to forbid the term exhaustive testing.So we can
implement different test techniques like Equivalent
partitioning or boundary value analysis etc

Is This Answer Correct ?    3 Yes 0 No

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

Answer / aparna

One method is With the testcase itself include test data.
If bulk amount of data exist to test in various conditions,
Keep the fields in the page as columns in excel sheet and
give the data with various combinations.

Any other information please inform me

Is This Answer Correct ?    11 Yes 9 No

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

Answer / sriram

Hi all ,
think like a colig in it. I faced this question in syntel
interview 2 times . Coming our banking we need debitcard
number or credit card number or account number to test the
application. All that numbers iam getting from client .
Here my doubt is, does we call account number as test data.


syntel did not accept it as test data.

guide me
thanku.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / narender lella

we can prepare the test data by performing the actions on application, Here we give the input for every functionality's and when we don't need to enter input data that is like documentary testing which is no input data,nothing logic here as like as end user, we perform actions here , test data means testing data by giving input to all fields, and here we take it as reference document.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / praveen kumar

Suppose ,if we are taking 1 field for which we are going to
Prepare Test data.We are going to consider the Boundary
Values as well as ECP in preparation of Test Data


Praveen Kumar.D
Prapan SOlutions India PVT LTD

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How do u find Synchronization problems manually?

3 Answers   CTS,


Where will you give the Reproduce option in Bug report?

2 Answers   GE,


What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?

2 Answers  


what is meant by metrics give some examples and what is meant by testscripts

2 Answers  


what is impact analysis?....and base line version?...

3 Answers  






How can u proove ur self as a TE the bug is valid? if the developer said its a invalid bug but TE said its a valid?

1 Answers   Cap Gemini,


What is risk analysis,what type of risk analysis u did in u r project

1 Answers   Lehman Brothers,


May i know now-a-days most of the companies are following which model?

7 Answers  


I want to do Advanced Level of Certification Course.Please let me know which lelel will be better for me.please let know after completion og Foundation Level,which level will be better for me?

2 Answers   Path Infotech,


What are the Blackbox Testing Techniques?

7 Answers   GE,


Who will perform Integration Testing?

17 Answers  


Difference between verification and validation?

5 Answers   IBM,


Categories