AnchorTop Top
Top | |
Top |
Column |
---|
This section applies specifically to the Zephyr Enterprise product. The information below is generally used to ensure that system administrators can update their Zephyr Enterprise product instance on a Linux environment.What is Vortex?
Benefits to user
This section provides step-by-step instructions to configure and use Vortex. Please refer to steps provided below: |
Vortex configuration:
- Install Zephyr
- Go to the zephyr Installation Directory eg: C:\Program Files\Zephyr\license
- Copy the zautomation.lic license file in license folder
- Restart the Zephyr service
How to validate Vortex Installed properly or not:
- Launch zephyr eg : http://localhost:81/flex/html5
- Login as Manager >> Select any project
- Check the project Apps
- Click on Vortex >> It should be selected and should show in Green color
- Add Job and Execute Job
...
Folder Watcher also does the same job as Automation does, but the difference is in Automation user has to execute the job, whereas in Folder watcher, user will configure the job with Result folder with an sleep over time (eg: 2 minutes) . So for every 2 minutes this Folder watcher will watch the result folder and if any report file will generate it will take that generated automated file and post the results to ZE UI
How to Add and Execute Automation Job:
- Install Zephyr
- Install Zbot and configure with any user having all the permission of Test Repository, Test Planning and Test execution (Manager , lead , custom user etc)
- Login as (Manager , lead , custom user etc) in Zephyr
- Click on Vortex
- Select Automation
- Click on + button to add job and save the Job
- Click on E button and give cycle, phase names and select assign user and save
- Once Job is scheduled, it will give 3 notifications ( New, In-progress, Completed )
- Once Job is completed based on the Automation report file it will create testcases in Test Repository, Create cycle with the given name in Test Planning with the given start and end dates, and finally in Test execution it will post the results, and for failed testcases it will add attachment and logs
...
Sample automated xml report files for all the frameworks is available at : \\192.168.100.203\SHARE\QA\Vortex\Files
How to Add and Execute Folder Watcher Job:
- Install Zephyr
- Install Zbot and configure with any user having all the permission of Test Repository, Test Planning and Test execution (Manager , lead , custom user etc)
- Login as (Manager , lead , custom user etc) in Zephyr
- Click on Vortex
- Select Folder Watcher
- Click on + button to add job and save the Job
- Trigger the script through Jenkins or Maven or sh file or bat file or eclipse etc.... Once execution of script is completed it will create report file in the folder path and it will give notifications in Folder watcher
- After applying notifications, Job will be completed. Based on the Automation report file it will create testcases in Test Repository, Create cycle with the given name in Test Planning with the given start and end dates, and finally in Test execution it will post the results, and for failed testcases it will add attachment and logs
...