I\'m testing an app, and after I\'ve filled an extarnal payment service iframe I\'m redirected to a payment confirmation screen inside the app I\'m testing.
Has anyone used HTML unit with TestNG invocation count and thread pool size? I drive all my Selenium2 tests with TestNG and have been playing开发者_JS百科 around with running HtmlUnit tests in multipl
I am writing an automated test to test a sig开发者_高级运维n up page. Each of the textbox on this page is validated on blur event. Sign up button is only enabled if the validation for all textboxes ha
Is there a way I can have PHPUnit just continue after an error?For example, I have a large test suite (400+ steps) and I would prefer that if say, an element is not开发者_JAVA技巧 found, it doesn\'t s
I\'m getting collection of links. Then I click first link, do something, moving back (driver.navigate().back();), getting second link and then link.click(); throws an exception org.openqa.selenium.Sta
I\'m having some problems using Sinatra with Capybara. I want to test a pure javascript application. It\'s just a plain index.html that is being served by Sinatra.
I\'m using similar construction: <div class=\"edit\" style=\"visibility: hidden;\"> <a href=\"some_path\" id=\"edit_item\">Edit</a>
How can I automatically start and stop the Selenium RC server when I run my phpunit tests? I thought I could create a little bash script that does something like this (does not work though):
I have a project where we have some Selenium tests. I 开发者_JAVA技巧have recently upgraded Firefox to 7.0.1 because it prompted me to and now the \"WebDriver for Firefox\" extension that these tests
I am automating an \"Add Employee\" form-based test for our production site. Whenan idis entered, or an email , or a name, that already exists, then, a service error is p开发者_Python百科opped up that