95
votes
15answers
24k views

WatiN or Selenium? [closed]

I'm going to start building some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. Which do you prefer for automated testing of ASP.NET web forms? Why did ...
95
votes
7answers
44k views

Watir vs Selenium vs Sahi [closed]

Out of these 3, which have you or has your company chosen to work with? Pros & Cons please. I'll be comparing them myself as well, but I'd like to hear what others have to say. Also, please state ...
26
votes
2answers
29k views

Is there a good IE-based Selenium IDE?

The SeleniumIDE project is based on Firefox (and its plugin architecture). My application (for a variety of reasons) only runs on Internet Explorer (6+). In fact, we actively check for non-IE ...
17
votes
4answers
8k views

Does Selenium support headless browser testing?

I'm looking at Selenium Server at the moment, and I don't seem to notice a driver that supports headless browser testing. Unless I'm mistaken, it doesn't support it. If you're on X, you can create a ...
13
votes
4answers
12k views

How to deal with file uploading in test automation using selenium or webdriver

I think that everybody how uses Webdriver for test automation must be aware of its great advantages for web development. But there is a huge issue if file uploading is part of your webflow. It stops ...
12
votes
4answers
9k views

In Selenium IDE, how to get the value of the base url

Is it possible to retrieve the value of the base url from inside a Selenium script (a plain HTML-saved script from Selenium IDE)? What I'm trying to do is verify the current url using assertLocation. ...
11
votes
4answers
11k views

Selenium Testing of GWT 2.0

How can I make a selenium click() work the same as a manual mouse click? I have recently upgraded GWT from 1.7.1 to 2.0. Some selenium tests (SeleniumRC v1.0.1, IE7) are now failing. It seems that ...
9
votes
6answers
1k views

Automated GUI Testing: Meeting Us Halfway

I've been tasked with developing a system for automated GUI testing and I could use some advice. As luck would have it, we are in the midst of a major redesign of our GUI and the developers doing the ...
8
votes
2answers
1k views

CRUD Web App Automated Testing best practices

G'day, I'm working with a fairly DB heavy web app and looking at setting up automated testing for it using Selenium. However, as an automated testing newbie, I don't know where to start. How do ...
8
votes
4answers
8k views

Selenium RC: Run tests in multiple browsers automatically

So, I've started to create some Ruby unit tests that use Selenium RC to test my web app directly in the browser. I'm using the Selenum-Client for ruby. I've created a base class for all my other ...
7
votes
4answers
10k views

Equivalent of Firebug's “Copy Xpath” in Internet Explorer?

I have an internet-explorer only web application. I'm exploring what we can do to automate the testing. Selenium looks like a good tool, but to be able to activate links etc I need to tell selenium ...
7
votes
2answers
2k views

How can I force Selenium to run tests only after $(document).ready() has completed?

Our site does a lot of JavaScript/jQuery work in the $(document).ready() function, setting up buttons, loading content via ajax, etc. Selenium waits until the DOM is loaded, but then proceeds to test ...
6
votes
4answers
1k views

Is there a capybara for nodejs?

Does anyone know whether there is anything similar to capybara for nodejs?
5
votes
2answers
7k views

Running Selenium scripts from Jmeter

I have Selenium automation scripts ready with functional flow, now i want to integrate those scripts with jmeter for load-testing. Is that possible? If so how to integrate both? My first aim is to ...
5
votes
4answers
16k views

How do you focus on new windows with selenium ide?

I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open a new window. How do you make selenium ide focus on the new window instead of the other one? It has ...

1 2 3 4 5 17
15 30 50 per page