Search found 15 matches

by Anbu
Mon Aug 20, 2012 11:37 am
Forum: General Questions
Topic: Ranorex - QC Integration Issue
Replies: 3
Views: 1928

Re: Ranorex - QC Integration Issue

Hi Bernhard,

Thank you for your response. I have a clarification on AMO as I couldn't find it anywhere. Please could you let me know what AMO stands for? Is it a add-in for QC or upgraded version of QC?

Thank you,
Anbu K
by Anbu
Mon Aug 13, 2012 11:45 am
Forum: General Questions
Topic: Ranorex - QC Integration Issue
Replies: 3
Views: 1928

Ranorex - QC Integration Issue

Hi Team, We are trying to integrate Ranorex with QC by follwing the steps mentioned in Ranorex Blog. We were able to create the VAPI-XP Test in Test Plan in QC. However, we couldn't find the 'Parameters' tab in Test Plan. It is available only for MANUAL Test type. Please let us know if we need to co...
by Anbu
Tue Jun 19, 2012 11:38 am
Forum: General Questions
Topic: Add-in for Java Applet based Web Application
Replies: 1
Views: 2380

Add-in for Java Applet based Web Application

Hi Team, We are trying to automate a Java(applets) based web application. The objects are not getting identified properly. Please let us know if we need to have any Add-in installed to recognize these objects. We also tried capturing the objects in AJAX mode. However, the objects were not identified...
by Anbu
Thu May 17, 2012 2:10 pm
Forum: General Questions
Topic: IE crashes when we launch the application
Replies: 1
Views: 1625

IE crashes when we launch the application

We are automating Flex application. The issue is whenever we launch the application, IE crashes(IE 8 ) and then automatically it recovered the tab and we are able to identify the objects correctly. But when the application launches successfully without the IE crashes Ranorex(3.2.3) is not able to id...
by Anbu
Thu Apr 19, 2012 1:19 pm
Forum: General Questions
Topic: Function to identify Validation status
Replies: 7
Views: 2320

Re: Function to identify Validation status

Hi Peter/Team,

Please could you let us know if we can get the validation(Recorded one) status without using any user code?
Is there any inbuilt option avaible in Ranorex to identify the validation status?

Thank you,
Anbu K
by Anbu
Wed Apr 18, 2012 2:39 pm
Forum: General Questions
Topic: Function to identify Validation status
Replies: 7
Views: 2320

Re: Function to identify Validation status

Hi Peter,

Thanks for your response.

We are trying to get the status of the validation without converting it into user code. Please could you let us know if it is possible to get the validation status by having the validate step as a recorded step in the user actions table?

Regards
Anbu K
by Anbu
Wed Apr 18, 2012 12:45 pm
Forum: General Questions
Topic: Function to identify Validation status
Replies: 7
Views: 2320

Re: Function to identify Validation status

Hi, We have a user Actions recording (Recording1.rxrec) with some validation steps. After each validation step, I need to call a function which posts the defect. For that, I need to know the status of the validation step since the defect should be be posted only when the validation step fails. We ar...
by Anbu
Wed Apr 18, 2012 10:56 am
Forum: General Questions
Topic: Function to identify Validation status
Replies: 7
Views: 2320

Function to identify Validation status

Hi Team, We are validating some objects in our recording. We want to get the status of the validation (success or failure) inside a code module. Could you please let us know if there is any function or code avaliable to get the validation status(for all validation, not specific to particular type/ob...
by Anbu
Mon Mar 12, 2012 1:55 pm
Forum: General Questions
Topic: Screenprints for the Failed steps
Replies: 1
Views: 1489

Screenprints for the Failed steps

Hi All, We are integrating QC with Ranorex for Defect management. As part of this, we are trying to attach the screenshots (generated as part of reporting) for the failed steps to the coresponding defect. So, we are trying to find the screenshots for the failed steps. Is there any way to identify an...
by Anbu
Wed Mar 07, 2012 3:49 pm
Forum: General Questions
Topic: Selecting an Item from Combobox
Replies: 2
Views: 4894

Selecting an Item from Combobox

Hi All, We are trying to select an item from a combo box using vb.net code. However, the select (using item index, item etc.) was not successful. Eeven if we are trying to set the item by entering as a text, it doesnt produce any effect( such as button enables after selecting an item from the combo ...
by Anbu
Mon Mar 05, 2012 11:40 am
Forum: General Questions
Topic: PDF Report from Ranorex
Replies: 2
Views: 2803

PDF Report from Ranorex

Hi All,

We want to generate Ranorex Result file in PDF format. Please could you share us your thoughts/workaround?

Thank you,
Anbu K
by Anbu
Thu Feb 16, 2012 7:53 am
Forum: General Questions
Topic: Retaining the value of variables across Classes
Replies: 3
Views: 1615

Re: Retaining the value of variables across Classes

Peter, I am using a variable to store a value in a class1 and I would like to use the value of the variable in class2 without calling class1. I have tried static and few other options, however nothing works. Is there any other way we can use the variable with the value assgined in class1? Thank you,...
by Anbu
Wed Feb 15, 2012 2:09 pm
Forum: General Questions
Topic: Retaining the value of variables across Classes
Replies: 3
Views: 1615

Retaining the value of variables across Classes

Hi All,

We want to retain the value of a variable from one class to another using VB.net code. Please could you advice us to handle this situation.

Thanks
Anbu K
by Anbu
Tue Feb 14, 2012 1:25 pm
Forum: General Questions
Topic: Drag a cell from one table and drop it into another
Replies: 3
Views: 1882

Re: Drag a cell from one table and drop it into another

Thanks Martin for your quick response. Recording is not working as expected in all the times. I have tried that option too but the problem i faced was dynamically i want to drag and drop the items in one table to another table. It would be best if you can send a piece of usercode to do drag and drop...
by Anbu
Tue Feb 14, 2012 10:49 am
Forum: General Questions
Topic: Drag a cell from one table and drop it into another
Replies: 3
Views: 1882

Drag a cell from one table and drop it into another

Hi All, We are currently using Ranorex tool to perform UAT for our application. As part of our testing, we need to drag a cell from one table and drop it into another. We have been trying to perform this using user code(VB.NET) now. It would be great if someone/support team could share us their idea...