Tools | Selenium Forum
M
Posted on 02/08/2016
How do I exactly explain the order of tools used that I have learned in this selenium course.Can I say like this If interviewer asked me?Could you please correct this?I want to keep in my resume that I have used Maven,jenkins,Grid,ANT,SVN.

----Initially I create a maven project.
----while developing test scripts initially we run scripts individaully using xml and do batch running
with testng.xml .
-----Check in my test scripts and check out using SVN
-----Perform batch running using jenkins by configuring my maven project with maven and build.xml with ANT .Check the reults in console output.Report errors by sending an automatic email notifications which is done by jenkins
-----At the end we use GRID to exceute test cases parallely that invokes this testng.xml and allocates one node
for each test case.

I was confused in the order how should I excactly explain in interview.So Could you please correct it Ashish?

M
Replied on 04/08/2016

everything is fine except for grid implementation.

grid is done before jenkins.