if we ve 1000 test cases to run and we ve no time and we
dnt wanna use automation tool how we will complete testing
in time constrant plz do answer
Answers were Sorted based on User's Feedback
Answer / satish
First of all execute high priority test cases. If time
permits execute remaining test cases.
correct me if I am wrong
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ashok.hugar
we need to priorities the test cases in such conditions,
like which functionality is most visible to the end user or
customer ,which functionality has largest safety impact on
the business,which functionality has largest financial
impact on the user then run test cases.
correct me if m wrong
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / navaz
While writing Testcases one should prioritize the testcase
wrt modules, then TL can prioritize the testcases and can
easily execute the High priority cases
Please Revert me if I am wrong
md_navaz@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abdul
There is another approach if while writing the test cases we
can mark the test cases as sanity test cases where major of
the business rules and functionalities are covered is taken
from the SRS and FRS.Then the 1000test cases is covering
this things then it is easy to complete the testing by
covering this sanity test cases in sanity testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajitha
When there is no time we check whether the main
functionalities are working, areas which are visible to the
end user and high risk areas.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vignesh
Identify the test cases which decides the behaviour of the
application. Divide the test cases into high priority and
high severity test cases, high priority low severity test
cases and high severity low severity test cases.Execute the
test cases in the ascending order.Thus, making sure the
maximum functionality of the application under test is
covered.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer:
1. We have to update test plan and get approval
or
2. we have to recruit 1000 manual resources to run each
testcase in time we have left.If needed more, to complete
or
3. We have to web-enable the application under test and
assign the testcases online to speed up the
process/execution
| Is This Answer Correct ? | 0 Yes | 5 No |
what is stand alone application?
what is the need to write testcases??? cant u test ur application with SRS?? y u have to write testcase document??
When test plan will be prepared in v-model?
what is diff b/w smoke testing & sanity testing?
How would you ensure 100% coverage of testing?
Diff b/w test case and test script?
how many phases in SDLC
WHY DO WE WRITE TEST CASES. WHAT IS IMPORTANCE OF TC
How to test login Page ? What wud be the possible Test cases ?
what is analysizing test results & creating the bug reportts?
What is the structure of the project??? I explained its 3 tire... But that was not the correct answer it seems...
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.