I\'m doing some Selenium tests now and I have code like this: Assert.IsTrue(selenium.IsElementPresent(\"//div[text()=\'RSS Feed\']\"));
In our functional tests we use ISelenium.WaitForCondition method to test whether AJAX calls are finished using something like this:
I am running Selenium unittests after my hudson build. And want to use it for monitoring my websites functionality.
I am using selenium and I am using xpath in target value . I have a table and I need to count the number of rows.
I am trying to login to our company product site via selenium.I am able to do it via the Selenium IDE. And this is the code that the IDE exports usi开发者_开发百科ng JUnit4(Remote Control):
I would like to know if its possible to develop a selenium RC for other languages( i.e. other than php, python, perl, ruby, java and c#). For example, we develop a selenium RC for c++(or开发者_StackOv
I\'m working in a project with a quite large suite of tests (about 800 scenarios). Our code grew quite a lot and now I\'m lo开发者_运维百科oking for ways to test some parts of our test library. Have y
Selenium\'s webdr开发者_如何学JAVAiver gives me that error when trying to use the Chrome or IE driver.
I have a bunch of Selenium tests written in Ruby. I record with the IDE and export HTML tests as Ruby(Test::Unit) tests. In my TestingProject (Ruby project created in NetBeans) I simply create a new f
how to deal with dropdown list in Selenium 2 , Juint in eclipse? I am not able to convert my my selenium ide syntax to Junit f开发者_运维百科or Dropdownlist. how can i achieve that?just use findElemen