This is my First post on Selenium 2.0 ....
Yesterday i downloaded Selenium 2.0 and configured setup in Eclipse...
Great news is i am able to run my first program using Juint...from now on words i will try to run my tests using TestNG and WebDriver..........
i will keep posted...
Yesterday i downloaded Selenium 2.0 and configured setup in Eclipse...
Great news is i am able to run my first program using Juint...from now on words i will try to run my tests using TestNG and WebDriver..........
i will keep posted...
Hello Dasam,
ReplyDeleteI just configured Selenium RC1.0.3 with Eclipse 3.6.2, I copied the class I generated by Selenium IDE before, but met problems...
-----
selenium.clickAt("link=Configure", "");
selenium.clickAt("link=Monitor Groups", "");
-----
click the Configure link(it is a menu link), it will take user to a page with Monitor Groups link on it, and clicking Monitor Groups link will open a dialog box( this failed in both IE and FF)
the testing stopped, and I did not see the dialog box open, just an warning icon in the left bottom of the browser, says:
Message: RPC server is unavailable...
...
URI: http://localhost:8080/dialogs.jsp.
Have you ever encountered this? Could you provide me some guidance?
the scirpt can be run smoothly in Selenium IDE..
Looking forward to your help...
Thanks very much,
Ruby