Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
kalaimca03
Posts : 1
Join date : 2012-08-14

Selenium Server Execution time Empty Selenium Server Execution time

Thu Aug 16, 2012 8:50 pm
Hi all

We Executed our Selenium Scripts in batch Mode through QC. As per Our Selenium Framework While running the scripts in batch mode the Selenium Server Starts and Stops for each Script.

For Eg: If we are running 10 test cases, the Selenium server is called 10 times and stopped 10 times.

Can you Pls Provide suggestion to solve this issue. So that the Server Start and Stop Once.


avatar
tarun3kumar
Master
Master
Posts : 186
Join date : 2012-02-14
http://seleniumtests.com

Selenium Server Execution time Empty Re: Selenium Server Execution time

Fri Aug 17, 2012 12:32 pm
I don't consider it a good practice to start and stop Selenium Server from script. If for what so ever reason server could not be started than you tests would not be executed. Start server out side script and keep it running always.

Also you may like to migrate to Selenium 2 (WebDriver) which is most stable offering from Selenium.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum