Search found 17 matches

by afrosteve
Tue Nov 23, 2010 9:48 pm
Forum: Automation API
Topic: Ranorex identifying as 'controlnet11' what was once a 'form'
Replies: 12
Views: 2960

Re: Ranorex identifying as 'controlnet11' what was once a 'form'

I downgraded to 2.3.4 and using the Spy, the windows were recognized as Forms again. I am running in a 32-bit environment, and the "Enable 32/64 bit bridge" is checked. Should it be checked? Using Ranorex 2.3.5, I ran the "Win Forms Test" sample application from the Studio. It appeared to run correc...
by afrosteve
Tue Nov 23, 2010 7:31 pm
Forum: Automation API
Topic: Ranorex identifying as 'controlnet11' what was once a 'form'
Replies: 12
Views: 2960

Re: Ranorex identifying as 'controlnet11' what was once a 'form'

I completely uninstalled Ranorex, rebooted, then installed Ranorex 2.3.5. Ranorex is still identifying the windows as controlnet11 objects. After this, I rebooted and tried running Ranorex again. This yielded the same result. I've tried different revisions of the AUT and I get the same result. After...
by afrosteve
Mon Nov 22, 2010 4:25 pm
Forum: Automation API
Topic: Ranorex identifying as 'controlnet11' what was once a 'form'
Replies: 12
Views: 2960

Re: Ranorex identifying as 'controlnet11' what was once a 'form'

I did restart the AUT. I tried 2.3.5 with the AUT on two computers with the same result of "controlnet11" objects. I haven't tried reinstalling 2.3.5 yet. I was having some memory issues with 2.3.4 and with the problems I was having with 2.3.5, I downgraded back to 2.3.3 where I had no problems. Wha...
by afrosteve
Fri Nov 19, 2010 8:42 pm
Forum: Automation API
Topic: Ranorex identifying as 'controlnet11' what was once a 'form'
Replies: 12
Views: 2960

Ranorex identifying as 'controlnet11' what was once a 'form'

After upgrading Ranorex to 2.3.5 from 2.3.4, most of my XPaths are no longer functioning correctly because Ranorex is now seeing some of the windows as "controlnet11" objects instead of "forms". This is more than a little frustrating. Is there some setting or trick I'm missing that would avoid this ...
by afrosteve
Fri Sep 10, 2010 3:51 pm
Forum: Automation API
Topic: Possible to set mouse move speed globally?
Replies: 7
Views: 4727

Re: Possible to set mouse move speed globally?

Ok, great. Thanks for the clarification.
by afrosteve
Thu Aug 26, 2010 8:47 pm
Forum: Automation Tools
Topic: Prevent Studio from adding Reports folder to a project
Replies: 3
Views: 2035

Re: Prevent Studio from adding Reports folder to a project

No problem. I appreciate the answer.

Any chance you could reveal what version this is going to appear in?
by afrosteve
Thu Aug 26, 2010 3:19 pm
Forum: Automation API
Topic: Possible to set mouse move speed globally?
Replies: 7
Views: 4727

Possible to set mouse move speed globally?

Is mouse speed set globally by just setting Mouse.DefaultMoveTime somewhere?

Is it overridden on an individual basis by recordings? Or do recordings follow the DefaultMoveTime?
by afrosteve
Tue Aug 24, 2010 9:00 pm
Forum: Automation Tools
Topic: Prevent Studio from adding Reports folder to a project
Replies: 3
Views: 2035

Prevent Studio from adding Reports folder to a project

Is there a way to stop Ranorex Studio from adding the Reports folder to every project in a solution?

Right now I have a solution that if I open it in Studio, it adds a Reports folder to every project. Even to helper DLL projects that don't need the folder.

Is there a way to modify this behavior?
by afrosteve
Thu Jun 10, 2010 6:03 pm
Forum: General Questions
Topic: Ranorex licensing server requirements
Replies: 1
Views: 3274

Ranorex licensing server requirements

Are the hardware requirements for floating licensing server anywhere on the Ranorex website?

Are they just the same requirements for the client components?

Any idea what the network load is? I imagine it's pretty light.
by afrosteve
Fri Mar 19, 2010 3:21 pm
Forum: General Questions
Topic: What's a RepoItemInfo and how do you use it?
Replies: 2
Views: 6181

Re: What's a RepoItemInfo and how do you use it?

Thank you Alex.

Your explanation and example helped clear up a lot of the confusion I had.

Regards,
Steve
by afrosteve
Thu Mar 18, 2010 2:58 pm
Forum: General Questions
Topic: Dealing with the changing GUI of the test application
Replies: 6
Views: 2673

Re: Dealing with the changing GUI of the test application

Thank you Ciege for sharing your framework design. It's interesting to see how you arranged it. Even if your way is not the "best" way, it's great to get different perspectives. I'm still new to the automation game, so getting new ideas is a big help. Would it be ok if I PM'd you on this board? Also...
by afrosteve
Wed Mar 17, 2010 10:44 pm
Forum: General Questions
Topic: Dealing with the changing GUI of the test application
Replies: 6
Views: 2673

Re: Dealing with the changing GUI of the test application

Ciege, you definitely have a better understanding of the RXPath then I do and have already been a huge help! To clarify, you're using the RXPath axes './/' to search the entire subtree for the button matching your text string. Do I understand this correctly? If you don't mind my asking, what does yo...
by afrosteve
Wed Mar 17, 2010 8:43 pm
Forum: General Questions
Topic: Dealing with the changing GUI of the test application
Replies: 6
Views: 2673

Dealing with the changing GUI of the test application

In designing an automated test suite, what's a good way in Ranorex to handle a possible change in GUI design when elements are moved around? Is it just a matter of making code that searches for a general enough RXpath that as long the element you're searching for stays at the same level of the eleme...
by afrosteve
Wed Mar 17, 2010 6:11 pm
Forum: General Questions
Topic: What's a RepoItemInfo and how do you use it?
Replies: 2
Views: 6181

What's a RepoItemInfo and how do you use it?

After writing my own code against Ranorex repositories and looking over the sample code, I'm curious what the best way to use a RepoItemInfo class is. My best guess is that a RepoItemInfo is kind of a barebones class to give you some general ways to interact with a repository item and do some valida...