Software Testing Exam Notes
Software Testing Exam Notes
- White Box Testing: Based on internal code structure. (Path Testing, Control Flow)
- Black Box Testing: Based on functionality. (Boundary Value Analysis, Equivalence Partitioning)
- Exam Questions:
- Explain Equivalence Partitioning. (April 2022)
- Difference between Black Box & White Box Testing. (Nov 2022, Nov 2023)
- Test Case Design: Steps to verify software functionality (Desktop, Mobile, Web apps).
- Testing Life Cycle: Includes Test Planning, Design, Execution, Reporting.
- Exam Questions:
- What is a test case? Explain with an example. (April 2022, Nov 2023)
- Write a test plan for Flipkart login page. (April 2023)