-
Notifications
You must be signed in to change notification settings - Fork 24
Welcome to the Java Viper Framework wiki!
Kushan Amarasiri edited this page Jan 2, 2019
·
6 revisions
This framework is developed in Java and uses both awesomeness in Kiwi Selenium Framework and Raccoon Rest Assured Framework done in Java. Both frameworks used hand in hand to bring the best of web UI and web services test automation as one. Usage ======
- Any one can Jump Start test automation with Viper by cloning the project.
- After cloning and open it using a Java IDE like eclipse.
- Next right click on the project folder and then do a maven update. All the maven dependencies used in the project will get updated here.
- To run the sample BDD test case you can right click the TestNG runner and select run as a test NG.
- If you want to run individual test scenarios please right click each test scenario and run as test NG.
- Excel data driven support
- BDD and NON Bdd support
- Allure reporting
- Page Factory support
- Bar code Online verification support
- Image comparison support
- Voice based reporting
- Extent reporting 9 . Selenium Grid execution support
- Chrome and Firefox headless support
- WebDriver manager support (No need to download drivers)
- Accessibility testing of web sites
- Shutter bug screenshot
- Reusable request objects for Get/Post/Put and Delete
- Allure test reporting
- JSON data driven test support