“Just because a test is automatable it does not mean it should be automated”
Elfriede Dustin
Automation testing begins with an analysis of what is feasible to automate, taking into account the budget, resources, schedule, and available expertise. Given limited resources and tight deadlines, we first need to prioritize what is to be automated. The effort required can be measured with the help of the Automation Index.
The automation Index is the ratio of the number of test cases that are feasible to be automated against the total number of test cases.
AI = TFA / TC
where
AI = Automation Index
TFA = Tests feasible to be automated
TC = Total number of Test Cases
Tests that are yes for the above are good candidates for automation.
Factors that are to be considered in addition to the above are:
Have questions? Contact the software testing experts at InApp to learn more.