Which of the following statements is TRUE in this scenario?
A regression test suite consist of 500 test cases which are all executed manually. The business case for a pilot project is based on the adoption of test automation using a commercial tool that will reduce the execution time by a factor of 90% for 100% of the tests in...
Which of the following is NOT a technical design consideration for a TAA?
Which of the following is NOT a technical design consideration for a TAA?A . The number of users for the SUTB . Availability of interfaces for the SUT to be testableC . Standards and Legal requirements, e.g data privacyD . Data used by the SUT, e.g configuration, usersView AnswerAnswer: A
Which of the following is NOT a consideration when designing for testability?
Designing the System Under Test (SUT) for testability is important for a good test automation approach and can also benefit manual test execution. Which of the following is NOT a consideration when designing for testability?A . Observability: The SUT needs to provide interface that give insight into the system.B ....
Which statement BEST describes a reason why this defect could re-occur in future releases?
A defect in a SUT has been resolved and validated by an automated defect re-test in the current release of the software. This retest has now been added to the automated regression test suite. Which statement BEST describes a reason why this defect could re-occur in future releases?A . Automated...
Which of the following statements about the reuse of TAS artefacts is TRUE?
Which of the following statements about the reuse of TAS artefacts is TRUE?A . Reusable TAS artefacts can include components (or parts of components) associated with different layers of the TAAB . To enable reuse of TAS artefacts, a good design for reuse is built into the TAA and to...
Which of the following statementsdoes NOT describe good practice for maintaining the TAS?
Which of the following statementsdoes NOT describe good practice for maintaining the TAS?A . The TAS must run in the development environment because development and programming knowledge are required for its maintainabilityB . The TAS must be under configuration management, along with the test suite, the test ware artefacts and...
What is the BEST approach to confirm the correct functioning of the TAS in this scenario?
Assume that you are the TAE responsible for the correct functioning of a TAS, deployed in a test environment that consists of a few machines running the same version of the operating system. The TAS has been working and stable since its deployment, it has been used to run an...
Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?
Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?A . Summary of the test execution resultsB . System/Application under test and its versionC . Defect clusters identified during test executionD . Environment in which the tests have been...
Consider a TAS that uses a keyword-driven framework. The SUT is a web application and there is a large set of keywords available for writing the automated tests that relate to highly specific user actions linked directly to the GUI of the SUT. The automated test written with the keywords are statically analyzed by a custom tool which highlight’s repeated instances of identical sequence of keywords. The waiting mechanism implemented by the TAS for a webpage load is based on a synchronous sampling within a given timeout. The TAS allowschecking a webpage load everyseconds until a timeout value
Consider a TAS that uses a keyword-driven framework. The SUT is a web application and there is a large set of keywords available for writing the automated tests that relate to highly specific user actions linked directly to the GUI of the SUT. The automated test written with the keywords...
Which of the following represents the BEST suggestion for implementing the custom logging functions?
A TAS uses a commercial test automation tool and the default logs generated by the inconsistent formats such as different types of messages (pass/fail steps, screenshots, warnings, etc.) To solve this issue some custom logging functions have been created from the test scripts, making it possible to log the different...