This Question is Possibly Answered

1 "correct" answer available (4 pts)
4 Replies Last post: Jul 5, 2008 3:10 AM by Andras Hatvani  
Click to view devendra's profile Pro 3 posts since
Jul 2, 2008

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

Click to view Dave Stewart's profile Master 207 posts since
Mar 25, 2008
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.

Click to view Dave Stewart's profile Master 207 posts since
Mar 25, 2008
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.

Click to view Andras Hatvani's profile Master 252 posts since
Oct 16, 2006
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 ...