Implementing own / extending standard TestSuiteRunner

Class library usage, coding and language questions.
hellboy81
Posts: 25
Joined: Sun Dec 10, 2017 8:52 pm

Implementing own / extending standard TestSuiteRunner

Post by hellboy81 » Fri Nov 23, 2018 9:05 am

What is the best way to deal with on-standard-rxtst-xml sources?
All test suite "items" (test case sets/ test cases / test steps) are genarated on fly / retrived from external data source

Wht is the best way to implement own TestSuiteRunner: "extend" standard Ranorex TestSuiteRunner or rewrite it from scratch?

hellboy81
Posts: 25
Joined: Sun Dec 10, 2017 8:52 pm

Re: Implementing own / extending standard TestSuiteRunner

Post by hellboy81 » Fri Nov 23, 2018 1:13 pm

As I mentioned there are no extension points to replace testSuiteXmls with "own" source. TestSuiteRunner should be rewritten based on Ranorex implementation

McTurtle
Posts: 297
Joined: Thu Feb 23, 2017 10:37 am
Location: Benedikt, Slovenia

Re: Implementing own / extending standard TestSuiteRunner

Post by McTurtle » Wed Nov 28, 2018 2:55 pm

Hi hellboy81,

What are you planning to achieve with your own test suite runner? Are you sure you are not able to achieve these things within the Ranorex test suite or by using a CI tool?

Regards,
McTurtle