I wan to check whole site\'s <img> image\'s for alt text. I want to get a report of, What is written in alt text or alt is defined or not from all images being used on whole site in every page.开
In order to have the fast speed of website, the web sever compress (gzip) the html files before sending to our clients.
I\'ve realized I need a full-fledged browser automation tool for testing user interactions with our JavaScript widget library. I was using qunit, starting with unit testing and then I unwisely started
I\'m researching Selenium and have a seminar for my group... I meet many troubles with this I use C# language and write a demo SeleniumExample.dll Then I start
My project is compatible 开发者_开发知识库only with Internet Explorer. I want the test scripts to get generated automatically as it is done in Selenium IDE.
Is it better to write/record selenium tests in html format and run them directly in the server with \"-htmlSuite\" or to write the tests in java/C#/... and run them 开发者_StackOverflow中文版in the se
I start Selenium hub to start Selenium Grid from command prompt on port 4444. Now I start Selenium RC from other command prompt.
I have a test suite DLL written in C# that uses Selenium.This is then loaded into NUnit and tests can be performed on our embedded web server boards.
I am using Selenium RC with IE 6 and XPath locators are terribly slow. So I am trying to see if javascript-xpath actually speeds up things.
I have a download worker that uses ThreadPool-threads to download files. After enhancing these to apply some Selenium tests to the downloaded files, I am constantly experiencing TimeOut-exceptions wit