Diploma Helper Test cases , Test Plan, Defect Report (Final edit)
Diploma Helper Test cases , Test Plan, Defect Report (Final edit)
2. With respect to GUI testing write test cases for Amazon login form.
3. Design test cases for Hostel Admission form of your institute. (2)
4. Design test plan along with test cases for edit function in notepad.
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.
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
6. With respect to client-server testing design test cases for Online Payment
Transfer at banking system.
7. With respect to GUI testing, write test cases for Flipkart login form.
8. Prepare a test plan along with test cases for creating a saving account at bank.
(Test cases should be atleast six).
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.
9. Design any four test cases for withdraw an amount from ATM and prepare
defeat report of it. (2)
10. Write the test cases for Notepad application. (any eight test case)
11. Design test cases for simple calculator application. (Black box testing.) (Any six
points.)
12. Design test cases for Web pages testing of any Web site (take a suitable
example).
13. Design test cases for MS Word application using an Automation tool.
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");
15. Write test cases for Facebook login form with respect to graphical user interface
(GUI) testing. (2)
16. Prepare test plan for ‘Cam Scanner’ which is installed on mobile.
17. Prepare a test plan along with the test cases for the MS Excel option “Save AS”.
18. Design test cases for online shopping website Flipkart and prepare defect report
of it.
20. Prepare six test cases for marketing site www flipkart.com.
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