Give an example of High sevierity and low priority
Answers were Sorted based on User's Feedback
Answer / lokesh chauhan
Severity describes the seriousness of the bug.
Due to a bug a total module may not be accessed.For example
bug1: if "Application"button is clicked then it should
open the application form page. If the button click does
not work then it can be described as severity is "high".
bug2: If the click of "Application" button opens the
application page but the details needs to be displayed in
the current page are not displayed then it can be described
as severity is "medium".
bug3: If the caption of the "Application" button is
misspelled as "Aplication" then it can be described as
severity is "low"
Priority describes what is the bug which needs to be fixed
at the earliest. This is normally decided by the PM.
For example in the above case if the "application module"
need not be submitted immediately then bug1 and bug3 may be
given "high" priority where as bug2 may be given
priority "low"
In the above case if the "application module" has to be
given immediately then all the three bugs bug1,bug2,bug3
are given "high" priority.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kiran
You need to decide how severe the bug affects application
and priority decides based on the specifications.
Example: Think that you have drop down for selection of
reports in your applictaion, where the report name is
Mispelled. Based on name only you can select and view the
status of particular repot. In this case Its high severity
from testing perspective asper Rquirements but as per
development spelling mistake is a low priority.
Hope this helps you.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / swaroopa
High severity means, becuase of that defect user is unable
to do any operation.
Low priority, this scenario occurs rarely or among 50000
users only one user tries that situation
Let me explain you clearly
The system is hanging/crashing if user is trying to access
a help page, but that help page will be opened by users
rarely.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pallavi
Severity
How bad the bug is and how it impact on our Application.
Priority
what is the bug and when We have to fix it.
I would like to give one Example
an application which generates some banking related reports
weekly, monthly, quarterly & yearly by doing some
calculations. If there is a fault while calculating yearly
report. This is a high severity fault but low priority
because this fault can be fixed in the next release as a
change request.
if am wrong then please send me mail
pallavi.panchbhai@gmail.com
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sangeetha
Seveierity means: how the bug affect the functionality of
the application.
priority means how urgently the bug need to fix it
Example if 2 user login the same application 1 user can
able to access the application but the 2nd person can't
able to access the application
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / mfsi_priyankaa
For example an application which generates some banking
related reports weekly, monthly, quarterly & yearly by doing
some calculations. If there is a fault while calculating
yearly report. This is a high severity fault but low
priority because this fault can be fixed in the next release
as a change request.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sendil
In a module of say two interfaces,the link between them is
broken or it is not functioning
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rajendra
High sevierity and low priority bug
This means that:
Bug affacting the application functionality sevierly but
the it has less priority to fix it.
For eg read the following bug description:
Session is not expiring after clicking on logout button in
any screen.
if we click on logout button it is navigating to login
page,but if we click on browser back button again it is
navigating to previously viewed page and not allowing to do
any operations.
byee
Friends
Still if u have any doubts don't hesitate to call me or
mail me.
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
My Mobile number:9885162742
Hyderabad
India
Is This Answer Correct ? | 2 Yes | 5 No |
Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
What are the properties of a good requirement?
Whether SQL knowledge is Mandatory of Software Testing or not? Briefly Explain?
difference between bug reporting and bg tracking
please give information about ERP Projects and how V-model use in project
difference between test suit and test scenario? (Asked in Zensar Hyderabad today(17-1-12010))
What is a Use case? Is it possible to write test case without Use case?
which fields comes under SRS?
Zenq interview questions for manual testing
what is backend testing using SQL?
Who fixes the bug as Severity and priority ?
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?