Search found 24 matches

by Kumar
Thu Oct 25, 2012 5:22 am
Forum: Object Identification and Technologies
Topic: Script fail to identifiy the object even when fully loaded
Replies: 7
Views: 2163

Re: Script fail to identifiy the object even when fully loaded

Hi,

This problem is occurring every time i run the script specially in IE.

Even though the object is visible and it is highlighted, the doesn't work the same script works perfectly fine with Firefox.
by Kumar
Wed Oct 24, 2012 3:16 pm
Forum: Object Identification and Technologies
Topic: Script fail to identifiy the object even when fully loaded
Replies: 7
Views: 2163

Re: Script fail to identifiy the object even when fully loaded

Hi, I am using IE 8 and this problem is occurring even in Firefox. I don't think this has anything to do with browser. Because the objects are being identified when i highlight from Repository and the screenshot captured on failure by the tool shows that object. This problem is affecting me very bad...
by Kumar
Mon Oct 15, 2012 11:05 am
Forum: Object Identification and Technologies
Topic: Script fail to identifiy the object even when fully loaded
Replies: 7
Views: 2163

Re: Script fail to identifiy the object even when fully loaded

HI,

Please find the attached snapshot.

Sorry, I will not be able to provide access to the application it's a not available in internet.
by Kumar
Mon Oct 15, 2012 10:59 am
Forum: Automation Tools
Topic: Can we assign variable to a value from the output of another
Replies: 4
Views: 2896

Re: Can we assign variable to a value from the output of another

Thanks IanF for your response,

but the solution i am looking is bit different. I wanted pass the values between different recording modules.

Support: Can you provide some solution? Or Is there a way update the values in Global variables?
by Kumar
Sat Oct 13, 2012 11:29 am
Forum: Object Identification and Technologies
Topic: Script fail to identifiy the object even when fully loaded
Replies: 7
Views: 2163

Re: Script fail to identifiy the object even when fully loaded

Hi, Again this problem occurred, one of the object property had changed so updated it to Regular expression. Initial Object was identified with ID value "ctl00_pageBody_tabContainer_tabForm_requestFields_ ctl04 _field403']" Next time when i ran the script the object property had changed to "ctl00_pa...
by Kumar
Sat Oct 13, 2012 9:37 am
Forum: Object Identification and Technologies
Topic: Script fail to identifiy the object even when fully loaded
Replies: 7
Views: 2163

Script fail to identifiy the object even when fully loaded

Hi, I am using Ranorex for cross browser testing, i am mostly using Record and playback for this. Script is always fails to identify few objects. I have tried the below things: 1) Run complete flow (Normal Scenario) : Script Failed 2) When i highlighted the element from Repository, it was able to id...
by Kumar
Thu Sep 20, 2012 4:02 pm
Forum: Automation Tools
Topic: Can we assign variable to a value from the output of another
Replies: 4
Views: 2896

Can we assign variable to a value from the output of another

Hi, I have recorded 4 scenarios: 1) Create a Request 2) Admin Rejects Request 3) The same request (Created in 1) is re-submitted after some actions 4) Admin Approves the request I want to use the request which is created in Recording module 1 in all other recording modules so that i can run all in a...
by Kumar
Sat Sep 01, 2012 5:20 am
Forum: Object Identification and Technologies
Topic: Object properties changes
Replies: 3
Views: 2141

Re: Object properties changes

Hi, Yes, i have been working with adding objects from dom... I had three queries in my post :) But the problem is i can add objects from IE only from DOM not from browser..is this a defect or i am missing something here? The problem with working with DOM objects is in the AUT that the unique id whic...
by Kumar
Wed Aug 29, 2012 12:55 pm
Forum: Object Identification and Technologies
Topic: Object properties changes
Replies: 3
Views: 2141

Object properties changes

Hi, I am using working on 3.3.01 for automating SharePoint info paths. The application is undergoing changes and each element is identified with an unique id which changes if any object is added or removed from the form. This problem is when i am working by adding the objects using DOM. But when i t...
by Kumar
Wed Aug 29, 2012 12:26 pm
Forum: Object Identification and Technologies
Topic: People Picker with Ranorex
Replies: 7
Views: 2174

Re: People Picker with Ranorex

Please find the attached snapshot.
by Kumar
Fri Aug 17, 2012 5:16 am
Forum: Object Identification and Technologies
Topic: People Picker with Ranorex
Replies: 7
Views: 2174

Re: People Picker with Ranorex

Hi, I am using the Ranorex version 3.3.0 which is validated form Client and i need to work only on the validated version :( Regarding adding objects, you have suggested to add with the default (Host as root). I have only been working with Ranorex since a month or so, but i feel adding objects with A...
by Kumar
Wed Aug 15, 2012 2:06 pm
Forum: General Questions
Topic: Exporting Ranorex results
Replies: 7
Views: 4145

Re: Exporting Ranorex results

Thanks Bernhard, it works now :)

Code: Select all

Ranorex.Core.Reporting.TestReport.ThumbImageWidth = 300;  
Instead of adding the above code in every script. Can i put this on Program.cs or any place where this will be executed every time i run a script?

Thanks & Regards,
Kumar
by Kumar
Wed Aug 15, 2012 10:50 am
Forum: Automation Tools
Topic: Perform Click or select operation without mouse movement
Replies: 3
Views: 3723

Re: Perform Click or select operation without mouse movement

Thanks for your reply Pawet!!!

After trying different options the below options worked well:

For Text: Focus
For Button : Press
For Link : Open

"EnsureVisible" is suppose to make the object visible for any kind of object but unfortunately it never worked for me :(
by Kumar
Wed Aug 15, 2012 7:13 am
Forum: Object Identification and Technologies
Topic: People Picker with Ranorex
Replies: 7
Views: 2174

Re: People Picker with Ranorex

Hi Markus,

Please find the attachment of the snapshot as described in the link provided.

I have attached 2 snapshots
1) By spying with the default in the Root(Host)
2) With application set as Root.

Thanks,
Kumar
by Kumar
Mon Aug 13, 2012 8:42 am
Forum: Automation Tools
Topic: Perform Click or select operation without mouse movement
Replies: 3
Views: 3723

Perform Click or select operation without mouse movement

Hi, I have been working with some SharePoint info-paths. Is there a way that with out mouse movement all the operation can be executed? I went through the forum and FAQ solutions are specific to a particular type of object (Link or List). Can anyone please share a general approach/method which can b...