- roscoActive particpant
- Posts : 20
Join date : 2012-04-05
Shortcut to run test case with selenium ide
Thu Apr 05, 2012 9:27 pm
Hi,
I would like to run a test case without the interface of selenium ide.
Any ideas ?
And more, I would like to create a toolbar with buttons to run most current test case, by developping an extension of firefox.
So the question is how to control selenium ide execution ?
I would like to run a test case without the interface of selenium ide.
Any ideas ?
And more, I would like to create a toolbar with buttons to run most current test case, by developping an extension of firefox.
So the question is how to control selenium ide execution ?
Re: Shortcut to run test case with selenium ide
Mon Apr 09, 2012 2:32 pm
best of luck for what you want.
For this you want a another tool over selenium IDE as a wrapper. For this king of help you must be genius coder who can create addon for firefox which call selenium IDE and your functionality simultaneously.
If you will do this, please tell me how u did it. I would love to learn.
Simple solution is to create a test suite and call it through command line parameter but still you have to perform some manual task.
Bye
For this you want a another tool over selenium IDE as a wrapper. For this king of help you must be genius coder who can create addon for firefox which call selenium IDE and your functionality simultaneously.
If you will do this, please tell me how u did it. I would love to learn.
Simple solution is to create a test suite and call it through command line parameter but still you have to perform some manual task.
Bye
- roscoActive particpant
- Posts : 20
Join date : 2012-04-05
Re: Shortcut to run test case with selenium ide
Tue Apr 10, 2012 7:01 pm
It's what i thought.
I don't have any time for developping a such work.
It's really unfortunate that Selenium was not open source
Thanks for your reply
I don't have any time for developping a such work.
It's really unfortunate that Selenium was not open source
Thanks for your reply
Re: Shortcut to run test case with selenium ide
Wed Apr 11, 2012 12:28 pm
Well, Selenium is absolutely open source.
What do you mean by - " run most current test case"
Does not run button of Selenium IDE do that?
What do you mean by - " run most current test case"
Does not run button of Selenium IDE do that?
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Re: Shortcut to run test case with selenium ide
Wed Apr 11, 2012 8:50 pm
I think what rosco is referring to is a toolbar within the browser window. Rather than toggling between the browser window and the Selenium window, you would be able to have a Firefox toolbar that you could just click play from and run it.
Re: Shortcut to run test case with selenium ide
Thu Apr 12, 2012 11:12 am
If you want to avoid toggling then you can open Selenium IDE in side bar of Firefox using -
View > Side Bar > Selenium IDE
This way you can see both Selenium IDE and application in same pane.
View > Side Bar > Selenium IDE
This way you can see both Selenium IDE and application in same pane.
Re: Shortcut to run test case with selenium ide
Thu Apr 12, 2012 6:40 pm
You can use add-on
https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-buttons/
with help of this you can able to open selenium with single click as pop-up or as side-bar.
Or if you don't want to interface selenium IDE then you can execute your script via command prompt and RC.
https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-buttons/
with help of this you can able to open selenium with single click as pop-up or as side-bar.
Or if you don't want to interface selenium IDE then you can execute your script via command prompt and RC.
- roscoActive particpant
- Posts : 20
Join date : 2012-04-05
Re: Shortcut to run test case with selenium ide
Thu Apr 12, 2012 6:57 pm
Not really what I would like to have. But it could be a good beginning
Permissions in this forum:
You cannot reply to topics in this forum