Start Selenium RC server using Java

sunram_ram at 11h32
15
Jul
2010
Start Selenium RC server using Java

Hi All,
I am able to do my tests when my Selenium RC Server is started. I am currently using command shell to start my Selenium RC Server as: java -jar selenium-server.jar.

But I want to handle this part in my coding.I am using Eclipse tool. Please let me know how can I start my Selenium Server programatically and how to call it in my test....

Thanks a lot in advance....!
About
This topic belongs to the forum
  • Numbers of topics : 1162
  • Numbers of messages : 3136
  • Numbers of users : 2144
  • Numbers of points : 1257
Similar topics
hi, How to configure jQuery support in selenium-server-2.0-a5 version, please help me. Thanks &Regards. R.Anbarasan.
Hello, I have trouble to run my test with NetBean as below: public class MercuryTourTest extends SeleneseTestCase { public static void main (String [] Args)throws Exception{ TestRunner.run(new MercuryTourTest());
Here are 2 examples. When recording with IDE i get this code: selenium.type("u9", "TestH05"); selenium.select("ca", "label=2 - Submission for export"); So obviously when it wants to "type" in a
I want to perform test script for popup window also. I have gone through with Selenium documentation where i found assertFoo,assertFooPresent, assertFooNotPresent etc commands to deal with popups but i did not find these coomands in selenium library,
Hi All, I am new to Selenium. I have few test cases (created in Selenium IDE) exported to Selenium RC in .Java format . I have created a new project in Eclipse to run the tests. I am facing problems in running the tests in Eclpise. I am getting the belo
Forums from same category
See also
more_less
Informations

2 Replies For the topic :
"Start Selenium RC server using Java"

This topic has been viewed 4156 times.

Last message :
15/07/2010 at 11h32 by "sunram_ram"