What is p0,p1,p2,p3 in software tesing
Answers were Sorted based on User's Feedback
Answer / priyesh
we define the priority of the bug.
po define= Critical.
p1 define= High.
p2 define= Medeium.
p3 define= Low.
| Is This Answer Correct ? | 82 Yes | 5 No |
Answer / ravi singh jaiswar
p0,p1,p2,p3 define priority of test cases for the execution order and in Bug list or report, the priorities define that the order of bug solving but it can be vary according to the timeline and need.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / abcd
po define= Environment down - Update the ticket every 1hr
p1 define= Update - Update the ticket with in 30min
p2 define= Medeium - Update the ticket in a day
p3 define= Low - Gather the information and update the
ticket (time more than 2days)
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / hareshvaity
Two terms associated with Bug.
Severity and Priority.
Severity means how severe the defect is.
Severity is decided by the Tester which can be Showstopper,
High, Medium or low.
Priority means how early the defect should be fixed.
Priority is decided by the Developers.
| Is This Answer Correct ? | 17 Yes | 15 No |
Answer / mohit tyagi
SEVERITY:- Severity is effect of bug. effect means- Critical, Major, Moderate , Minor and Cosmetic.
PRIORITY:- Priority is about scheduling of the bug. Scheduling means P0, P1, P2, P3.
po define= Critical Bug
p1 define= High bug
p2 define= Medeium bug
p3 define= Low bug
| Is This Answer Correct ? | 3 Yes | 3 No |
How to write load test case for pen?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
How to write test scenarios for a Web application, with an example?
3 Answers Deloitte, LiveTech, TCS,
could somebody plz tell me the test cases on online credit card payment?
if software faild in customer environment what we called a)error b)fault c)defect d)failure
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod
write the test cases for facility module
how to write a test procedure & test log for login system
Which of the following defines the expected results of a test? Test case specification or test design specification.
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that