Thursday, 13 March 2014

Software Test Automation -1

I am trying to create a automation framework for testing web applications .
I have tried creating the framework earlier too however I had to stop because of some or the other issues.

This time I am more determined and want to document my progress so that I can understand what went wrong .

This post I will try to identify the requirements of the framework

1. Should work with any one browser
2.  Should be data driven framework .
3.  Should use any unit testing framework  as the driver
4. Test cases should be very easy to understand and maintain
5 . Framework should be written in Java
6 . Example should be done in Mercury tour site .

No comments:

Post a Comment