In this section of Software Engineering – Software Testing.It contain Testing Web Applications MCQs (Multiple Choice Questions Answers).All the MCQs (Multiple Choice Question Answers) requires in depth reading of Software Engineering Subject as the hardness level of MCQs have been kept to advance level.These Sets of Questions are very helpful in Preparing for various Competitive Exams and University level Exams.
1. Which of the following is not one of the dimensions of quality used to assess a WebApp?
- Content
- Maintainability
- Navigability
- Usability
2. WebApps require special testing methodologies because WebApp errors have several unique characteristics
- True
- False
3. Since WebnApps evolve continuously, the testing process is an on-going activity, conducted by the Web support staff using regression tests
- True
- False
4. Test planning is not used in WebApp testing.
- True
- False
5. As the WebApp architecture is constructed which types of testing are used as integration tests?
- Component testing
- Content testing
- Navigation testing
- Usability testing
- both a and c
6. Which of the following is not one of the objectives of WebApp content testing?
- Find organizational or structure errors
- Identify linking errors
- Uncover semantic errors
- Uncover syntactic errors
7. Database testing is very rarely a part of WebApp content testing.
- True
- False
8. The overall strategy for interface testing is to uncover errors
- in navigation semantics
- in overall usabililty
- related to specific interface mechanisms
- both a and c
9. Which of the following is not a WebApp interface mechanism?
- Browser
- Cookies
- Forms
- Links
10. When testing WebApp interface semantics, each use-case is used as input for the design of a testing sequence.
- True
- False
11. Usability tests should be designed and executed by intended users for a given WebApp.
- True
- False
12. WebApp compatibility testing is conducted to be sure that the user model for usage scenario matched the user category assigned to a given user
- True
- False
13. Which test case design technique(s) are appropriate for WebApp component-level testing?
- Boundary value analysis
- Equivalence partitioning
- Path testing
- All of the above
- True
- False
- True
- False
16. Which of following is not one of the elements that need to be considered when constructing WebApp server-side configuration tests?
- Browser compatibility
- Database software integration
- Operating system compatibility
- System security measures
17. To design client-side configuration tests each user category is assessed to reduce the number of configuration variables to a manageable number
- True
- False
18. Which of the following is not a testable WebApp security element?
- Authentication
- Encryption
- Firewalls
- Penetration
19. WebApp performance tests are designed to
- asses WebApp usability
- evaluate page loading times
- simulate real-world loading situations
- test network connectivity
20. Load testing involves determining the input of which 3 variables?
- N, T, D
- N, T, P
- T, D, P
- N, D, P
21. WebApp stress testing is a continuation load testing.
- True
- False