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



why is it necessary to give a priority to the test cases or/and requirements. why does the Test..

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

why is it necessary to give a priority to the test cases or/and requirements. why does the Test..

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

Post New Answer

More Manual Testing Interview Questions

What would be your action if client would raise a bug after release?

2 Answers   CybAge,


What is difference between localization testing and internalization testing.Explain with an example

5 Answers  


what is white box testing and what is the teckniques

2 Answers   Wipro,


why need testing ????

9 Answers   Synergy, TCS,


hi friends... this is priya.i had 1 year of experiance in manual testing from jan-dec 2011 in a reputed level 5 MNC and my CTC is 3.25LPA . recently i cleared 2 rounds of technical and after 3days i will have hr interview in a CMMI level3 company... in hr interview they may ask about expected ctc.what i should answer for this question? i had more than a year gap, so what package i can expect? same CTC or some % of hike?

3 Answers  






An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).

5 Answers   ADP,


test cases for compose functionality of gmail

0 Answers   4G IT Solutions,


Hi, My name is Dinesh.I want to prepare for ISTQB certification , So can anyone please email me the syllabus of it and what is criteria for giving exam.Please email me answers at: dinesh0323@live.com

2 Answers  


give five problems in software devlopment process?

1 Answers   Millennium,


we have combo box for country and states ,if we select India from country box it will Autometically add the all states of India in states box write a test cases for this

1 Answers   Nous,


What is ISO?

2 Answers  


what is thread Testing

2 Answers  


Categories