Search found 6 matches

by ppatrick
Thu Jun 20, 2013 10:06 pm
Forum: General Questions
Topic: Which file give me this error?
Replies: 2
Views: 3191

Which file give me this error?

Hi, I received the error below after opening a solution file. First I thought it was the test suite file. However, my test suite file doesn't have line 1880. It only has about 900 lines. Could you please tell me which file has this problem? So I can try to fix it. System.Xml.XmlException: Name canno...
by ppatrick
Thu Jun 20, 2013 10:03 pm
Forum: Automation Tools
Topic: Data driven doesn't seem to work on Windows XP
Replies: 2
Views: 1762

Re: Data driven doesn't seem to work on Windows XP

The tech support has helped me this problem. Thank you.
by ppatrick
Thu Jun 13, 2013 4:53 pm
Forum: General Questions
Topic: How to remotely control Ranorex work bench?
Replies: 1
Views: 1564

How to remotely control Ranorex work bench?

Hi, Sometimes my coworker needs to remote access to my machine to help me with Ranorex scripting. The problem we have is that after I "give control" to him, he can control everything but Ranorex Studio. So far we've tried http://join.me and MS Live Meeting. Both have the same problem; he can control...
by ppatrick
Thu May 30, 2013 5:23 pm
Forum: Automation Tools
Topic: Data driven doesn't seem to work on Windows XP
Replies: 2
Views: 1762

Data driven doesn't seem to work on Windows XP

Hi, I'm new to Ranorex. I've created an automation script to be used on 3 platforms: Windows XP/7/8. The script runs just fine on Windows 7 and 8. However the data driven part doesn't get executed when running on XP. Only the first iteration is run. Does anyone have this problem? What's the work aro...
by ppatrick
Thu May 23, 2013 11:03 pm
Forum: Object Identification and Technologies
Topic: How to collect info from multiple cells in grid/table object
Replies: 3
Views: 4219

How to collect info from multiple cells in grid/table object

Hi, I'm a newbie Ranorex user. I'm trying to read multiple rows from the grid/table object. So far I could only read info from one cell. I've checked other post and tried some of the recommended solution such as using FindDescendants in Foreach loop. However it didn't work. Below is my code: public ...