Which type of test tool is most appropriate in helping to identify the causes of these failures?

A new web site has been launched for a testing conference. There are a number of links to other related web sites for information purposes. Participants like the new site but complaints are being made that some (not all) of the links to other sites do not work. Which type...

August 27, 2024No CommentsREAD MORE +

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 . Component testing and build automation tools are only used by developers.B . Build automations tools facilitate manual testing at a low level by allowing the change of variables values during test execution.C...

August 26, 2024No CommentsREAD MORE +

Which question from the list below should you implement as part of the code review checklist?

You are working on project where re-use of software is an objective. You are involved in the project as a Technical Test Analyst and have been given the task to develop a checklist for code reviews. Which question from the list below should you implement as part of the code...

August 26, 2024No CommentsREAD MORE +

Given the following tests, what additional test(s) (if any) would be needed in order to achieve 100% statement coverage, with the minimum number of tests?

Consider the pseudo code provided below: Given the following tests, what additional test(s) (if any) would be needed in order to achieve 100% statement coverage, with the minimum number of tests? Test 1: A = 7, B = 7, Expected output: 7 Test 2: A = 7, B = 5,...

August 26, 2024No CommentsREAD MORE +

Which of the following is a valid reason for including performance testing in a test approach?

Which of the following is a valid reason for including performance testing in a test approach?A . To reduce the threat of code insertion into a web page which may be exercised by subsequent users.B . To evaluate the system's tolerance to faults in terms of handling unexpected input values.C...

August 25, 2024No CommentsREAD MORE +

Which of the following test cases would be the result of applying multiple condition testing, but would NOT be the result of applying modified condition/decision testing?

Consider the pseudo code provided below regarding a customer request for cash withdrawal from an ATM. If the customer has sufficient funds in their account OR the customer has the credit granted THEN the ATM machine pays out the requested amount to the customer Which of the following test cases...

August 25, 2024No CommentsREAD MORE +

Which level and type of test coverage should at least be used for the components rated at Safety Integrity Level (SIL) 2?

A medical company has performed a safety criticality analysis using the IEC61508 standard. The software components to be developed have been categorized by Safety Integrity Level (SIL). Most components have been rated at SIL 1 or 2, and a few components at SIL 4. After some discussions with the QA...

August 24, 2024No CommentsREAD MORE +

Which of the following options provides a set of test cases that achieves 100% decision coverage for this code fragment, with the minimum number of test cases?

Consider the pseudo code provided below: Which of the following options provides a set of test cases that achieves 100% decision coverage for this code fragment, with the minimum number of test cases? Assume that in the options, each of the three numbers in parenthesis represent the inputs for a...

August 21, 2024No CommentsREAD MORE +

At which test level would reliability testing most likely be performed?

At which test level would reliability testing most likely be performed?A . Static testingB . Component testingC . System testingD . Functional acceptance testingView AnswerAnswer: C Explanation: Reliability testing is aimed at verifying the software's ability to function under expected conditions for a specified period of time. It is typically...

August 21, 2024No CommentsREAD MORE +

Which of the following defect types is NOT an example of a defect type typically found with API testing?

Which of the following defect types is NOT an example of a defect type typically found with API testing?A . Data handling issuesB . Timing problemsC . High architectural structural complexityD . Loss of transactionsView AnswerAnswer: C Explanation: In the context of API testing, the defect types generally found are...

August 21, 2024No CommentsREAD MORE +