Search found 5 matches

by livelyjay
Fri Mar 21, 2014 1:31 pm
Forum: General Questions
Topic: How to implement QC/ALM connection
Replies: 7
Views: 4174

Re: How to implement QC/ALM connection

After doing some research on the QC API and updating the VBS code posted by sdaly in another thread, I was able to figure out how to update first the overall test run status. After I accomplished that it was pretty simple to follow what I did in QTP and implement the code needed in Ranorex to update...
by livelyjay
Wed Mar 19, 2014 3:54 pm
Forum: Automation Discussions
Topic: HP Quality Center Logging
Replies: 23
Views: 30286

Re: HP Quality Center Logging

Old post, but I found this very helpful. Some have asked for the code in C#, which is what I am writing my scripts in, so I had to update sdaly's code to work with C#. I tested this and it updates the overall run status in QC, but the code for attaching the Ranorex report file is commented out becau...
by livelyjay
Wed Mar 05, 2014 4:54 pm
Forum: General Questions
Topic: How to implement QC/ALM connection
Replies: 7
Views: 4174

Re: How to implement QC/ALM connection

I'm well aware that it's not possible out of the box. I'd have to write code to access the QC API adapter to update the test step status. Here's the code I wrote inside QTP to tie the script to a test run and update each test step. This all worked seamlessly. The missing link for Ranorex would be in...
by livelyjay
Mon Mar 03, 2014 1:49 pm
Forum: General Questions
Topic: How to implement QC/ALM connection
Replies: 7
Views: 4174

Re: How to implement QC/ALM connection

That could work, but it's not ideal for our situation. My company occasionally gets audited by the FDA as we're a medical imaging company. We need pass/fail for specific steps and not just entire test runs because the pass/fail has to trace back to a specific requirement so we can show tracability.
by livelyjay
Wed Feb 26, 2014 7:30 pm
Forum: General Questions
Topic: How to implement QC/ALM connection
Replies: 7
Views: 4174

How to implement QC/ALM connection

QTP does not work with the latest version of our software as we moved from a standalone application to a web application. QTP cannot see the DOM objects, so we're investigating alternatives. Ranorex is looking like a very powerful solution, but I'm not able to wrap my head around how the QC connecti...