You are implementing test automation for a project and you want to be able to generate test cases automatically using a series of test design tools which use a variety of test design techniques such as decision tables, pairwise testing and boundary value analysis.You also want to generate test data automatically which can then be used by the tests.Initially these tests will be run manually to verify their correctness and ultimately you want to include them in the test execution tool so that they can run unattended.Which layer of the gTAA will be used to support the specification of the test cases and preparation of the test data?
You have been asked to implement test automation for a project that is not meeting its deadlines. After further analysis you discover that the manual testers are not able to keep up with the new feature testing because the regression testing is taking 75% of their time. As a result, the new features are being released with many defects and customers are complaining about the quality.Given this information, what metric SHOULD you be tracking to show the value of test automation for this project?
Which of the following is an important success factor for any significant automation project?
Which of the following CORRECTLY describes how automation SHOULD be applied to confirmation testing?
You have inherited a TAS that is working well it uses keyword-driven scripting and was well architected. The automation architect who built the system has now moved on to another company. The TAS is working across several projects and has a multiple library of keywords, categorised by project. The individual project teams maintain these keyword scripts.Based only on the given information, what is the MOST significant risk for the TAS?
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?