maven with automation testing

Post on 22-Mar-2017

192 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Maven integration With Automation Testing

By : Gaurav Gupta

Agenda

1- Why to use maven for automation testing 2- configure java project to maven project3-How to manage dependencies goals and plug-in 4- Run the test script using maven

Why to use maven for automation testing

1- Provides no conflict environment while working in teams

2- Direct use of external plug-in

3- Provide suitable environment for the dependencies management

Configure java project to maven project

1- Existing Java project to maven project manually 2- Existing Java project to maven project using maven template 3- Using maven directly to create a maven project

How to manage dependencies, plug-in etc

1- Hands on Maven Repository, Maven Central 2- Hands on Plug-in, Maven SureFire, Maven Compiler plug-in etc

Run the Scripts from maven

For running the test case use -maven test to the project repository

Thanks You..!!

Advice- Learn by Doing

top related