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 a successful product?
What do u do if the bug that u found is not accepted by the developer and hez saying its not reproducable.Note:The developer is in the onsite location
When will the testing starts? a)Once the requirements are complete b)In requirement phase
Describe your experiences with code analyzers.
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
what is Adittrail in test factors
Hi could some one please send me the testplan testcases(for 2Modules) and testscripts for mercry fliht aplication or gmail. please write those on templates and send me.In testplan plase write Testobjective, test scope, est approach, exlusions assumptios.
can any body tell me vat is the status of the bug when it is going for retesting and where we write the bugs in case of retesting
What we mean by Stealth Bug
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
Tell some examples of bug severity and bug priority?
What are the different ways to check a date field in a website?