Interview Questions, Answers and Tutorials

Category: Manual Testing Questions and Answers

21 common software testing interview questions

Software testing is the process of evaluating a software application or system to determine if it meets the specified requirements and quality standards. Verification is the process of evaluating a product or system to determine whether it meets the specified requirements, while validation is the process of evaluating a product or system to determine whether it meets the needs of the customer and intended users. Functional testing is the process of testing the functionality of a software application, while non-functional testing is the process of testing the non-functional aspects of a software application, such as performance, security, and usability. Black-box…

Manual Testing Questions and Answers

  1. What is Acceptance Testing? Testing conducted to enable a user/customer to determine whether to accept a software product. Normally performed to validate the software meets a set of agreed acceptance criteria.   2. What is Accessibility Testing? Verifying a product is accessible to people having disabilities (deaf, blind, mentally disabled, etc.).   3. What is Ad Hoc Testing? A testing phase where the tester tries to ‘break’ the system by randomly trying the system’s functionality. Can include negative testing as well. See also Monkey Testing.   4. What is Agile Testing? Testing practice for projects using agile methodologies,…