Wi开发者_开发问答th selenium can one run a test which check all images on a current page if they contain ALT attribute and report images not having it ?Yes. The first thing you need to do is decide wh
Does anyone know how to connect DB from Selenium RC? I need to run a lot of user IDs and passwords with different role access. Currently I am using t开发者_运维技巧his as data suite with an HTML file.
I am using Selenium RC in C#. I have list of .cs files, Is there any way to execute all the files without opening multiple开发者_JAVA技巧 instance.To use the same session per *.cs file use the [TestFi
We are using JUnit - Selenium for our web tests. We use Maven to start them and b开发者_JAVA技巧uild a surefire report.
I\'ve got two systems, one with Windows XP and another with 7, both running Firefox 3.6, the same version of Selenium RC and the newest nunit.
I set up Cucumber+Webrat+Selenium according to this article. Whenever I run my server, though, I keep getting:
I\'m running selenium-rc 1.0.3 on a Mac OS X & Windows 7 and both seem to be giving my the annoying accept cert error in firefox. In reading the docs they say I should be able to just use the *fir
I am trying to start simple selenium test on OSX (just downloaded the latest version of RC), with a python client driver. But the browser can\'t start (it crashes).
I have a Selenium Test .DLL that is loaded using NUnit. I run a required Selenium Java Server quietly hidden in a process when a test is run.
Newbie here, I\'m trying to get the value of a link using document.getelementbyClass/Name & then navigate to the page开发者_如何学Go the link points to in a different window/tab using Selenium IDE