An essential factor to consider during mobile usability testing is the app's adaptability to different screen _______.

  • Colors
  • Orientations
  • Resolutions
  • Sizes
Screen "Resolutions" refer to the clarity of the display and how many pixels are contained in it. Ensuring an app is adaptable to various resolutions is crucial to ensure that it looks good and functions properly on diverse devices.

Which of the following is essential for designing effective test cases for complex software systems?

  • A sophisticated test automation tool
  • A well-documented requirements specification
  • Having a team of experienced testers
  • Regular client feedback
For designing effective test cases, especially for complex systems, a well-documented requirements specification is indispensable. It serves as the foundation, providing clear, unambiguous details about the system's expected behavior. While experienced testers, automation tools, and client feedback are beneficial, the clarity and accuracy of the requirements drive the efficacy of the test cases.

In a typical test organization, which role is primarily responsible for finding and reporting defects?

  • Project Manager
  • Test Engineer
  • Test Manager
  • Test Sponsor
A Test Engineer, sometimes known as a QA Engineer, actively engages in test case execution, identifies software anomalies, and reports defects. While other roles may be involved in the process, the Test Engineer's primary responsibility is to find and report software defects.

The process in Configuration Management that involves systematically controlling changes to the configuration items and maintaining their integrity throughout the lifecycle is called _______.

  • Auditing
  • Change Control
  • Status Reporting
  • Version Control
Change Control in Configuration Management involves a systematic approach to manage changes by evaluating, approving, or disapproving changes, ensuring that changes are documented, and ensuring that configuration items maintain their integrity throughout the lifecycle.

System testing is conducted on a _______ software to evaluate its overall behavior.

  • alpha
  • integrated
  • modular
  • standalone
System testing is conducted on an integrated software to evaluate its complete and end-to-end behavior. It ensures that the entire software functions according to specified requirements. This phase tests the entire software as a single entity.

While exploratory testing can be freestyle, many testers employ structured approaches like _____ to document and manage their findings.

  • Test Cases
  • Test Charters
  • Test Plans
  • Test Scripts
Although Exploratory Testing can be freestyle, many testers use "Test Charters" to guide their exploration. Test Charters help in providing a clear context, scope, and purpose of the exploration while allowing testers to document and manage their findings efficiently.

Which component of test planning primarily deals with defining the criteria to release the software?

  • Exit Criteria
  • Test Data
  • Test Environment
  • Test Scope
The "Exit Criteria" in test planning defines the specific conditions or metrics that need to be achieved before the software can be released. It ensures that the product has reached a certain quality standard before it's deemed fit for production.

_______ is a white-box testing technique that focuses on evaluating the logic of the program.

  • Boundary Testing
  • Compatibility Testing
  • Path Testing
  • Usability Testing
Path testing is a white-box testing technique that ensures every path through the program is tested at least once. It is particularly focused on evaluating the program's internal logic paths to ensure all code branches and potential execution paths are tested.

Which tool or method would be best for identifying vulnerabilities in a web application's code before it's deployed?

  • Code Review
  • JUnit
  • Selenium
  • Wireshark
A Code Review is a systematic examination of the application's source code. It's conducted to find vulnerabilities or bugs before the app is deployed. While tools like Selenium and JUnit focus on functional testing, and Wireshark on network analysis, only a thorough code review provides insights into code vulnerabilities.

What's the primary difference between test planning and test strategy?

  • Planning's documentation
  • Planning's scope
  • Strategy's duration
  • Strategy's overarching approach
The primary difference between test planning and test strategy is their purpose and scope. While test planning is a document that outlines the specifics of the testing process for a particular project, test strategy provides an overarching approach to testing across multiple projects or for an entire organization.

In mobile application testing, which tool is often used for testing the performance and load capability of the app?

  • Appium
  • JIRA
  • JMeter
  • Selenium
JMeter is a popular open-source tool primarily used for performance testing. It allows testers to simulate multiple users and test how much load an app can handle, ensuring the app performs well under heavy usage. While it started for web applications, it is now used for mobile application load testing as well.

Which method systematically scans a computer system or network to find potential vulnerabilities?

  • Compression
  • Encryption
  • Penetration Testing
  • Vulnerability Scanning
Vulnerability Scanning is a systematic approach that uses specialized tools to identify, rank, and report potential vulnerabilities in a computer system or network. It provides an overview of the security flaws but doesn't necessarily exploit them like penetration testing.