You are the TAE for an Agile project which has six sprints for the current release. Sprint five is underway and the automated regression suite is due to start later today.
You have re-examined the results from the automated regression runs for the past four sprints. You notice that two test cases both reported a pass for sprints 1 and 4 but a fail for sprints 2 and 3. The failures have gone undetected and are therefore unexplained. Both test cases are closely coupled with other tests in the suite.
What course of action SHOULD you take?
Correct Answer:
C
Reference: https://www.softwaretestinghelp.com/regression-testing-tools-and-methods/
As a TAE you are evaluating a functional test automation tool that will be for several projects within your organization. The projects require that tool to work effectively and efficiently with SUT??s in distributed environments. The test automated tool also needs to interface with other existing test tools (test management tool and defect tracking tool.) The existing test tools subject to planned updates and their interface to the test automated tool may not work property after these updates.
Which of the following are the two LEAST important concerns related to the evaluation of the test automation in this scenario?
A) Is the test automation tool able to launch processors and execute test cases on multiple machines in different environments?
B) Does the test automation tool support a licensing scheme that allows accessing different sets?
C) Does the test automation tool have a large feature set, but only part of the features
will be sets?
D) Do the release notes for the planned updates on existing specify the impacts on their interfaces to other tools?
Does the test automation tool need to install specific libraries that could impact the SUT?
Correct Answer:
C
What represents good practice when automating a manual regression test suite?
Correct Answer:
D
Reference: https://www.softwaretestinghelp.com/manual-to-automation-testing-process- challenges/
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?
Correct Answer:
C
Which of the following statements BEST describe aspects of the SUT to consider when designing a TAA?
Correct Answer:
A