How can I check whether a given text string is present on the current page u开发者_如何学Gosing Selenium?The code is this:
I have many tests like creating user, updating, etc. In some of the controllers I have access to a Mongo Database. The problem is that it also accesses it when doing the tests, adding data to the data
I\'m running Selenium RC server 2.0b3 on Ubuntu 11.04.I installed Google Chrome and am trying to run some tests against it.I\'m able to run tests against Firefox just fine.However, when I run my test
Every now and then my selenium tests randomly fail with an \"element X not found\" error message. I do a simple select by ID, eg.
I have created a bat file which calls selenium server called run-selenium-server.bat which has: java -jar D:\\temp\\selenium-server\\selenium-server.jar
I am trying to test a webpage using Selenium and NUnit. One of my test cases entails the validation of text boxes. Using Selenium and C#, I am able to retrieve the value entered in the text box. But w
Right now I am using Hudson CI to launch br开发者_运维问答owser in xvnc and run my tests through Webdriver (pre 2.0)
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'ve got a mad problem with an application I test with Selenium RC At the end of the page, several calls are made by a javascript script to an analytics webservice which takes literally minutes to r
How to verify whether links are present or not? eg. I have 10 links in a page, I want to verify the particular link