Search found 9 matches

by Pawel
Wed May 13, 2015 8:47 pm
Forum: Automation API
Topic: Validate an object tree
Replies: 1
Views: 1624

Validate an object tree

Hello, I am curious as to the most efficient way I can go about validating a tree, specifically it's child/grandchild items and their states. To expand my example, I want to have a method that can take in a parameter or parameters and compare it against the live tree object. I want to also validate ...
by Pawel
Thu Oct 24, 2013 7:19 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Re: Unable to retrieve table object information

Hello Pawel, Please send us the URL of your web page that you try to automate. This would help to reproduce your issue. In general, we support a webgrid with ajax in MVC4. Do you experience any issues other than the mentioned one? Thanks in advance. Regards, Markus (T) Email sent. Nothing right now...
by Pawel
Wed Oct 23, 2013 4:05 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Re: Unable to retrieve table object information

Another question is does Ranorex fully support a webgrid with ajax in MVC4?
by Pawel
Tue Oct 22, 2013 9:04 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Re: Unable to retrieve table object information

The paths are identical. The information appears to be identical itself between the before and after. Like I said if I call ensure visible on the repo item the values get successfully updated to the correct state, yet this call through code doesn't have the same effect.
by Pawel
Tue Oct 22, 2013 8:25 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Re: Unable to retrieve table object information

To add some more information. The object is implemented using a web grid in MVC. Also I have tried the same scenario in Chrome and somewhat similar results except that when I update the element data in Spy I have the child items greyed out in the View Spy.
by Pawel
Tue Oct 22, 2013 7:35 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Re: Unable to retrieve table object information

To add, when in Ranorex Spy I right click the element after it has become invalid and perform the action Ensure Visible the data is refreshed and appears. However when I call EnsureVisible() the element data is not updated through code.
by Pawel
Tue Oct 22, 2013 7:28 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Re: Unable to retrieve table object information

Yup, the element only has one parent and it is set to not use caching.
by Pawel
Tue Oct 22, 2013 7:13 pm
Forum: Object Identification and Technologies
Topic: Unable to retrieve table object information
Replies: 10
Views: 2170

Unable to retrieve table object information

Hello, I have a webpage which has a table. An user can be added to this table and will appear in the list. During my test execution I can retrieve the table data correctly, however, after sorting the table through the webpage I can no longer obtain data regarding the table. I have the repo item use ...
by Pawel
Tue Sep 03, 2013 5:59 pm
Forum: How To …
Topic: Save GDI Capture List in Solution/Project
Replies: 10
Views: 5995

Re: Save GDI Capture List in Solution/Project

I agree. We also commit our solution to TFS and have our automated build machines check out the solution, compile, and execute the tests. Having a GDI settings file that must be copied over is a real annoyance and causes failing tests when not done.