Hi
Giving the good example for High priority with low
severioty bug examle?
Answers were Sorted based on User's Feedback
Answer / vijaya koya
Hi,
ex: If a client having some particular logo on the home
page,if that logo is missing then the bug status is high
priority and low seveority.
Because of this bug the functionality is not stopping in
the application.
But as per client it is very important.
So the status will be high priority & low seveority.
Is This Answer Correct ? | 18 Yes | 0 No |
Answer / sidhartha
Most of the people portray "LOGIN" example when they are
asked about SEVERITY and PRIORITY in the interviews.
Instead of making this as a standard example, we will try
to give them a simple and more realistic example. This is
nothing but "Thinking out of the box", one of the good
characteristics that a test engineer should possess.
We'll first see very simple definitions of Severity and
Priority -
Severity: Severity means how badly it harms the system
Priority means how urgently bug is needed to be fixed
Now, we will try to design examples based on the different
combinations of Severity & Priority.
1. High Severity & Low Priority:
If you found that there is major crash in the functionality
of the application but the crash lies in the module which
is not delivered in the deliverables in this case the
priority is low Severity is high.
2. High Severity & High Priority:
When application doesn't start
Installation failures
When there is a show-stopper before testing the actual
specification. For example, testing the 'SAVE DRAFT'
functionality is my requirement and the application is
failing while composing the mail itself. Without composing
an email, I cannot test if the 'SAVE DRAFT' functionality
is working fine or not.
3. Low Severity & High Priority:
For example there is cosmetic change in the clients name
and you found this bug at the time of delivery, so the
severity of this bug is low but the priority is high
because it affects to the business.
4. Low Severity & Low Priority:
Spelling errors in documentation
Cosmetic issues will have low priority until they are close
to the delivery date.
Any functional failure during the exceptional cases and
almost never such scenario appears at the customer. For
example, customer is using a ORDER TRACKING SYSTEM in
which ‘Quantity’ is a integer type field to enter the
number of cement bags used. Application throws a database
error when the quantity is entered either ‘0’
or ‘10000000000’ (1 plus 10 zeros). This type of issue will
have low priority, which is an exceptional scenario from
the customer’s regular business process; but still we have
to fix it.
If you have any more queries, please don't hesitate to
reach me on - bugcatcher@in.com
Best Regards,
Sidhartha
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / nizam.yoonus
Low severe but high priority: one gud eg,4 a new
release,version no is not updated ,rest is fine
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / n t
A simple and steady example is login screen.
Suppose there are only two lebels "UserId" and "PassWd"
field.
In place of "UserId" text by mistake it is "UseQ". And all
other functionalities are working fine.
This is a low severirt and high priority defect.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nizam.yoonus
after 1oo times log in an application crashes it is high
severe and low priority bug
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swapna
Eg> if an application launches perfectly 100 times but
after that it gets blocked. In this case the severity will
be high and priority will be low, as it's not affecting the
functionality of an application.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / navaz
Simple Example
For The Allinteview.com site in the top left of the site it
is displaying site name AllInterview.com instead of this
some spell mistake is there for eg: AliInterview.com it
will be considered as High priority with low Severity bug.
The solution for this bug is very simple for the Developers
an it is not effecting any modules in the site that
indicate Low Severity.
If I am wrong plz mail me
Is This Answer Correct ? | 0 Yes | 1 No |
For example assume that the length of the USERNAME and
PASSWORD in the login screen is 30 (max) while testing
you came to know that it gives server error if you give
UESERNAME and Password above 25 character.
So this will be the bug with High Priority Becoz it is
displaying server error but in real time nobody is going
to give USERNAME and PASSWORD that much long so this problem
can be handled later so low severity.
Correct me if i am wrong
Vinodh Anandhan
Software Tester
9944114400
Exceed Technologies (P) Ltd
vinodh.anandhan@exceedintl.com
Chennai
Is This Answer Correct ? | 1 Yes | 3 No |
What are the possible testcases for online mobile recharge? For eg, in a web application like paytm.
Is it mandatory to use USECASES or directly one can write test casesfrom requirments?
apart from bug reporting wat is ur involvement in project life cycle
how to test a shopping cart website manually...?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
verfication vs validation
Define Stress, Load, Volume Testing?
1.what are the different types of testing techniques ?
Explain All-pairs testing?
why nds?
While executing test cases, you got a test case as failed and it has a high severity(Show stopper). What is the next step? How you will execute the remaining test cases ?
How and when can the Testing Organization detect software defects?