Here what i have done :
1) created testcase in selenium IDE – TestNg format( local system)
2) altered in Eclipse
3) Installed selenium grid on different machine (call ex 123.123.12.12 – linux)
4) Trying to run build.xml from local system
Default Selenium(host, port,browser, url)
Now its not connecting to 123.123.12.12 for runnin test case
what i have to do? Is it i am missing something or what is the procedure to achive this scenario?.
Thanks a lot.
By.
Mani
Here what i have done : 1) created testcase in selenium IDE – TestNg
Share
Example:
– Hub: 192.168.1.10
– RC1: 192.168.1.1
– RC2: 192.168.1.2
a. Log in the machine you want to use as the hub (192.168.1.10).
b. Enter “ant launch-hub” command to launch the hub.
a. log in the machine you want to launch the first RC instance (192.168.1.1)
b. enter “ant -Dport=5556 -Dhost=192.168.1.1 -DhubURL=http://192.168.1.10:4444 launch-remote-control”
a. log in the machine you want to launch the first RC instance (192.168.1.2)
b. enter “ant -Dport=5556 -Dhost=192.168.1.2 – DhubURL=http://192.168.1.10:4444 launch-remote-control”
a. Log in the host machine 192.168.1.10.
b. Enter “ant run-demo-in-parallel” command.