Thursday, June 11, 2015

Selenium Simple Framework like Hybrid for Automation Testing

I am working as a QA Lead in a MNC in Noida, India.

I have create a Automation framework based on Selenium web-driver.
This is Hybrid Framework, and source code of this is available on Github:    https://github.com/ashvinisharma/HybridFramework

For any queries related to this framework, you can contact me on following: 
E-mail id = ashvsharma82@gmail.com

I have added comments in my code so that it will be easy for you to understand the logic.

Key Features of this Framework:
-Written very generic code, you can customize/tweak it according to your requirement. 
-Support Windows/Mac/Linux platform.
-No coding knowledge required for executors.
-This framework is suitable for any e-commerce site.
-Report Generates in HTML format.
-Verify values in DB

Tools:
-Use of Java tools, Junit and Log4J.

Flow diagram of this framework: