Interview Questions, Answers and Tutorials

Month: May 2014

Web Applications Testing Techniques

What is Web Testing? Web Testing in simple terms is checking your web application for potential bugs before it’s made life or before code is moved into the production environment. During this stage issues such as that of web application security, the functioning of the site, its access to handicapped as well as regular users, and its ability to handle traffic are checked. Web Application Testing Checklist: Some or all of the following testing types may be performed depending on your web testing requirements.   1. Functionality Testing : This is used to check if your product is as per…

Software Testing Interview Questions

    3. A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis? 4, 5, 99 4. What is the KEY difference between preventative and reactive approaches to testing? Preventative tests are designed early; reactive tests are designed after the software has been produced. 5. What is the purpose of exit…