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 |
Explain the static testing?
Write a test case scenario for Web-based address book?
How many test cases u will write for Acceptance testing?
How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..
What are the properties of a good requirement?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
What is transaction testing?
In a log in page what will be test procedure,test scenario,test discription & test steps?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
For example out of 100 test cases if I ask you to automate how many you can automate?
13 Answers HCL, MBT,
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?