InterviewSolution
| 1. |
Which Kind Of Gui Tests Do I Want To Automate? |
|
Answer» Functional tests to check whether the function is working or non-functional areas like load and performance of the software. Is it better for you to use one TOOL for both or is it even better to use two tools for these separated sections. Automate tests of software with frequent code changing’s that you want to check regularly and that are boring for manual testing. As an exciting task testers then can focus on test architecture, test DESIGN and manual testing of advanced use cases. This can save time and money, but the INITIAL COSTS of test automation MUST pay off of course. Functional tests to check whether the function is working or non-functional areas like load and performance of the software. Is it better for you to use one tool for both or is it even better to use two tools for these separated sections. Automate tests of software with frequent code changing’s that you want to check regularly and that are boring for manual testing. As an exciting task testers then can focus on test architecture, test design and manual testing of advanced use cases. This can save time and money, but the initial costs of test automation must pay off of course. |
|