If there there are 100 test cases which need to be executed
in one day and out of them 50 are of Critical Severity, 30
are Major and 20 are Minor. What would be your approach?
Answer Posted / anand kulkarni
You are right manasa.
But consider the below scenario also:
We have 20 minor test cases. Now lets assume that these 20
test cases(Requirements) is being used frequently by the
customer. Then we have to test these test cases also(as the
priority is high). Its not just the severity that decides
the execution but also the priority.
So before we proceed with the testing we need to decide
what functionality is being used frequently by the customer.
If the requirement is critical(High severity) but very less
frequently used by the customer(low priority) then there
may not be a need to test it under tight schedules.
Please correct me if i am wrong or if there any other ideas
on this.
My mail ID: anandkulkarni.biet@indiatimes.com
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is white box testing?
Have you prepared traceability matrix and how to prepare it?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
how can you test the web environment for security testing?
what is a horizontal and vertical matrix explain with examples
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
What is pesticide paradox?
after completeing testing ,what would u deliver to the client?
What are the main key components in Web applications and Client Server applications? and their differences?
what is agile model and spiral maodel?pls explain with an example?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
Can you explain process areas in cmmi?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.