1. Write a Python program to check whether a given number is odd or even.
Generate
Black Box test cases.
2. Develop a Python script to validate a mobile number format. Write boundary test
cases for various lengths.
3. Create a password strength checker program. Apply White Box Testing to cover
all paths in logic.
4. Simulate user registration: accept name, age, email. Write test cases manually for
functional verification.
5. Write a login system with user authentication. Perform both Positive and Negative
Testing.
6. Implement a Python program to validate date format (DD/MM/YYYY). Validate
using both manual and automated test cases.