I have an开发者_C百科 app very similar to Google/Yahoo map. I search for a location and it is displayed on map.
I am trying to test a page using the FF Selenium IDE plugin. There is a menu structure like the following..
I am a fresher in Selenium. I have lots of doubt about Selenium functions. I am using Selenium RC with Java and Eclipse.
I am writing Selenium开发者_开发技巧 test scripts in C#.Net and I keep bumping into this exception -
When I run my tests using Selenium, my one step fails and the page looks like this in the browser: Internal Server Error
I am running the below test script with Junit4 in eclipse IDE and I get just a blank firefox window. the server is running and there are no pop up blockers or any other firefox processes running when
I have a tree similar to this: tr _|_ tdtd _||_ divdiv _||_ input\"foobar\" I have the node \"foobar\' selected using:
I have a form field with an onchange event which inserts some text into the page. fill_in \"password\", :with => \'test\' # should trigger onchange which inserts the text below into the page
I am using Selenium with Java, TestNG. My java code is as follows: public static SeleneseTestCase seleneseTestCase; (class level variable)
I\'m using Selenium for automated testing my websites. I have around 100 test cases and I want to run them every 开发者_如何学Goday by making Test Suite automatically. I had written my test cases in S