What is Testcase? How to define seviority and priority of a
bug?Explain me with example?
Answer Posted / g.mallikarjun
How to test the functionality of the application in terms
of input ,process ,output is called test case.
how much seriousness of the bug in terms of the
functionality is called severity.
how much important to fix the bug in end-user point of view
is called priority
eg.calculate (2*3=6),but the answer is coming 7 instead of
6 by using a calculater.
here we abserve that the functionality is working (when we
press the 2,3,*,keys)but the answer is wrong means end-user
point of view answer should be 6.here the severity is
low,and priority is high.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
1.What types of documents would you need for QA, QC, and Testing?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing? plzzzzzzz i need ur help.
What are the properties of a good requirement?
1. what is a date guidelines ?
what is the difference between website and web based application ?
How should validation activities be handled?
Tell me a critical defect in which your Client,PM,PL appreciate on you
What is the difference between manual testing and automation testing?
Architectural structure of the insurance project?
What is coverage and what are the different types of coverage techniques?
Write 2 scenarios for System testing?
What is a bug triage?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
How to find that tools work well with your existing system?
If you're given a program that will average student grades, what kinds of inputs would you use?