Search found 17 matches

by let
Wed Feb 13, 2013 10:15 pm
Forum: General Questions
Topic: Ranorex 4.0.2 screenshots not captured on errors
Replies: 4
Views: 1927

Ranorex 4.0.2 screenshots not captured on errors

I just recently upgraded from Ranorex 3.3.3 to Ranorex 4.0.2. Our code is organized into 5 projects that are part of the same solution file. We do not use test suites to run tests. We do not have any recordings (all tests and methods are written as code) When I run a "test" (basically a method, such...
by let
Tue Mar 06, 2012 5:52 am
Forum: Automation Discussions
Topic: Anyone Want an Automation Results Dashboard Utility?
Replies: 33
Views: 14564

Re: Anyone Want an Automation Results Dashboard Utility?

Awesome awesome tool. I was looking for a quick implementation for getting/sharing results files and this is going to work great for what I need. Thanks for making this available!
by let
Fri Jan 28, 2011 12:04 am
Forum: Automation Tools
Topic: Uninstall the license from Machine 1 and use in Machine 2
Replies: 4
Views: 4828

Re: Uninstall the license from Machine 1 and use in Machine 2

I ran into an issue where I uninstalled Ranorex from PC1 without remembering that I needed to install the license. So I then had to reinstall Ranorex just to be able to uninstall the license. Boo. Uninstalling ranorex should uninstall the license. Support has been notified about this issue, but I ju...
by let
Thu Jan 27, 2011 10:56 pm
Forum: General Questions
Topic: Browser Support
Replies: 3
Views: 1891

Re: Browser Support

Looking through the forums, I see that support for Chrome/Safari is on the roadmap but that there wasn't a specific date set yet.

Is there a date set now?
by let
Fri Jan 07, 2011 6:11 pm
Forum: Bug Reports
Topic: IE 8/Win7 freezing when clicking link
Replies: 10
Views: 4963

Re: IE 8/Win7 freezing when clicking link

No, I didn't disable that. I ended up just putting the list of links out on the "Internet" zone so IE didn't have to change protection levels.

Thanks!
by let
Wed Jan 05, 2011 7:50 pm
Forum: Bug Reports
Topic: IE 8/Win7 freezing when clicking link
Replies: 10
Views: 4963

Re: IE 8/Win7 freezing when clicking link

Thanks for your assistance on this!
by let
Wed Jan 05, 2011 6:52 pm
Forum: Bug Reports
Topic: IE 8/Win7 freezing when clicking link
Replies: 10
Views: 4963

Re: IE 8/Win7 freezing when clicking link

I think you're on to something with the UAC/security. The page that I'm initially loading has the IE8 "Protected Mode" turned off, but the links that I'm attempted to click turn Protected Mode on, and I'm guessing there's some restriction with the process that Ranorex is spawning. When I put the ini...
by let
Wed Jan 05, 2011 6:06 pm
Forum: Bug Reports
Topic: IE 8/Win7 freezing when clicking link
Replies: 10
Views: 4963

Re: IE 8/Win7 freezing when clicking link

tagItem.Click() is the line causing issues. Stepping through the code, the IList looks the way that I expect, and the page starts loading (the address bar and page title in IE will be updated) but the page never fully loads. I've changed the delay to 60 seconds (and added breakpoints), but there's n...
by let
Wed Jan 05, 2011 5:15 pm
Forum: Bug Reports
Topic: IE 8/Win7 freezing when clicking link
Replies: 10
Views: 4963

Re: IE 8/Win7 freezing when clicking link

Sure. I've stripped the code down to the following and I'm still running into the issue. public static void basicLandings(string urlAddress) { Public.com.util.CommonPublicUtility.openPublicBrowser(urlAddress); Delay.Seconds(3); BodyTag bTag = Public.PublicRepository.Instance.ReferralLinkPage.Self; I...
by let
Wed Jan 05, 2011 1:03 am
Forum: Bug Reports
Topic: IE 8/Win7 freezing when clicking link
Replies: 10
Views: 4963

IE 8/Win7 freezing when clicking link

I've created a very basic HTML page consisting of a series of links, and written a script to click on each of those links. The issue that I'm running into is that when I'm running the test on a IE8/Windows 7 machine, Internet Explorer will stop responding and I have to use the task manager to kill t...
by let
Thu Dec 30, 2010 8:56 pm
Forum: Automation API
Topic: Casting Element to Table
Replies: 6
Views: 2305

Re: Casting Element to Table

Good call. I wasn't aware that we were still using the 2.3.3 swc file. When I run the test against a version built with the 2.3.6 version, the issue seems to be resolved.

Thanks for your assistance!
by let
Wed Dec 22, 2010 9:45 pm
Forum: Automation API
Topic: Casting Element to Table
Replies: 6
Views: 2305

Re: Casting Element to Table

The snapshot of the element is attached.

The object is defined in our repository as .//table[@id='resultsGridGroups'].

Let me know if you need any additional material.
by let
Fri Dec 17, 2010 4:31 pm
Forum: Automation API
Topic: Casting Element to Table
Replies: 6
Views: 2305

Re: Casting Element to Table

We're now running 2.3.5, and I wasn't with the company in July, but I'm assuming the tests were running on a previous version (2.3.3 maybe?). The code in the AUT hasn't changed in this area and one of the developers confirmed that the inheritance path is still: Datagrid ==> CheckSelectDatagrid.mxml ...
by let
Fri Dec 17, 2010 12:03 am
Forum: Automation API
Topic: Casting Element to Table
Replies: 6
Views: 2305

Casting Element to Table

In the processing of updating some old code (last executed in July), an object in the AUT (Flex) which was formerly a table is now being identified as an element.

With several other functions dependent on this object being a table, what are my options for casting the "element" to a "table?"
by let
Wed Dec 08, 2010 10:51 pm
Forum: General Questions
Topic: Which browsers are supported by Ranorex
Replies: 3
Views: 2282

Re: Which browsers are supported by Ranorex

Related to this, are there any known issues with running against IE9, or should all versions of IE work the same?