Interview Questions, Answers and Tutorials

Month: December 2016

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, Read More