Computer Science, asked by priyankapogaku2, 4 months ago

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 blacksoul87
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 anirudhayadav393
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:

  1. Unit Testing. Unit testing is the fastest method of testing and, therefore, should be the highest priority for your automation.
  2. Integration Testing. Integration testing, where we're testing our interfaces or modules, should also take high priority.
  3. Functional Testing.

Final Answer:

3 Types of Test Cases to Automate First:

  1. Unit Testing. Unit testing is the fastest method of testing and, therefore, should be the highest priority for your automation.
  2. Integration Testing. Integration testing, where we're testing our interfaces or modules, should also take high priority.
  3. Functional Testing.

#SPJ3

Similar questions