selenium
Optimization in XPath
I\'m doing some Selenium tests now and I have code like this: Assert.IsTrue(selenium.IsElementPresent(\"//div[text()=\'RSS Feed\']\"));[详细]
2023-04-11 08:57 分类:问答Selenium WaitForCondition fails after 30 minutes instead of 20 seconds
In our functional tests we use ISelenium.WaitForCondition method to test whether AJAX calls are finished using something like this:[详细]
2023-04-11 07:38 分类:问答send email from hudson when unittest fails
I am running Selenium unittests after my hudson build. And want to use it for monitoring my websites functionality.[详细]
2023-04-11 05:07 分类:问答How to achieve target Field with regex in selenium
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.[详细]
2023-04-11 04:34 分类:问答Selenium tests not getting executed on Eclipse
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):[详细]
2023-04-10 22:17 分类:问答Creating Selenium-RC for other programming languages
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[详细]
2023-04-10 19:09 分类:问答How can I test Selenium test scripts? Or should I?
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[详细]
2023-04-10 18:31 分类:问答Selenium WebDriver: Could not load file or assembly 'Newtonsoft.Json Version=4.0.2.0'
Selenium\'s webdr开发者_如何学JAVAiver gives me that error when trying to use the Chrome or IE driver.[详细]
2023-04-10 16:19 分类:问答How to create a Selenium test suite written in Ruby?
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[详细]
2023-04-10 10:20 分类:问答Selenium 2 and JUnit in eclipse how to work with dropdown list?
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[详细]
2023-04-10 07:51 分类:问答