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 |
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.
if u login sucessusfully in page and reach the 2nd mailing page where u find u are getting only few mails not all then wat would u say test is pass or fail
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
What is the configuration tool is using in your organization.
Why is software testing required?
some major negative test cases to break the sign up page having username password, email, url address field and some check box selection options ?
how to indentify memory leakages after the build
what is walkthrough?
List out test deliverables?
Do u writing a separate testcase for Regression Testing? If it is Yes, Explain How to write the Testcase?
What is API Testing? how do we perform this testing?
What is risk analysis?