Integrate Ranorex with QA Complete

Experiences, small talk, and other automation gossip.
cdmartinus
Posts: 8
Joined: Wed Jul 03, 2013 11:21 am

Integrate Ranorex with QA Complete

Post by cdmartinus » Wed Jul 03, 2013 11:39 am

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

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Re: Integrate Ranorex with QA Complete

Post by atom » Wed Jul 03, 2013 2:08 pm

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.