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
You can call javascript procedures, but you cannot call another Selenium test.
Hi,
thanks for reply.
I am new in Selenium and don't know much javascript.
Can you put any example or any java script file.
Thanks
Devendra
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.
