I'm currently trying to get my .sel login tests to work with @repeat- @[EMAIL PROTECTED] metacommands to execute specific part of the test with additional values edited in textboxes. As mentioned on the wonder frameworks website the following test format should work:

@repeat
    ...some actions...
    @values user1 user2 user3
    |type|user|user0|
    @values pass1 pass2 pass3
    |type|password|pass0|
    ...some more actions...
  @done

However when I try to run my login test I get the following error in my application: DEBUG 16:46:12 (SeleniumTestSuitePage:235) - java.lang.NullPointerException at er.selenium.filters.SeleniumRepeatExpanderTestFilter.generateIterations( SeleniumRepeatExpanderTestFilter.java:73) at er.selenium.filters.SeleniumRepeatExpanderTestFilter.processTestElements (SeleniumRepeatExpanderTestFilter.java:112)......

WARN 16:46:12 (NSLog:41) - <er.extensions.ERXDirectActionRequestHandler>: Exception while handling action named "Tests_001-Login.sel" on action class "SeleniumTestSuite" :java.lang.RuntimeException: Test export failed [2007-09-28 16:46:12 BST] <WorkerThread5> java.lang.RuntimeException: Test export failed...........

If anyone has had similar problems with metacommands in selenese tests please get in touch.

Ruth
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to