
[Mar 03, 2024] Fully Updated CT-TAE Dumps - 100% Same Q&A In Your Real Exam
Latest CT-TAE Exam Dumps - Valid and Updated Dumps
NEW QUESTION # 40
Which of the following statements BEST describe aspects of the SUT to consider when designing a TAA?
- A. All the internal test interfaces of the SUT should be removed prior to the product release
- B. All the interface of the SUT affected by the tests should be controllable by the TAA
- C. All the interaction between SUT and TAS should be logged with the highest level of detail
- D. All the external test interfaces of the SUT should be removed prior to the product release
Answer: C
NEW QUESTION # 41
When if the BEST time for automation to consider legal and/or standard requirements for a SUT?
- A. When developing a TAS
- B. When designing a TAF
- C. When implementing the SUT
- D. When designing a TAA
Answer: C
NEW QUESTION # 42
Your functional regression test automation suite ran successfully for the first two sprints and no failures were encountered during the runs. The automation suite records the status of each test case as either 'pass' or 'fail' and has excellent recovery capability built in.
For the third sprint, the TAS log reported several test cases with a status of 'fail'. You investigated each test case and found that most failures were due to a defect in one of the keyword scripts, rather than in the SUT. For those where the failure was in the SUT, defect reports were raised but several were returned by the developers asking for more information to enable them to reproduce the problem.
Which additional log items SHOULD you add to the TAS that would BEST improve failure analysis and defect reporting for future sprints?
a) Dynamic measurement information about the SUT.
b) A status of TAS error', in additional to pass' and 'fail', for each test case.
c) Use of a colour coding scheme so that 'pass' is in red and fail' is in green.
d) A counter to determine how many times each test case has been executed.
e) System configuration information including software/firmware and operating system versions.
f) A copy of the source code for all Keyword scripts executed.
- A. b and e
- B. d and e
- C. a and b
- D. a and c
Answer: B
NEW QUESTION # 43
You are using a gTAA to create a TAS for a project. The TAS is aimed at automatically and executing test cases based on a use-case Modeling approaching that uses UML as a modeling language. All the interaction between TAS and SUT will only be at the API and GUI level.
Which of the following components of the gTAA would you EXCLUDE from the TAS?
- A. The Test execution component of the test generation layer
- B. The test execution (test engine of the test execution layer
- C. The Command Line Interface (CLI) component of the test adaptation layer
- D. The test reporting component of the test execution layer.
Answer: C
NEW QUESTION # 44
Which of the following CORRECTLY describes how automation SHOULD be applied to confirmation testing?
- A. Confirmation tests are not good candidates for automation as they are not designed to run many times
- B. Confirmation tests can be automated and incorporated into an automated regression suite to show whether defects that were previously fixed reoccur
- C. A confirmation test should only be automated after it has been run manually
- D. Confirmation tests should only be automated if they fail to pass on the first attempt
Answer: B
NEW QUESTION # 45
You are evaluating several test modelling tools and are wanting to automatically generate test cases within the tool where many different combinations of input data are created.
You are then wanting to export the test cases into a csv file which can then be read by a functional test execution tool using a data-driven or keyword-driven scripting method.
You have investigated several tools and there is only one tool that provides all the necessary features defined by your team with the exception of the export facility. It does not provide an export into either .xls or .csv formats.
What would be the BEST next step regarding the selection of this tool?
- A. Consider another tool that is more "fit for purpose" and has all the features required.
- B. Explore the possibility of creating your own export facility.
- C. Purchase this tool and generate the .csv file manually.
- D. Ask the vendor and use forums to see if a solution is available or going to be available in the future.
Answer: D
NEW QUESTION # 46
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 results
- B. Environment in which the tests have been executed
- C. Defect clusters identified during test execution
- D. System/Application under test and its version
Answer: C
NEW QUESTION # 47
You are a TAE working for a software house which provides quarterly releases of its software to its customers. There are many different versions of the SUT that need to be tested simultaneously by different tests teams.
Your TAS is complex and you need to ensure it remains consistent across the different SUT environments. What is the BEST and MOST efficient way to ensure each of the test teams use the same version of the TAS to test the different versions of the SUT?
- A. Due to the complexities involved and the high risks associated with these releases, it would be best to revert to manual testing.
- B. Produce comprehensive documentation of the TAS, installation and usage guidelines and provide training for each team member.
- C. Install the TAS is a central repository and have an automated installation and configuration of the TAS from this repository to each of the SUT environments.
- D. Develop a tool to track historical test results across the different SUT environments and look for trends.
Answer: C
NEW QUESTION # 48
Consider a TAS that is going to be deployed for the first time. The TAS requires share resources and run it its own test environment. The infrastructure for the TAS has been created along with maintenance procedures. It is very unlikely the TAS will be required to work in other target Environments. There is a high-risk that when the TAS is deployed in its own test environment, a number of existing application will no longer work because of conflicts with the existing shared resources.
Which of the following activities would you expect to be MOST effective at mitigating the risk associated with the first deployment of the TAS?
- A. Testing the TAS for application compatibility issues in the target environment
- B. Testing the TAS for regressions due to optimization that fix non-functional issues.
- C. Testing the TAS for ITS ability to run a shared test environment
- D. Testing the TAS for its ability to be implemented in other target test environments.
Answer: D
NEW QUESTION # 49
You have been asked to develop test automation for a legacy system that is going to go through a series of infrastructure migrations. The scripts will be used to verify basic functionality during these infrastructure changes Your Test Analysts have some programming skills and need a solution that is simple and fast.
Maintainability of the scripts is not a consideration because no changes to the software are anticipated.
Which of the following is the BEST scripting approach in this situation?
- A. Model-Based scripting
- B. Structured scripting
- C. Linear scripting
- D. Capture-replay scripting
Answer: D
NEW QUESTION # 50
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. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.
- B. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
- C. Observability: The SUT needs to provide interface that give insight into the system.
- D. Re-useability: The code written for the SUT must be re-useable for other similar system.
Answer: D
NEW QUESTION # 51
New features have been added for the current release of a SUT.
Which action would NOT be appropriate for the TAE to perform when evaluating the impact on the TAS?
- A. Gather feedback from the Business Analysts to determine if the current TAS will meet the needs of the new features.
- B. Evaluate compatibility with existing test tools and, where necessary, identify alternative solutions.
- C. Run existing automated tests against the updated SUT to verify and record any changes to their correct operation.
- D. Review existing keywords to see if they need to be modified.
Answer: A
NEW QUESTION # 52
You have investigated a new tool which enables the modelling of the SUT and can then generate test cases either manually or automatically. You have convinced your managers that the best way forward is to conduct a pilot project for this tool. You need to select a project to use for the pilot. You have the choice of the following projects:
Project A: A two-year project that is critical to the business and is currently in the requirement phase. This project is for a new e-commerce web site and is mostly being developed "in-house" although the payment system is being developed and delivered by a 3rd party provider.
Project B: A safety critical application for software to drive and park cars.
Project C: An upgrade to an important HR timesheet tracking application that will be available on a desktop and mobile application. This is a 1-month project developed in-house.
Project D The payment system from project A.
Which project would be BEST for the pilot?
- A. Project D because it is a small part of a larger project and will help show the tool's capabilities.
- B. Project C because it is a short, low priority project but is important.
- C. Project A because it is a large project and has high visibility and is in the requirement phase.
- D. Project B because it is a safety critical system and has high visibility.
Answer: A
NEW QUESTION # 53
Which of the following describes how a test execution report is likely to be used?
- A. To measure coverage of the test basis by a test suite
- B. To identify problematic areas of the SUT by keeping a history showing which test cases fail the most
- C. To understand which test step caused the failure in a test case
- D. To record how a test case failure has been fixed
Answer: B
NEW QUESTION # 54
If you are tracking the frequency that a test automation code reports a defect that is not really a defect, what metric are you gathering?
- A. Automation code defect density
- B. The number of false-fail results
- C. Trend metrics
- D. Tool scripting metrics
Answer: B
NEW QUESTION # 55
You are implementing a TAS for a system that has been live for over three years, using a hybrid waterfall and agile lifecycle. Live updates are made on a monthly basis.
There is no test team, with developers designing and executing unit and integration tests with some degree of automation and business analysts designing and executing manual tests at the system level. No formal test process exists, although the system has proved relatively stable for most of the time.
Unfortunately, the last two monthly releases were problematic with regression defects found in production. Your priority is the automation of functional regression tests at the system level, the budget for this has been approved by project stakeholders.
The Business Analysts have identified which test cases are most suitable for regression. You must use the organisation's long standing commercial automation tool which has passed a proof of concept in the platform for the system in question.
Which of the following suitability criteria needs the MOST attention for the TAS?
- A. Technical planning in support of ROI analysis
- B. Maturity of the test process
- C. Frequency of use.
- D. Compatibility and tool support
Answer: D
NEW QUESTION # 56
Consider a TAS associated to dynamically changing software frequent releases. Your goal is to determine the amount of effort required to maintain the automated tests of the regression test suite for each new release of the SUT.
What is the MOST important metric to collect to achieve your goal?
- A. The number of automated tests which fail because of a single software defect, for each new release of the SUT
- B. The time it takes to execute all the automated tests, for each new release of the SUT.
- C. The number of automated tests requiring maintenance, for each new release of the SUT.
- D. The code coverage achieved with the automated tests, for each new release of the SUT
Answer: A
NEW QUESTION # 57
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 types of messages with the same format. However, this may cause a problem due to excessive size of the logs which can make it difficult to find the required information. Assume that all the default logs will be disabled when running the automated tests and that some tests will not generate excessively sized logs.
Which of the following represents the BEST suggestion for implementing the custom logging functions?
- A. Implement the custom logging functions to support different levels of tracing
- B. Implement the custom logging functions to redirect the logs to multiple files
- C. Implement the custom logging functions without saving stack traces
- D. Implement the custom logging functions without saving timestamps
Answer: A
NEW QUESTION # 58
Your TAS has been running successfully on a Windows/GUI based SUT for some years. The SUT has undergone minimal change over the years to maintain business as usual, deploying six-monthly releases for minor enhancements and bug fixes using a waterfall lifecycle.
The TAS has not changed at all during this period. The current project for the SUT will be using the Scrum methodology to deliver a more modern, competitive, user interface. It is in the release planning stage with an agreed release backlog and set of sprints outlined.
The move from lengthy waterfall releases to shorter sprints has led you to conduct a review of the current TAS to make sure it is robust and fully optimised for the timescale challenges of the new project.
What two steps would be BEST to undertake during the review?
a) Ensure that new automation code is using the same naming conventions as existing code.
b) Perform a full regression run in Sprint 1 to identify what improvements could be made to the TAS for future sprints.
c) Ensure that the TAS is using the latest libraries for the operating system.
d) Review the functions that act upon the controls for the GUI for possible consolidation.
e) Involve the test team to see what ease-of-use improvements they would like to see made to the TAS.
- A. a and b
- B. d and e
- C. b and c
- D. c and d
Answer: C
NEW QUESTION # 59
Which of the following success factors for a test automation project is TRUE?
- A. The test cases to be automated must have a high dependency on particular data values
- B. The test cases to be automated first must always be selected based on the number of times a test will need to be run
- C. Automated tests that fail due to changes in the requirements of the SUT should be promptly fixed rather than disabled from the test suite
- D. Automated tests must be designed to capture only the data that is strictly needed for comparing expected and actual results
Answer: C
NEW QUESTION # 60
You are working on a web-based application called Book Vault that allows people to upload books and order books. This application must be available on all major browsers.
You have been testing the application manually and management have asked you to consider automating some of the tests.
You have investigated a number of commercial and free tools which can automate tests at a web browser level and one tool in particular meets your requirements and you have implemented a trial version.
You have basic programming skills and the main goal is to automate a few functional tests to see if the tool is compatible with the application and can recognise the objects and controls.
Which scripting technique would be MOST suitable in this scenario in order to meet the objectives?
- A. Structured scripting
- B. Model-based scripting
- C. Data-driven scripting
- D. Capture-replay scripting
Answer: D
NEW QUESTION # 61
You are working as a TAE for a company who have been using a web test execution tool for a number of years. The tool has been used successfully on ten web applications in the past.
The company are developing a new web application which has a friendly User Interface, but the developers have used an object throughout the application which the tool is unable to recognise. As a result, you have no way of capturing the object or verifying the contents using the automation tool.
What is the first thing you should do about this problem?
- A. See if the application can be run on a desktop and if the object can be recognised on the desktop by the tool.
- B. Investigate whether the object can be recognised by other test execution tools in the market
- C. Ask the developers if they can change the object to something that can be recognised by the tool
- D. Ask the developers to remove the object and replace it with some text fields
Answer: B
NEW QUESTION # 62
A project consists of distributed teams working in a 24-hour environment, where activities happen at all hours of the day. This project adopts a CI (Continuous Integration) process when developer check-in code and consists of automated activities that include generating a build and deploying it to a test environment. Automated integration tests are run multiple times a day. The project have asked for a report containing the automation test results for every build, which must be available 24/7 to the project team.
Which of the following would be the BEST way to automatically provides this report?
- A. Store the execution result of the integration tests for the last build to a database (overwriting the results from the previous build), automatically create a test execution report for this build send It via e-mail to the project team
- B. Store the code coverage results of the integration tests for the last build to a database (without overwriting the results from the previous builds). And automatically create a chart showing the trend in code coverage and send via email to the project team.
- C. Store the execution results of the integration tests for the last build to a database (without overwriting the results from the previous builds), use this database to automatically update a dashboard containing the build history and test results accessible to the project team.
- D. Store the execution results of the integration tests for the last build to a database (without overwriting the results from the previous builds). Automatically create a test execution report for this build and send it via e-mail to the project team
Answer: C
NEW QUESTION # 63
......
Free Sales Ending Soon - 100% Valid CT-TAE Exam: https://www.exams4sures.com/ISTQB/CT-TAE-practice-exam-dumps.html
Verified CT-TAE Exam Questions Certain Success: https://drive.google.com/open?id=1SDSD5BBK2w7EPKXvrbh8ufjOazxkZWOf