Back to Manual QA

5. Testing Process & Strategy

23. How would you test an application if you don't have requirements or documentation?
Use Exploratory Testing. Understand the application by using it, compare it with similar applications, use common sense and domain knowledge, and communicate with developers or stakeholders to clarify expected behavior.
24. What would you do if you have very limited time before a release?
Prioritize testing based on risk. Focus on critical paths, high-priority features, and major functionalities. Use Risk-Based Testing to ensure the most critical parts of the application are stable.
25. What test design techniques do you know and use?
Equivalence Partitioning, Boundary Value Analysis, Decision Table Testing, State Transition Testing, and Error Guessing.