auto-run

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

auto-run

include85
Hi all!

I would execute my easy test each two minutes, how I could do?
Reply | Threaded
Open this post in threaded view
|

Re: auto-run

softwaretestingforum
Administrator
if on Windows then use create a batch file and use task scheduler
if in unix then use cron job
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: auto-run

include85
Thanks Tarun, I will try and will write the result:)
Reply | Threaded
Open this post in threaded view
|

Re: auto-run

include85
I converted the file .java in .jar along with testNG.xml, and I have launched everything with cron job.

Thank you. :)