WindowTester 5.0

WindowTester allows you to easily create and run unit tests for every GUI they build. It can also be used to generate system level tests.

Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, Phil Quitslund

WindowTester 5.0

Postby Ali Anwar » Mon Mar 29, 2010 12:16 am

If following lines are implemented CR is clicked before the text is entered.

ui.enterText("Colors and Fonts");
ui.keyClick(WT.CR);

So I am forced to use..

ui.enterText("Colors and Fonts");
ui.pause(1000);
ui.keyClick(WT.CR);

I did not face this issue with previous version of WIndowTester. Any proper work around???
Ali Anwar
 
Posts: 8
Joined: Wed Dec 02, 2009 9:31 pm

Re: WindowTester 5.0

Postby Phil Quitslund » Mon Mar 29, 2010 2:54 pm

What version of Eclipse are you using? And what OS?
--
Phil Quitslund
Software Engineer
Google, Inc.
Phil Quitslund
Moderator
 
Posts: 491
Joined: Fri Apr 28, 2006 6:26 am

Re: WindowTester 5.0

Postby Ali Anwar » Tue Mar 30, 2010 1:33 am

Windows and Eclipse 3.5.2.

I open preferences shell and enter text but the next instruction which is click CR is executed before the text is entered.
Ali Anwar
 
Posts: 8
Joined: Wed Dec 02, 2009 9:31 pm

Re: WindowTester 5.0

Postby keertip » Tue Mar 30, 2010 3:02 pm

Thank you for reporting this issue. We are now looking to fix it and will post once the fix is available. In the meantime please continue to use the workaround - the use of a pause between the enterText and keyClick.
keertip
Moderator
 
Posts: 221
Joined: Thu Mar 15, 2007 10:26 am


Return to Window Tester

Who is online

Users browsing this forum: No registered users and 1 guest