Search found 8 matches

by Thor222
Tue Jan 25, 2011 5:44 pm
Forum: General Questions
Topic: Browser Support
Replies: 3
Views: 1891

Browser Support

I have a nice collection of tests now to verify my application works with Firefox (and IE to some extent)
How can I run the tests on Chrome and Safari?
by Thor222
Tue Sep 28, 2010 10:59 pm
Forum: Automation Discussions
Topic: Roll Call Time...
Replies: 8
Views: 3728

Re: Roll Call Time...

1) Seattle, WA.
2) Flex and Web apps.
3) Primarily VS and exporing the Ranorex IDE
4) C#
5) unit tests
6) 10+ years.
7) Seattle is not very exotic, but the Hoh rainforest on the Olympic Pennisula is not too far away. I've been told there are only 6 or so "temperate" rainforests world-wide.
by Thor222
Tue Sep 28, 2010 8:21 pm
Forum: General Questions
Topic: Pop ups cause Ranorex to fail to find controls
Replies: 7
Views: 2587

Re: Pop ups cause Ranorex to fail to find controls

There's no error message, it's just that the mouse moves to the wrong location. The popup dialog has a text field, and the first time the test executes it finds the field just fine. However, after adding a 2nd new item to the tree and r-click on the new item to pop-up the dialog again, it's not movi...
by Thor222
Fri Sep 24, 2010 5:34 pm
Forum: General Questions
Topic: Pop ups cause Ranorex to fail to find controls
Replies: 7
Views: 2587

Pop ups cause Ranorex to fail to find controls

I have a flex app that I'm testing. One control we have is a tree grid. Right clicking on a tree item brings up a context menu. Choosing a context menu item brings up a windows form dialog. Problem: I can navigate to the windows form this way and close the dialog, however after closing the dialog if...
by Thor222
Thu Sep 23, 2010 6:31 pm
Forum: Automation Discussions
Topic: Running Ranorex Tests as part of build process?
Replies: 4
Views: 4785

Running Ranorex Tests as part of build process?

Hi - I'm looking for some best practices around running Ranorex based tests as part of a buid process. Our build process builds our product and exectutes our unit tests, but the build process is running as a service, and hence the Ranorex tests fail due to no UI (it would appear from a screenshot). ...
by Thor222
Thu Sep 09, 2010 8:47 pm
Forum: General Questions
Topic: How to use a snapshot captured by the spy?
Replies: 3
Views: 2218

How to use a snapshot captured by the spy?

I'm writing a branding test and I want to compare our logo with what’s shown in the browser. I’ve used the spy to locate the logo and added to my repository. I right-clicked on this repository item and chose "Caputure a sceen shot" and I now have a logo child element I imagine the snapshot persists ...
by Thor222
Mon Aug 30, 2010 5:48 pm
Forum: General Questions
Topic: How to start firefox when running my test?
Replies: 1
Views: 1811

Re: How to start firefox when running my test?

Nevermind. This is well-documented in the Integrated Ranorex Recorder section of the User Guide.
by Thor222
Mon Aug 30, 2010 5:16 pm
Forum: General Questions
Topic: How to start firefox when running my test?
Replies: 1
Views: 1811

How to start firefox when running my test?

I am new to Ranorex and have a basic question that I cannot find and answer to in the user guide. After launching firefox and navigating to the page I want to test, I created a recording and added my validations. This works great. I was also able to build this as a .exe file. However, when I run the...