Search found 5 matches

by DominikR
Wed Aug 06, 2014 3:27 pm
Forum: Automation API
Topic: WaitFor action - more options?
Replies: 1
Views: 2772

WaitFor action - more options?

Currently WaitFor only supports exists and non-exists. For web development it would be really great to have "wait for visible" and "wait for enabled" options.

Is there another way to do that?
by DominikR
Wed Aug 06, 2014 3:23 pm
Forum: Automation API
Topic: User code: repository elements as parameters?
Replies: 1
Views: 1932

User code: repository elements as parameters?

Is there any possibility to add repository elemnets as user code parameters?

E.g. something like

Code: Select all

WaitForJQueryDialogClosed( MyRepo.MainWindow.JQueryDialog )
If not, where to put feature requests?

All the best,
Dominik
by DominikR
Tue Aug 05, 2014 1:43 pm
Forum: Automation Tools
Topic: Hooks after certain actions
Replies: 3
Views: 2592

Re: Hooks after certain actions

We have the search timeout back at 30s - I know that this is an "up to" value, but that is not our problem. Websites (and any other software, although the web is factors slower) take time to fully load and render, and even if you can see the elements, that doesn't mean the website is ready to take a...
by DominikR
Tue Aug 05, 2014 10:54 am
Forum: Automation Tools
Topic: Ranorex: pre/post action hooks?
Replies: 1
Views: 1702

Ranorex: pre/post action hooks?

Does Ranorex support any pre/post action hooks?

Like before-click or after-click? Just like the Init() method, which is already existing in the test template.

Best regards,
Dominik
by DominikR
Tue Aug 05, 2014 10:03 am
Forum: Automation Tools
Topic: Hooks after certain actions
Replies: 3
Views: 2592

Hooks after certain actions

Hello! We've recorded some evaluation tests with Ranorex. Our main problem with web tests in the past has been instability, i.e. waiting/delays/etc. resulted in non-deterministic tests. This is a major pain point. Therefore we're looking for a new web testing framework. Using Ranorex' turbo mode, we...