Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×I have two questions.
1. How to run selective tests on xray with jenkins. Let's say I have 5 test cases to run in regression. Is there any way to select those 5 tests in a test execution and trigger a job on jenkins and get the results back. While getting the results back from jenkins, what i saw was new task was created rather than updating the existing test case when run for the first time
2. If I have a manual test case, how can I convert it into automated test and connect it with a unit test so that i can run it with jenkins ?
Hi @Akash Singh
regarding your first question:
There are different ways of organizing tests. One of them (and in your case I would suggest this one) are Test Sets
https://docs.getxray.app/display/XRAYCLOUD/Test+Set
You could eg. create a Test Set as a container for regressions test cases and create a Test Execution from that Test Set.
As far as I know to there need to be a special naming convention in the unit test case to map to an existing test case. The test case furthermore needs to be of type "generic". see details here:
This should also answer your 2. question.
Please let us know if there are any further questions.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.