...
A job is a task with a number of parameters. You use it to automate your test cases. You can create two types of jobs: Automation and Folder Watcher.
- When you run an Automation job, it creates a test case in Zephyr, then schedules and executes the test caseAn Automation job allows you to trigger an execution directly from Zephyr, and once the automation is done, it posts the results to Zephyr.
- A Folder Watcher job waits for results to appear in the specified results folder, and if any report file is generated, it posts the results to Zephyr.
...
3. Now when you have a job, you can run it by clicking E in the Execute Job column, or Execute in the top-right corner of the screen.
For more information on Vortex, see Zephyr Vortex.
Note |
---|
Before running a job, you need to start ZBot. You can execute your jobs only when ZBot is running. |
...