Search found 9 matches

by Patrick Kunst
Wed Jul 31, 2013 9:09 am
Forum: Automation Tools
Topic: Intermittent error
Replies: 3
Views: 1997

Intermittent error

I run this test several times know, but the last time this error occurred. No element found for path '/form[@controlname='OrderEditForm']' within 30s. The folder 'StandardtestRepository.AuftragHinzufuegenDE' was not found. Failed to find item 'StandardtestRepository.AuftragHinzufuegenDE.TabControl1....
by Patrick Kunst
Mon Jul 29, 2013 2:12 pm
Forum: Automation Tools
Topic: Problem with Popupwatcher
Replies: 2
Views: 2090

Re: Problem with Popupwatcher

Thank you. Then I misunderstood the use of Popupwatcher.
by Patrick Kunst
Mon Jul 29, 2013 12:41 pm
Forum: Automation Tools
Topic: Problem with Popupwatcher
Replies: 2
Views: 2090

Problem with Popupwatcher

Hi, I am using the Popupwatcher to handle some expected Windows. Because I need it more than one I create a separate class for this. public class UnexpectedWindowHandler { public UnexpectedWindowHandler() { PopupWatcher pw = new PopupWatcher(); StandardtestRepository repo = StandardtestRepository.In...
by Patrick Kunst
Fri Jul 26, 2013 2:29 pm
Forum: Bug Reports
Topic: Problems with alt
Replies: 5
Views: 2159

Re: Problems with alt

Thank you for your help now it works fine.
There was a down more than an up. After I added another up the problem was still there, so I disabled it all, and added a new action. I recorded the Keystroke and now there are the same numbers of up and downs.
by Patrick Kunst
Fri Jul 26, 2013 1:49 pm
Forum: Bug Reports
Topic: Problems with alt
Replies: 5
Views: 2159

Re: Problems with alt

Thank you for your reply. I recorded the test with Ranorex, so it should be done automatically, shouldn't it? Here are the first and last codelines from the generated code: //Do some stuff repo.AuftragHinzufuegenDE.TabControl1.GridControl.PressKeys("{LWin down}l"); //Do other stuff repo.AuftragHinzu...
by Patrick Kunst
Fri Jul 26, 2013 10:34 am
Forum: Bug Reports
Topic: Problems with alt
Replies: 5
Views: 2159

Problems with alt

During the test which I am trying to automate, I have to test the Key "alt". During the test this is no problem and all works fine but after the test case was finished I have the problem that the alt-key seems still be pressed.
So I first have to press the key again to interact normal.
by Patrick Kunst
Fri Jul 26, 2013 9:04 am
Forum: Automation API
Topic: Validate.Exists throws exception
Replies: 23
Views: 16372

Re: Validate.Exists throws exception

Hi, I have the same problem. When I try to check if a dialogue exists like this if(Validate.Exists(repo.DubletteUebernehmen.ButtonJa,null, false)) { //Do some stuff } An error occurs if the element dose not exists and the tests fails. The error posted to the log is: No element found for path '/form[...
by Patrick Kunst
Fri Jul 26, 2013 8:15 am
Forum: General Questions
Topic: Use seperate class as user code
Replies: 3
Views: 1981

Re: Use seperate class as user code

Thnak you for your fast replys.
I will try it.
by Patrick Kunst
Thu Jul 25, 2013 3:36 pm
Forum: General Questions
Topic: Use seperate class as user code
Replies: 3
Views: 1981

Use seperate class as user code

Hi there, Currently I am testing Ranorex and now I have a question. Is it possible to use methods like you can do it with the user code but from separated classes? I only found "Using Code Modules within Test Cases" but this is not exactly what I am looking for. I want to write a class called Genera...