How will you test manually if you have more than 1000 of data?
Answers were Sorted based on User's Feedback
Answer / rahul
More than 1000 data :
1.If its in case of inputs: Black box techniques can be applied e.g Equivalence Partitioning, Boundary value analysis.
2.If its in case of test cases:
a. In Less time: Prioritize test case depending upon the priority and severity of test cases it will be execute and executing all those minimum test cases necessary to check the functionality of the application.
b. If time permits: All the test cases should be executed.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / sani
we can prefer either ad-hoc testing/ Error guessing or regression testing depending upon on the scheduled time,
Means,if we have to deliver products to the customer within limited period of time(one day/2 days),its better to do ad-hoc /Error guessing method
Else,create test cases according to customer requirements,and then execute the test cases for the specified test data
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / nitesh j
I think you should do the Equivalence and boundary value analysis if you have 1000 data to be tested for an application.
| Is This Answer Correct ? | 2 Yes | 2 No |
What do u do if a bug logged by u is not reproducible in developers environment (developers environment is same as urs)
can u write negative test cases on google search form?
what is data migration testing?
In any application there are so many fields. So tester have to test each field with Special chars., Alphabetic value, Alphanumeric value, Blank Space. etc. I am testing with all these inputs but should I have to consider these into test cases. Because rather than these there many functionalities to check.Please Guide me properly
What is verification & validation?
My self Rangaraja from hyderabad.I have 2years exp in manual testing in Printing Domain.I want learn Banking domain Could you please any one explain how to test banking domain? if you have documents please share me through following ID:brangaraja@gmail.com.
When should you begin test planning?
How and when can the Testing Organization detect software defects?
What is exploratory testing?
which tool used for gui testing?
Why we call it as a regression test nor retest?
Suppose u got Change Request from client just before release, What is your approach and how do you convenience the client.