0% found this document useful (0 votes)
7 views

Diploma Helper Test cases , Test Plan, Defect Report (Final edit)

Test

Uploaded by

Ram Choramale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Diploma Helper Test cases , Test Plan, Defect Report (Final edit)

Test

Uploaded by

Ram Choramale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

❖ TEST CASES , TEST PLAN , DEFECT REPORT

1. Design test cases for railway reservation system. (2)

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

2. With respect to GUI testing write test cases for Amazon login form.

Key Features Tested:


1. Field Validation: Email and password cannot be empty, invalid formats trigger error
messages.
2. Error Messages: Proper error handling for incorrect login attempts.
3. Password Handling: Ensuring "Show Password" feature works correctly.
4. Navigation: Proper flow for "Forgot Password" and "Remember Me" functionalities.
5. UI Behavior: Checking Login button's enabling/disabling based on input fields.
These test cases ensure the Amazon login form operates smoothly with robust GUI
testing.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

3. Design test cases for Hostel Admission form of your institute. (2)

Test Case Notes:


1. Field Validation: Ensures proper input for fields like name, email, date of birth, and
mobile number.
2. File Upload Handling: Verifies document restrictions like file type (PDF) and size.
3. Mandatory vs Optional Fields: Differentiates which fields must be filled before
submission.
4. Form Reset: Confirms proper clearing functionality.
5. Duplicate Entries: Ensures that existing data (like duplicate email/phone) is handled
appropriately.
6. Error Handling: Checks user-friendly error messages for invalid inputs.
These test cases ensure that the Hostel Admission Form works flawlessly while covering
both functionality and input validation requirements.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

4. Design test plan along with test cases for edit function in notepad.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

Test Case Notes:


1. Undo/Redo Verification ensures a reliable user action rollback.
2. Clipboard Interaction (Cut/Copy/Paste) checks proper handling of text.
3. "Find" and "Replace" operations ensure correct search and update behaviour.
4. Select All guarantees entire content selection functionality.
5. Edge cases include clipboard management and behaviour with empty clipboard.

Conclusion:
The above Test Plan ensures the Edit functions in Notepad are tested thoroughly for both
basic and boundary scenarios, covering features that enhance text editing functionality.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

5. Design test cases for Online Mobile Recharge (Data filed are mobile number,
state, email-id, recharge amount.)

Summary:
• Mobile Number Validation: TC2, TC3, TC8
• State Selection: TC4
• Email Validation: TC5, TC9
• Recharge Amount: TC6, TC7
• Session Handling: TC10
• Valid Data: TC1

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

6. With respect to client-server testing design test cases for Online Payment
Transfer at banking system.

Key Focus Areas:


1. Valid Payment Transfer: TC1
2. Invalid Input Validation: TC2, TC3, TC4, TC5
3. Limits & Constraints: TC6
4. Network/Server Issues: TC7, TC10
5. Session Handling: TC8
6. Transaction Logs & Reversals: TC9, TC10

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

7. With respect to GUI testing, write test cases for Flipkart login form.

Key Focus Areas:


1. UI/Component Verification: TC1, TC2, TC8, TC9
2. Input Field Behavior: TC5, TC6
3. Valid Functionality: TC3, TC10
4. Error Messages & Validation: TC4, TC5, TC6
5. Functional Behavior: TC7 ("Show Password")

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

8. Prepare a test plan along with test cases for creating a saving account at bank.
(Test cases should be atleast six).

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

Notes:
1. Validation Testing: Ensures all fields validate proper input (TC3-TC6).
2. Functional Testing: Ensures correct account creation behavior (TC2, TC10).
3. Database Validation: Verify the back-end entries for every new account creation (TC8).
4. User Feedback: Verify clear error messages for invalid inputs.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

9. Design any four test cases for withdraw an amount from ATM and prepare
defeat report of it. (2)

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

10. Write the test cases for Notepad application. (any eight test case)

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

11. Design test cases for simple calculator application. (Black box testing.) (Any six
points.)

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

12. Design test cases for Web pages testing of any Web site (take a suitable
example).

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

13. Design test cases for MS Word application using an Automation tool.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

14. Write program for calculating even numbers from 1 to 20 And design test cases for the
same.
Program:
#include <stdio.h>

int main() {
int i;
printf("Even numbers between 1 and 20:\n");

// Loop to check numbers from 1 to 20


for(i = 1; i <= 20; i++) {
if(i % 2 == 0) {
printf("%d ", i); // Print even number
}
}
return 0;
}
Output:
Even numbers between 1 and 20:
2 4 6 8 10 12 14 16 18 20

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

15. Write test cases for Facebook login form with respect to graphical user interface
(GUI) testing. (2)

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

16. Prepare test plan for ‘Cam Scanner’ which is installed on mobile.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

17. Prepare a test plan along with the test cases for the MS Excel option “Save AS”.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

18. Design test cases for online shopping website Flipkart and prepare defect report
of it.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

19. Prepare defect report for login field of email application.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

20. Prepare six test cases for marketing site www flipkart.com.

Diploma Helper. Feel free to DM us at. 8698079745


❖ TEST CASES , TEST PLAN , DEFECT REPORT

21. Prepare and write six test cases for Library Management System of college.

22. Explain in detail, how to prepare a test plan with suitable example

Ans:- Write any test plan example given above

Diploma Helper. Feel free to DM us at. 8698079745

You might also like