Why automate test cases?
In Zephyr, you can automate your test cases to speed up the testing process, avoid human errors and increase the efficiency of test management. You can easily update the status of your tests in automatic mode using information provided by the supported test automation tools, such as TestComplete, SoapUI, and others. All this is done via Zephyr Vortex.
What is Vortex?
Zephyr Vortex is a set of means that allow you to create various automation jobs for automating your test cases. Yo can create three types of jobs:
Script Automation - jobs of this type trigger a automation script that retrieves data from the specified test automation tool through a software agent (see below) and passes it to Zephyr.
Suite Automation
Folder Watcher
You create a job in Vortex, and then execute it to automate your test cases. The way you do this depends on the type of your Vortex job.
Create a job
Before creating a Vortex job, you need to download ZBot, which is a software agent that connects Zephyr with test automation tools, and run it on the machine where you will execute your tests in the test automation tool being used.
To learn how to create various Vortex jobs, see Script Automation, Suite Automation and Folder Watcher.
See Also
ZBot Overview
Script Automation
Suite Automation
Folder Watcher