why is it necessary to give a priority to the test cases
or/and requirements.
why does the Test case ID is not sufficient to identify the
test cases to be executed first.
Answers were Sorted based on User's Feedback
Answer / ratnakar
Assigning a priority to test case is very much different
from assigning a priority to a bug.
When it comes to why we need to assign a priority to test
case, let me take you through a scenario. For example take
the yahoo login page. This has 4 generic combinations
1. Correct Username, correct password - P0
2. Correct Username, wrong password - P1
3. Wrong Username, correct password - P1
4. Wrong, username, wrong password - P2
If you see, I have assigned a priority to each case above.
P0 being highest priority and P2 being the least priority.
While preparing the test cases, we need to consider all
different inputs that an application can take and from
randomised sources. Some cases, you may feel are very basic
and need not test, but as tester, it is our responsibility
to list them. During this, for any such scenario we assign
a low priority. So depending on the time frame and the
quality bar defined to us, we start executing the test
cases based on their priority. If time does not permit, we
may leave side the low priority test cases.
Most of the release criterias would be to execute and fix
100% of the P0 and P1 testcases and bugs.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / vidya
why is it necessary to give a priority to the test cases
or/and requirements?
Issue priority is the order in which issues are addressed
by developers.
In Companies, issues are triaged by supervisory personnel,
who may adjust the severity level and who will then assign
the issue a priority and dispatch it to a developer for
remediation.
Developers are expected to remediate issues in priority
order.
We don't always fix issues in order of severity. I may
assign less-experienced developers a medium or low issue,
even though outstanding showstopper issues still remain. I
may do this because they have no experience with the sub-
system where the showstopper resides,
Issue severity gives management a good impression of the
current state of the software being developed. It also
serves as a foundation for establishing issue priority.
Issue prioritization gives developers a clear understanding
of the order in which they should work on their defects.
| Is This Answer Correct ? | 4 Yes | 9 No |
How do we do Database testing?. How does our knowledge on SQL is useful in Database testing?. Please explain the process if possible.
Which Server Stats are essentially monitored during a Performance test of a Web Application?
What Is System Testing
What is White Box testing and who is responsible for white box testing?
What is a Test Strategy? What is d difference between a Test Strategy and a Test Plan?
wat is exploratory testing? how can u do ?
what is traceability matrix?is it mapping b/w the user requirements and prepared test cases?but i want a detailed explanation?
How will you test language converter e.g. (English to Spanish) without Automation tool? OR What are the test cases or scenarios for language converter? Conditions: 1. without Automation tool, 2. You know only English language. 3. Make sure the tests should produce 80-90% pass result.
even though automation tools are fast and reliable why do we go for manual testing..in almost 90% of the companies manual testing is used
What is Cycle Testing? Not Testing Life Cycle?
What is the use of RTM?
What is the diffrence between web testing & web based testing?