Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This post will explain, how you can schedule test cases written in vREST. vREST do does not provide direct support for scheduling test cases on its own server. But you can easily schedule test cases written in vREST with the help of any external schedular scheduler like cron .

Here is a video tutorial for the same:

  1. For Linux

  2. For Windows

Prerequisite

Prerequisite for the machine, on which you want to schedule test cases.

Let's take a sample application (Contacts Application) and step by step guide on how we can schedule vREST test cases.

Note: You can find the source code of sample application at Github.

...

Step 3: Add the above vrunner command in any external schedular

Now, you can add this vrunner command in any external schedular like cron. That's it.

For example, if you want to schedule vREST test cases daily at mid night, then you may write the cron job like this:

Code Block
0 0 * * * /path/to/vrunner --email="<VREST_EMAIL>" --password="<VREST_PASSWORD>" --url="<VREST_TEST_CASE_LIST_URL>" --logger="json" --filepath="<ABSOLUTE_LOG_FILE_PATH>"

Note:

...

in Linux/Mac and Windows Task Scheduler on Windows.


Please follow the following guides according to the Operating system of the machine on which you want to schedule the test cases:

Child pages (Children Display)