Day21: Try and speed up your automation checks execution time and share what you tried


Automation execution doesn't matter if you only run one or two cases, but when it comes to lots of cases and frequent runs, execution time is a key point to consider!

I've tried two ways to speed up my automation checks.

1, Reduce the wait time as possible as it can. So I usually use custom wait rather than implicit or explicit wait.

2, Thinking of the logic in a test procedure, when automating manual test cases, try to optimize test cases related to one test condition by combining them logically in one automated case.

0 comments:

Post a Comment