iSQI CTAL-ATT Practice Test - Questions Answers, Page 10

List of questions
Question 91

You are developing a test automation suite for an agile project and want to include as much coverage as possible. Unfortunately, one of the critical web services (e-commerce checkout) is not scheduled for completion until the later iterations. Which of the following would be a good option to allow you to progress with your end-to-end test automation without creating too much extra work?
Question 92

You are testing a payment processing application that calls an external service at a bank to process monetary transactions. The bank charges per transaction for the use of their service. You are creating an automation suite that will be used as part of continuous testing. How could service virtualization benefit the project if a virtualized service is created that will act in the same way as the bank application?
Question 93

You are working for an organization that has implemented CI and is struggling to get the automated tests to run on each build because of time limitation. On average, there are three ad hoc builds per day, one scheduled build overnight, one scheduled build on Friday nights, and one build that is conducted on the Thursday night before the end of the sprint on the second Friday. There are four sets of tests: high priority, medium priority, low priority, and non-functional. The non-functional tests must be run in the integrated stage environment, whereas the other tests can be run in any of the test environments.
In addition to just the execution time of the tests, it has also been noted that reviewing the results of the tests takes about two hours per set of tests.
Given this information, which of the following is the most efficient and effective approach to test automation execution?
Question 94

According to the syllabus, which of the following is a correct statement about automation in a mission-critical system versus a non-critical system?
Question 95

What is the primary purpose of the debriefing meeting when exploratory testing is used in an Agile setting?
Question 96

Why is it important to refactor test cases to make them easier to understand?
Question 97

How does static code analysis help reduce technical debt?
Question 98

When test cases are re-run after refactoring, what should always be verified?
Question