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 |
What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?
What are the disavantage of Manual Testing?
what is test case? what it consists? what are the types of test cases?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
this is a question asked by an interviewer..."why have u choose the testing field"
If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?
what is traceabiity matrix
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
What is difference in between operating system 2000 and os xp?
Wht are the Test cases do we write for Dialog box.. can anybody answer it.. Thanks in advance
What is agile methodology and how to perform agile testing?
How you will do regression testing on login form, After fixing the bug?