This Question is Possibly Answered

1 "correct" answer available (4 pts)
4 Replies Last post: Jul 5, 2008 3:10 AM by Andras Hatvani  
devendra Beginner 3 posts since
Jul 2, 2008
Currently Being Moderated

Jul 3, 2008 6:47 AM

Calling another test withing a test

How can i call another test within a test in Selenium IDE.

 

Should i use some javascript for that. If yes let me know how?

 

Thanks

 

Devendra

Dave Stewart Expert 209 posts since
Mar 25, 2008
Currently Being Moderated
1. Jul 3, 2008 1:32 PM in response to: devendra
Re: Calling another test withing a test

You can call javascript procedures, but you cannot call another Selenium test.

Dave Stewart Expert 209 posts since
Mar 25, 2008
Currently Being Moderated
3. Jul 4, 2008 12:54 PM in response to: devendra
Re: Calling another test withing a test

Sure, I posted an example just the other day, in this thread: http://clearspace.openqa.org/message/46010#46010

 

If you paste that code into your user-extensions.js file, you can call it from the IDE.

Andras Hatvani Almighty 567 posts since
Oct 16, 2006
Currently Being Moderated
4. Jul 5, 2008 3:10 AM in response to: devendra
Re: Calling another test withing a test

Hi,

 

you can use the Include user extension.

 

Andras

More Like This

  • Retrieving data ...