give 1 example of an error with high severity and low
priority?
Answers were Sorted based on User's Feedback
Answer / pradeep
Suppose you clicked any button (say continue button in any
page)"n" times, and if the application crashes, this is a
Low priority, High Severity defect. Because, in real env.
nobody will click the button n times, but in testing
perspective our pupose is to break the application down,
and we did it.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nainappa (protech soft)
Severity means the effectiveness of the defect with respect
to the functionality of the application.The best example
for the high severity is for the web application in login
section even after providing all the information if
application is not getting opened...
Priority means the effectiveness of the defect with
respect to the client point of view..The best example for
low proirity is the spelling mistakes in the client's
company capsun,or color of the client logo etc
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prajakta gujaran
Suppose there is an application which generates some
banking related reports
weekly, monthly, quarterly & yearly by doing some
calculations. In this application, 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 ? | 0 Yes | 1 No |
Answer / brahma
high severity & low priority:
when ever some part of the appl is under development,build
is released to testing dept, tester feels that the misssing
part of the appl usually it treated as fatal issue (high
serious). but developer gives the least priority for that
defect.(programmers knows whether it is in unnder
development or not ))
plz correct me.
brahma412@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 3 No |
when there are any CRs in the projects, as a tester what do you do?
tell me about high severity & low priority bug?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
what is functional testing?Explain with one example?And when we use functional testing in your project???
what are the minimum requirements to start testing ?
What are the points to be taken into consideration while doing desktop testing?
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.
What is the test scenario? What is the difference between test strategy and test scenario.?
Why did you choose the Software Testing Field?
hi what is difference between sdlc and stlc.
What is Test Design?
can you tell me high priority low severity defect?