Interview Question : How would you plan test automation?
Answer : Success in test automation requires careful planning and design approach. It includes: -Understand the requirements -Prepare the automation Test plan (Scope, objective, timeline, resources) -Identify the methology and framework -Draft the programming conventions -Identify the high level scenarios -Record the scenario -Enhance the scripts by inserting check points and Conditional Loops -Incorporate Exception handlers in the script -Debug the script -Refactor the script -Rerun the script and report the result.
Interview Question Category : Manual Testing
|