Search found 32 matches

by Rajendra
Thu Jan 30, 2014 7:12 am
Forum: Object Identification and Technologies
Topic: Unable to identify Flash objects
Replies: 1
Views: 2119

Unable to identify Flash objects

Hi,

I am unable to identify the exact Flash objects using ranorex spy.

The URL's of the application are below:

http://disneyworld.disney.go.com/new-fantasyland/
http://wechoosethemoon.org/

And the screen shots are attached
by Rajendra
Thu Jan 30, 2014 7:01 am
Forum: Automation Tools
Topic: Pass Repository item dynamically through an excel sheet
Replies: 5
Views: 3402

Re: Pass Repository item dynamically through an excel sheet

krstcs, That's a very good explanation. I really appreciate you for your time. The understand that developing a keyword driven framework with Ranorex is some what cumbersome task. And involves lot of coding to be done. Unfortunately , I am very poor at using Reflection methods. :oops: The only refle...
by Rajendra
Wed Jan 29, 2014 11:28 am
Forum: Automation Tools
Topic: Pass Repository item dynamically through an excel sheet
Replies: 5
Views: 3402

Re: Pass Repository item dynamically through an excel sheet

Thank you for the confirmation. Currently I am sending XPath dynamically and able to handle the scenarios quite well(though a much complicated way, as u said). The problem is I am trying to create a keyword driven framework where each action, like CLICK, ENTERTEXT etc are sent as a keyword to the cl...
by Rajendra
Thu Jan 23, 2014 6:14 am
Forum: Automation Tools
Topic: Pass Repository item dynamically through an excel sheet
Replies: 5
Views: 3402

Re: Pass Repository item dynamically through an excel sheet

No help is coming around.

Atleast can you please confirm whether it is possible through coding or not?

Thanks,
Raj
by Rajendra
Mon Jan 20, 2014 11:25 am
Forum: Automation Tools
Topic: Pass Repository item dynamically through an excel sheet
Replies: 5
Views: 3402

Pass Repository item dynamically through an excel sheet

Can we pass Repository item dynamically through an excel sheet? For example:_______ I have a repository SampleRepository.rxrep file in which Google /dom[@domain='www.google.co.in'] is the parent folder in the repository and googleButton .//button[@id='gbqfb'] googleInput .//input[#'gbqfq']" are the ...
by Rajendra
Mon Jan 20, 2014 10:28 am
Forum: Automation Tools
Topic: Failed due to exception Ranorex.CapabilityNotSupportedExcept
Replies: 8
Views: 2960

Re: Failed due to exception Ranorex.CapabilityNotSupportedExcept

Hi Markus,

Thank you for the reply.

The below syntax is working absolutely fine.

Ranorex.ButtonTag btnn = "/dom[@domain='www.google.co.in']//button[@id='gbqfb']";
btnn.Click();

Thanks,
Rajendra
by Rajendra
Sat Jan 11, 2014 2:41 pm
Forum: Automation Tools
Topic: Failed due to exception Ranorex.CapabilityNotSupportedExcept
Replies: 8
Views: 2960

Re: Failed due to exception Ranorex.CapabilityNotSupportedExcept

hi

thanks for the quick reply.

actually, I do not want to use repository. I want to create a generic keyword driven framework.

I tried the syntax postedwabove but still nno luck

thanks
raj
by Rajendra
Fri Jan 10, 2014 11:58 am
Forum: Automation Tools
Topic: Failed due to exception Ranorex.CapabilityNotSupportedExcept
Replies: 8
Views: 2960

Re: Failed due to exception Ranorex.CapabilityNotSupportedExcept

Sorry, the error message for the above mentioned code was:

Ranorex.Button btnn = "/dom[@domain='www.google.co.in']//button[@id='gbqfb']";
btnn.Click();

Failed due to exception Ranorex.CapabilityNotSupportedException: The element does not support the required capability 'button'.
by Rajendra
Fri Jan 10, 2014 11:43 am
Forum: Automation Tools
Topic: Failed due to exception Ranorex.CapabilityNotSupportedExcept
Replies: 8
Views: 2960

Re: Failed due to exception Ranorex.CapabilityNotSupportedExcept

I guess I made a small mistake: The below syntax is working for me: Ranorex.InputTag input = "/dom[@domain='www.google.co.in']//input[#'gbqfq']"; input.TagValue = "Ranorex"; But, I am getting issue while trying to access buttons using below code: Ranorex.Button btnn = "/dom[@domain='www.google.co.in...
by Rajendra
Fri Jan 10, 2014 8:06 am
Forum: Automation Tools
Topic: Failed due to exception Ranorex.CapabilityNotSupportedExcept
Replies: 8
Views: 2960

Failed due to exception Ranorex.CapabilityNotSupportedExcept

Hi, I am getting following error while trying to access the textbox/button using ranorex keywords (Ranorex.Text and Ranorex.Button) Code_1: Text textbox="/dom[@domain='www.google.co.in']//input[#'gbqfq']"; textbox.TextValue = "Ranorex"; Failed due to exception Ranorex.CapabilityNotSupportedException...
by Rajendra
Sat Dec 14, 2013 9:29 am
Forum: Mobile Testing
Topic: Does ranorex support Mobile testing on Windows mobile
Replies: 1
Views: 2718

Does ranorex support Mobile testing on Windows mobile

Hi Team, I saw advertisement stating "Automated Testing of iOS, Android and Windows 8 Apps" on your mobile testing home page but, I did not find any guide to automate Win8 Apps. Does Ranorex support windows mobile apps? If yes, is there any guidance provided in online like you did it for iOS and And...
by Rajendra
Wed Dec 11, 2013 8:53 am
Forum: General Questions
Topic: Contact Number ?
Replies: 2
Views: 1775

Re: Contact Number ?

Thanks You.
by Rajendra
Mon Dec 09, 2013 7:09 am
Forum: Automation Tools
Topic: Unable to retrieve SyncFusion Chart control data
Replies: 1
Views: 2104

Unable to retrieve SyncFusion Chart control data

Hi Team, We are trying to automate a desktop application which was developed using syncFusion controls. I am aware of that, Ranorex supports SyncFusion controls but we are unable to extract the data from one of the SyncFusion Chart Control. Attached file is the one that uses SyncFusion Chart Control...
by Rajendra
Mon Dec 09, 2013 6:42 am
Forum: General Questions
Topic: Contact Number ?
Replies: 2
Views: 1775

Contact Number ?

Hi, There is no contact information (I mean contact number) to speak with your support people? I didn't find any contact number on your ranorex site(except sales contact number) Is this forum, is the only support for end users? or Is there any support numbers provided for quick support? Thanks, Raje...
by Rajendra
Sat Nov 23, 2013 8:19 am
Forum: Automation Tools
Topic: ranorex unable to identify unity web player objects
Replies: 4
Views: 2894

Re: ranorex unable to identify unity web player objects

Thank you for the quick response.