if you are working manual testing project. the client wants to automation registion test cases. how you will be find automation tool that is best suited for the project
Answers
Answered by
4
Answer:
stick to these three principles when choosing which test cases to automate: always automate the time-consuming tests, repetitive tests, hard to do tests, and risk-related tests
Answered by
0
Concept Introduction: Automation test is required in every field.
Explanation:
We have been Given: if you are working manual testing project. the client wants to automation registion test cases.
We have to Find: how you will be find automation tool that is best suited for the project?
3 Types of Test Cases to Automate First:
- Unit Testing. Unit testing is the fastest method of testing and, therefore, should be the highest priority for your automation.
- Integration Testing. Integration testing, where we're testing our interfaces or modules, should also take high priority.
- Functional Testing.
Final Answer:
3 Types of Test Cases to Automate First:
- Unit Testing. Unit testing is the fastest method of testing and, therefore, should be the highest priority for your automation.
- Integration Testing. Integration testing, where we're testing our interfaces or modules, should also take high priority.
- Functional Testing.
#SPJ3
Similar questions