Which of the following statements is TRUE regarding tools that support component testing and the build process?

Which of the following statements is TRUE regarding tools that support component testing and the build process?A . Both are used to examine source code before a program is executed. This is done by analysing a section of code against a set (or multiple sets) of coding rules.B . Both...

September 2, 2024No CommentsREAD MORE +

Which of the following are the major factors in this exercise?

As a technical test analyst, you are involved in a risk analysis session using the Failure Mode and Effect Analysis technique. You are calculating risk priorities. Which of the following are the major factors in this exercise? A. Severity and priority B. Functionality, reliability, usability, maintainability, efficiency and portability C....

August 31, 2024No CommentsREAD MORE +

Which of the following statements about the Answer program BEST describes the control flow anomalies to be found in the program?

Consider the pseudo code for the Answer program: Which of the following statements about the Answer program BEST describes the control flow anomalies to be found in the program?A . The Answer program contains no control flow anomalies.B . The Answer program contains unreachable code.C . The Answer program contains...

August 31, 2024No CommentsREAD MORE +

Based on the information provided by the stakeholder, which combination of non-functional quality characteristics should you propose to test as part of your test approach?

Subject to testing is a software system (COTS) for Project Administration and Control (PACS). PACS is a multi-project system for controlling the project time, e.g., in terms of scheduling and tracking, and managing the productivity of projects, e.g., in terms of effort and deliverables. During various interviews with stakeholders the...

August 29, 2024No CommentsREAD MORE +

How many test cases are needed for the code fragment lines 26 - 37 to achieve 100% modified condition/decision coverage?

Consider the code fragment provided below: How many test cases are needed for the code fragment lines 26 - 37 to achieve 100% modified condition/decision coverage?A . 2 test casesB . 4 test casesC . 6 test casesD . 8 test casesView AnswerAnswer: B Explanation: Modified condition/decision coverage (MC/DC) requires...

August 29, 2024No CommentsREAD MORE +

Which of the following statements is correct?

Consider the following control flow graph: The control flow represents a software component of a car navigation system. Within the project the maximum cyclomatic complexity to be allowed is set at 5. Which of the following statements is correct?A . No defect needs to be reported since the cyclomatic complexity...

August 29, 2024No CommentsREAD MORE +

Which of the following activities is a typical test automation activity that the Technical Test Analyst will perform?

There are multiple activities the Technical Test Analyst performs regarding test automation. Which of the following activities is a typical test automation activity that the Technical Test Analyst will perform?A . Define the business process keywords and related actions.B . Execute the test cases and analyze any failures that may...

August 29, 2024No CommentsREAD MORE +

Which of the following statements best captures the difference between data-driven and keyword-driven test automation?

Which of the following statements best captures the difference between data-driven and keyword-driven test automation?A . Data-driven test automation extends keyword-driven automation by defining data corresponding to business processes.B . Keyword-driven test automation extends data-driven automation by defining keywords corresponding to business processes.C . Data-driven test automation is more maintainable...

August 27, 2024No CommentsREAD MORE +

Based on the information provided, which TWO of the options provided would be the MOST LIKELY keywords for this application?

Assume you are involved in testing a Health Insurance Calculation system. At the main screen one can enter information for a new client. The information to be provided consists of last name, first name and date of birth. After confirmation of the information, the system checks the age of the...

August 27, 2024No CommentsREAD MORE +

Which of the following statements BEST describes how tools support model-based testing?

Which of the following statements BEST describes how tools support model-based testing?A . Finite state machines are used to describe the intended execution-time behavior of a software-controlled system.B . Random sets of threads of execution are generated as test cases.C . Large sets of test cases are generated to provide...

August 27, 2024No CommentsREAD MORE +