How to set priority of test cases at orchestrator

how to set priority of testcases at orchestrator

Hello @shyamkumar!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hi @shyamkumar

Could you clarify which priority do you wish to change?

Hi,
I have a test suit running from orchestrator through jenkins job, now i want to prioritize all the testcases execution in a required order.
is there any activity or mechanism which can help me to prioritize this?

What is the need for a required order? In general, tests should not depend on each other.

1 Like

Hi,
I have independent test case and their execution in a test suit, whatever report is getting generated at end of the test suit execution its a junit xml report, i have a custom activity which is reading generated junit xml report and converted it to user readable html report.I want to execute this TC at the end of all test cases.
Hope its clear now,If not can you please connect over web-ex or zoom?

Hi Shyamkumar,

thx for clarifying your usecase.
As you are using a CI integration into Jenkins I would suggest the following approach:

  • create 1 Test Set on OR for each set of Test Cases with a certain prio
    e.g. Test Set 1: prio 1, Test Set 2: prio 2…
  • run Test Set 1 via Jenkins, depending on its result e.g. you could then trigger the next execution of Test Set 2 and so forth.
    Does that make sense?
1 Like

HI Thomas,
i couldn’t see anything like priority while creating Test Set at OR.
I have done some alternative work, like created two Test Set one with all required test cases, and another Test Set which will convert xml to html report.
while running these Test set from Jenkins first i am running first Test set which have all test cases and then i am running another Test set which have xml to html report conversion logic.
This way it is solving my purpose currently, if you have any better solution or guidance, please update me.

Regards,
Shyam

Hi Shaym,

Could you please let me know what would be the “its a junit xml report” how are you extracting this?