How to schedule to run testng.xml file on terminal on linux environment?
up vote
0
down vote
favorite
I have scripted a Selenium automation testcase. I have generated the testng.xml file which should be executed on the linux terminal at a particular time of my need. Say I want to schdule to execute the testng.xml file on terminal at 11pm everyday.
linux java scheduling selenium
add a comment |
up vote
0
down vote
favorite
I have scripted a Selenium automation testcase. I have generated the testng.xml file which should be executed on the linux terminal at a particular time of my need. Say I want to schdule to execute the testng.xml file on terminal at 11pm everyday.
linux java scheduling selenium
1
Why do you need terminal? If you need environment vars you can set them in script run by cron
– Romeo Ninov
yesterday
Because I want to schedule the execution to run at a specific time. In order to do that I thought executing/running the script on the terminal would make it easier to schedule.
– Kasturi Rajamanikkam
yesterday
I do not know easier scheduling system than cron. Please provide the script and schedule times to be able to help you.
– Romeo Ninov
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have scripted a Selenium automation testcase. I have generated the testng.xml file which should be executed on the linux terminal at a particular time of my need. Say I want to schdule to execute the testng.xml file on terminal at 11pm everyday.
linux java scheduling selenium
I have scripted a Selenium automation testcase. I have generated the testng.xml file which should be executed on the linux terminal at a particular time of my need. Say I want to schdule to execute the testng.xml file on terminal at 11pm everyday.
linux java scheduling selenium
linux java scheduling selenium
asked yesterday
Kasturi Rajamanikkam
1
1
1
Why do you need terminal? If you need environment vars you can set them in script run by cron
– Romeo Ninov
yesterday
Because I want to schedule the execution to run at a specific time. In order to do that I thought executing/running the script on the terminal would make it easier to schedule.
– Kasturi Rajamanikkam
yesterday
I do not know easier scheduling system than cron. Please provide the script and schedule times to be able to help you.
– Romeo Ninov
yesterday
add a comment |
1
Why do you need terminal? If you need environment vars you can set them in script run by cron
– Romeo Ninov
yesterday
Because I want to schedule the execution to run at a specific time. In order to do that I thought executing/running the script on the terminal would make it easier to schedule.
– Kasturi Rajamanikkam
yesterday
I do not know easier scheduling system than cron. Please provide the script and schedule times to be able to help you.
– Romeo Ninov
yesterday
1
1
Why do you need terminal? If you need environment vars you can set them in script run by cron
– Romeo Ninov
yesterday
Why do you need terminal? If you need environment vars you can set them in script run by cron
– Romeo Ninov
yesterday
Because I want to schedule the execution to run at a specific time. In order to do that I thought executing/running the script on the terminal would make it easier to schedule.
– Kasturi Rajamanikkam
yesterday
Because I want to schedule the execution to run at a specific time. In order to do that I thought executing/running the script on the terminal would make it easier to schedule.
– Kasturi Rajamanikkam
yesterday
I do not know easier scheduling system than cron. Please provide the script and schedule times to be able to help you.
– Romeo Ninov
yesterday
I do not know easier scheduling system than cron. Please provide the script and schedule times to be able to help you.
– Romeo Ninov
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482097%2fhow-to-schedule-to-run-testng-xml-file-on-terminal-on-linux-environment%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Why do you need terminal? If you need environment vars you can set them in script run by cron
– Romeo Ninov
yesterday
Because I want to schedule the execution to run at a specific time. In order to do that I thought executing/running the script on the terminal would make it easier to schedule.
– Kasturi Rajamanikkam
yesterday
I do not know easier scheduling system than cron. Please provide the script and schedule times to be able to help you.
– Romeo Ninov
yesterday