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 |
what you consider in security testing particularly in web applications?
when the tester actually involves in Testing?(at which stage of SDLC)
Do you use any automation tool for smoke testing?
what is application state, base state, & call state.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
When we use Boundary Value Analysis and Equivalence Partion? Which one is best?I heard that ANy one of this technique useing by a comany...is it right?
Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing
What are the Important test scenarios which can be used for testing a web site?
what is ment by compatblity testing ? in real time any tool is used to test it? plz real timers
what is the difference between sevierty and priority
what is test Harness?how it will help for testing?
At what STAGE you start writing TEST CASES for a project..? And at which STAGE you stop writing TEST CASES...?