Simple way to estimate automation effort required


Classify Test cases into:
  1. Simple
  2. Medium
  3. Complex
Simple Test cases are which have:    
  • < 5 actions 
  • < 3 Components / Functions
  • < 5 Verifications
Medium Test cases are which have:  
  • < 7 actions 
  • < 5 Components / Functions
  • < 10 Verifications
  • < 15 steps
Complex Test cases are which have:  
  • > 7 actions 
  • > 5 Components / Functions
  • > 15 Verifications
  • > 20 steps
     
 Factors that affects test automation estimation in general:
  • Framework Used
  • Application Technology
  • Test Environment
  • Test Scope
  • Test Automation Skill-set
  • Custom Objects not recognized by the tool

Comments

  1. Dude ur blog is rocking! Keep up the good work..

    ReplyDelete

Post a Comment

Popular posts from this blog

Software Testing @ Microsoft

Trim / Remove spaces in Xpath?