how to Create a test plan document for Library Management
System
Answers were Sorted based on User's Feedback
Answer / wasim
Purpose: Purpose of the document to provide the test plan of Library Management System
In Scope: Module A, Module B & Module D
Out Scope: Module C
Test Approach: Functional Testing, Retesting, Regression, Performance Testing & Security Testing.
Test Environment: (Mention the Server IP, OS detail, Tool name (if any), Browser)
Estimation: (Mention the estimated value for whole the Library Management system or you provide the reference path also if you prepare it separately)
Scheduling: (Mention the Schedule based on estimated value for whole the Library Management system or you provide the reference path also if you prepare it separately)
Resources: (mention the tester name with their role)
Risk: (mention the risk if any)
Mitigation: (mention the solution for the above risk)
Defect Cycle:(mention the defect life cycle you going to use)
Training: (mention the Training name if you want to get to test this system)
| Is This Answer Correct ? | 8 Yes | 6 No |
You are Only tester for Onsite client team, this team is on holiday for two day from monday & SIT is started with plan end date is friday in this case if all server,application is crashed then as a tester what will be your approach
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?
Explain the monkey testing?
write a test case which covers the major functionality of yahoo login
how to write test cases for credit card payment
How to write test case template for ATM
What are the test cases for mouse?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Test Case for Text Editor!
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
Explain the concept of semi-random test cases?