Page 1 of 1

Integrate Ranorex with QA Complete

Posted: Wed Jul 03, 2013 11:39 am
by cdmartinus
Hi,

I am looking for a way to allow Ranorex to send data to QA Complete that will mark completed automated tests as pass or fail.

I know that this would require me to call the QA Complete API from the user code portion of Ranorex but other than that I don't know how to go about doing it. QA Complete has a variety of calls that allow it to accept data but other than running it from the user code part of a test case I don't know how to integrate the two.

Does anyone have any ideas??

You can find a copy of the QA Complete API here

http://www.softwareplanner.com/usersguide_psWS.pdf

Thanks

Re: Integrate Ranorex with QA Complete

Posted: Wed Jul 03, 2013 2:08 pm
by atom
Hiya.

How have you developed your ranorex tests?
As .exe or using NUnit etc...

Probably best way would be to make your test output some file that givesthe test id, test result etc.
Then develop a small exe to bulk process those files calling test complete api

Cheers.