Search found 7 matches

by jonesj
Fri Apr 25, 2014 9:28 pm
Forum: Automation API
Topic: Objects cannot be found
Replies: 1
Views: 2035

Objects cannot be found

I am setting up automation on this web page. There are more than 50 elements on the page so some of the data is not visible on the web page. I use Ranorex spy to see the elements and there are many elements that are not visible and set to visible. I feel like I shouldnt have to use EnsureVisible bec...
by jonesj
Wed Jan 15, 2014 5:53 pm
Forum: Automation Tools
Topic: Ranorex Test cases move too fast
Replies: 3
Views: 2181

Re: Ranorex Test cases move too fast

I started to add some sleeps in the code. When I run it once, it works fine. It fails to find objects when I use the test driven option and want to run the test multiple times. I think the ranorex is moving to fast for it to find the objects when the page is loading. I have waitfordocument to load i...
by jonesj
Tue Jan 14, 2014 9:00 pm
Forum: Automation Tools
Topic: Ranorex Test cases move too fast
Replies: 3
Views: 2181

Ranorex Test cases move too fast

When I run one test case using code modules, it executes fine. When I decided to run the test case several times using the test driven test in the data source option, it moves too fast to the next test case before the previous test case completed. Do anyone have any solutions beside trying to use sl...
by jonesj
Thu Nov 21, 2013 9:18 pm
Forum: General Questions
Topic: Table object in Ranorex
Replies: 2
Views: 2421

Re: Table object in Ranorex

thanks that works
by jonesj
Tue Nov 19, 2013 8:17 pm
Forum: General Questions
Topic: Table object in Ranorex
Replies: 2
Views: 2421

Table object in Ranorex

So I am following the code examples on the Ranorex tutorial for use of tables. I try using the table object to list the elements of a table. The site of the table grid: //trirand.com/blog/jqgrid/jqgrid.html Under grouping and then under hide grouping Here is the object and ranorex xpath Table t = "/...
by jonesj
Tue Oct 29, 2013 6:56 pm
Forum: Automation API
Topic: Firefox Authentication Form
Replies: 3
Views: 2811

Re: Firefox Authentication Form

When navigating from google to the desire site, the windows authentication window pops up. It just sits in idle and when I click cancel it then moves onto the rest of the code. Now when I just load the site without navigating it works. What is webdocument doing for it to just sit there waiting on in...
by jonesj
Wed Sep 25, 2013 4:19 pm
Forum: Automation API
Topic: Firefox Authentication Form
Replies: 3
Views: 2811

Firefox Authentication Form

I build a test case using the code modules to allow me to log into a site. The form authentication popup window displays username and password before getting into the site. The code below works fine with Internet Explorer but when trying to set the text values for firefox browser it displays an erro...