How many test cases have you automated per day?

How many test cases have you automated per day?

3 Likes

Well, the number depends on the complexity of the test cases. When the complexity was limited, I was able to automate 5 to 6 test cases per day. Sometimes, I was able to automate only one test case for complex scenarios.

I have also broken down my test cases into different components like, take input, do the calculation, verify the output etc. in case of very complex scenarios and have taken 2 or more days.

The number usually depended on the complexity of the test cases. With a limited complexity, I could reasonably automate five to six test cases per day. For more complex scenarios, I was able to automate only one or two test cases per day. I would also break down the most complex test cases into elements like take input, calculation and verifying output to organize the project. Some of these test cases took me two days to complete. So it really depends on the complexity of the test case

There are days I have done 1 test cases and some days i have done 10 test cases