Tagged Questions
Selenium Grid is a component of the Selenium project that helps running your tests in parallel across multiple machines. It provides both environment management and resource allocation as it dispatches your tests against nodes in the grid. The environment management allows you to exert finer-grained control over the environment executed in than Selenium Server provides itself.
8
votes
3answers
3k views
Has anyone found a way to run C# Selenium RC tests in parallel?
Has anyone found a way to run Selenium RC / Selenium Grid tests, written in C# in parallel?
I've currently got a sizable test suite written using Selenium RC's C# driver. Running the entire test ...
5
votes
2answers
1k views
How can I identify the Selenium Grid host running my test from within the test?
I am using Selenium Grid with TestNG to run my tests in parallel. I have certain tests that require a user to be logged in, so I have a user account configured for testing.
I have been careful to ...
5
votes
1answer
3k views
Selenium Grid + Maven 2
Is there a good tutorial or does anyone have experience with setting this up ?
I have a Testsuite.html which launches my tests in one browser atm. This is done in the integration-test lifecycle by the ...
3
votes
1answer
160 views
Is it possible to deploy Visual Studio Coded UI Tests to Azure or EC2 as Test Agents?
I'm not that entirely familiar with the testing suite that comes with Visual Studio 2010 (Ultimate) but I'm trying to find a means to produce something similar to Selenium Grid with the Coded UI ...
3
votes
3answers
2k views
“Cannot call method 'indexOf' of undefined” when using Google Chrome (*googlechrome) as Selenium RC target
I'm trying to run a test in Google Chrome 9.0.597.98 beta using Selenium Grid. I'm firing the test off from C# using the default *googlechrome target that ships with Selenium Grid. When I try to ...
3
votes
2answers
260 views
Selenium Grid: queue size of the Hub?
The Selenium Grid Hub distribute the tests launched between the registered RCs, but if there is no available RCs, it will enqueue them.
Anyone knows the max size of this queue?
I'm asking this ...
3
votes
2answers
343 views
Is there something similar to the selenium grid when using cucumber/capybara?
So I'm trying to get an environment set up that acts like a selenium grid in that:
1) It runs the tests in parallel across a distributed set of clients
2) I can specify tests to run on specific ...
3
votes
1answer
511 views
Is there any way to delete an HttpOnly cookie from C# Selenium tests?
I have a set of C# Selenium tests that need to delete a cookie that has the HttpOnly flag set.
Unfortunately the DefaultSelenium.GetCookie() and DefaultSelenium.DeleteCookie() commands aren't able to ...
3
votes
2answers
2k views
Setup for IE6 (and multiple browsers) in Selenium Grid
I'm having a hard time trying to grasp some concepts on selenium Grid/RC. What I need is to provide specific environments (ie6-on-xp, ie7-on-xp, etc) to the tests. For what I've been reading, the ...
2
votes
1answer
165 views
Integrate Selenium Grid and Sikuli API
Currently, I am working on the automation testing framework, which combines with both Selenium Grid and Sikuli API.
I already implemented a library which includes functionality of Selenium and ...
2
votes
2answers
241 views
selenium grid parallel execution
this is from selenium grid. How to write java/C# code to make parallel execution.
Is this enough?
ISelenium selenium1 = new DefaultSelenium("localhost", 5555, "*iehta", "http://localhost/");
...
2
votes
3answers
451 views
Running Selenium Suites on a Selenium Grid
Does anyone know how to run a selenium test suite from a selenium grid.
I know you can do it programatically with a single test, but I was wondering if there was an easy way to do it with a full ...
2
votes
3answers
1k views
Selenium Grid support for Selenium 2?
I have read that Selenium Grid support was planned for Selenium 2.0 at the year end - 2010. Apparently it has not happened. Anyone knows of any updates on this?
2
votes
2answers
2k views
Selenium-Grid: How to use `user-extensions.js`
We're converting our Selenium tests to use Selenium-Grid.
I'm trying to find a way to launch selenium-grid's hub and/or remote so that it can use the user-extensions.js that we created before. I've ...
2
votes
1answer
250 views
How do i use more than one browser in Nunit/Selenium GRID/C# Setup
I have a Selenium GRID Setup with the various browsers on it (IE6, 7, 8, FF 3.5.6) written in C# and individually they work fine. I also have a set of Selenium Tests setup and they also work fine with ...
2
votes
2answers
2k views
Selenium Grid with parallel testing using C#/NUnit
I've got several unit tests written with NUnit that are calling selenium commands. I've got 2 win2k3 server boxes setup, one is running selenium grid hub along with 2 selenium rc's. The other box is ...
1
vote
1answer
29 views
watir-webdriver can't create “full-page” screenshots in opera 11.50, 11.60 etc
I try to take screenshots in opera. But it gives me only screenshot of visible part of page.
How can i make opera giving me "full-page" screenshots?
P.S. In FF,chrome, ie 6(!!!) it seems to be OK
1
vote
2answers
90 views
Trying to run a pack of selenium tests written in java using Jenkins
After reading nearly all the posts that it suggests under "Questions with similar titles" (I will continue reading after sending this post) and reading
...
1
vote
0answers
69 views
WebDriver Grid with HtmlUnit on Node pegs the Node CPU
I am usign C#, with Gallio/mbUnit to write a very simple set of tests that open a browser, navigate to google.com, type 'seleniumhq' in the search box, and click the search button.
I create my host ...
1
vote
1answer
208 views
Selenium GRID2 + yml config file + multiple remote controls
With Selenium GRID2, how do you set up multiple remote controls?
There are 2 machines (let's call them "machine01" and "machine02") we can use, with installed browsers (some of which are installed at ...
1
vote
1answer
101 views
Selenium Grid2 - Is it possible to run 10 Chrome instances?
Currently Selenium Grid2 running with the default config shows that it can run 5 firefox browsers, 5 chrome browsers and 1 IE. With a max of 5 instances at the same time.
How can I change this so ...
1
vote
1answer
158 views
Understanding Selenium Grid2 implementation running on EC2
I have implemented Selenium Grid by reading and understanding from the sparse/fragmented online documentation about Grid2.
My current implementation is-
Webdriver node registered and running on EC2 ...
1
vote
1answer
220 views
Selenium Grid + Jenkins Infrastructure execution
Pardon me for the lengthy description:
I have the following infrastructure where I am attempting to deploy the Selenium grid via Jenkins. For the sake of simplicity, I am using simplified IP ...
1
vote
1answer
82 views
how to get the reports using testNG with selenium grid?
i am running the scripts using selenium grid with TestNG. In testng we are seperating scripts with removing dependency.Format is like that:
<suite name="Suite" parallel="true">
<test ...
1
vote
0answers
45 views
How to add task to run parallel selenium tests in build.gradle
In our project we are using gradle to nuke the DB and also using gradle to run the selenium test cases in different suites. I am trying to run selenium test casses parallely. How to add task for that.
...
1
vote
1answer
284 views
Grid Hub http client timeout if waiting for a slot to be free
Is there a way to query my grid hub (2.6.0) to see if there are slots free for a particular desired capability?
Example:
Grid Hub web page at
http://localhost:4444/grid/console
Shows properly that ...
1
vote
1answer
65 views
How to run Selenium tests in Grid in one browser window?
When using only Selenium server it was possible to run the tests in the single browser window with the setting
-java -jar selenium-server-standalone-2.2.0.jar -singleWindow
When switched to grid ...
1
vote
1answer
60 views
Selenium - When running builds via the grid, how do you get the console output?
We've been running Selenium tests via local RC for a few years, and are starting to migrate to the grid. We have been redirecting the console output of the server to our own test logs. It is quite ...
1
vote
1answer
151 views
Selenium2 (Grid): Violently killing a browser session
Some browsers like IE fail to close when calling webdriver.quit() if they a modal javascript alert is displayed at the time of closing.
Does Selenium2/Webdriver have a way of killing the browser off ...
1
vote
1answer
164 views
Selenium Grid 2 - API version of /console page
I am writing a status monitoring page for our test environment and would like a list of individual selenium/webdriver nodes which are registered with the Grid server. I can do this by scraping the ...
1
vote
1answer
186 views
Selenium 2 Grid - Knowing which node your test is using
Is it possible to know which node the selenium grid hub assigned to your test? My tests need to talk to other services on the node machine in order to perform configurations which are not supported ...
1
vote
1answer
199 views
Selenium RC in Ubuntu doesn't start Firefox 2 (and cannot close it)
I'm using selenium grid and I have tried both server versions 1.0.3 and now replaced with 2.2.0. It works fine with google chrome and opera, but with firefox 2 or 3.6.9 it fails.
So with bad case ...
1
vote
1answer
219 views
How to maintain Selenium Grid?
I have many VMs which are used as part of Grid. Some as RC and some as Hub. Due to the large number of VMs that is being used, it is a big task to maintain the grid now. To change the RC to point to a ...
1
vote
4answers
134 views
Is there any limit to the number of Selenium RCs connected to a Selenium Hub?
Does anybody have experience using 20/50/100 RCs connected to a single Selenium Hub? I'm thinking of a centralized hub that multiple team could use together.
I heard that after 20 RCs, performance ...
1
vote
2answers
715 views
Wiring up Selenium for Continuous Integration on Windows
Background
I have been working towards automating my Selenium test suite that I developed under Selenium 1.0 (RC) and wiring this up to a continuous integration system (TeamCity in this case) on my ...
1
vote
2answers
118 views
selenium grid - best option?
My team has a new Asp.net MVC intranet app.
I have been doing some research on using selenium + selenium grid.
However I'm seeing that the project is not being maintained.
As of today, with a brand ...
1
vote
1answer
429 views
init.d script for SeleniumGrid under CentOS 5.5
I'm establishing Continuous Integration environment for our team. And part of that environment is Selenium Grid running under the CentOS 5.5. I ran into a problem, i can't set up an autostartup for ...
1
vote
1answer
154 views
Selenium Grid Error
Has anyone seen this error in CentOS, when running Selenium Grid:
SEVERE: Could not find any remote control providing the '*chrome' environment. Please make sure you started some remote controls ...
1
vote
1answer
90 views
How to pass webSite parameter to SeleniumGrid instances
I am using C#, MBunit and selenium Grid and I need to run the same scripts for 3 different environments Dev, QA and PROD. I launch 3 different remote controls in Selenium grid, but how can I pass ...
1
vote
3answers
296 views
How would you stress test a dynamic site, when you don't know what the URLs will be ahead of time?
This isn't a question of what stress testing tools are out there. I'm afraid it's a lot harder than that. (At least for me)
Consider a restful architecture for a forum or blog that generates random ...
1
vote
1answer
459 views
Migrate selenium Nunit tests to MBunit for parallel execution
I am trying to migrate my existing selenium tests with Nunit to MBunit so that I can run the tests in parallel using selenium grid. I've added the attributes
[assembly: DegreeOfParallelism(8)]
...
1
vote
2answers
615 views
Parallel testing with Selenium Grid (using C# unit tests)
Following AutomatedTesters response: Is there any way to run parrallel tests with C# code, without using class libraries other than the Selenium Core?
I have the following setup:
Selenium Grid ...
1
vote
1answer
743 views
Migrating to Selenium 2
Selenium 2/Webdriver has all sorts of great benefits but there is one big drawback: it doesn't support running on a grid out of the box.
Has anybody switched from using a SE1 grid to using SE2 ...
1
vote
1answer
266 views
Trouble using Selenium Grid/RC with Python
I have built a couple of test cases as stand alone python classes using Selenium. I can run each of them using Selenium RC. Ultimately I want to use Selenium Grid to run all of the test cases.
How ...
1
vote
1answer
419 views
Selenium Grid not always using all of its registered RC's, why?
My Selenium Grid setup is as follows (all VMs)
VM1 - Windows 7 x64 Windows XP x32 - Grid Hub + 2 RCs registering the default *firefox environment
VM2 - Windows XP x32 - 2 RCs registering the default ...
1
vote
2answers
683 views
Possible to register Selenium RC's with the Hudson Selenium Grid Hub w/o the RC's being slaves in the Hudson cluster?
I am trying to get Hudson to run my ruby based selenium tests. I have installed the Selenium Grid plugin, but I don't want to have the RC's running as slaves in a Hudson cluster. The reason for this ...
1
vote
1answer
1k views
TestNG + Selenium Grid, only one RC running,
I am using Selenium Grid with TestNG to test a website. The test-code, that i exported from the Selenium IDE works fine. My problem is, the tests are running sequential, not parallel.
Here is the ...
1
vote
2answers
716 views
Will Selenium Grid run under NAnt (not Ant)?
I am trying to get Selenium Grid to run using NAnt but am a little lost, as all explanations I can find use Ant - although I thought they were fairly similar, I can't seem to fire off Selenium Grid on ...
0
votes
0answers
13 views
Is there a way to make Selenium Grid 2 DesiredCapabilities browser-agnostic?
I'm wondering if there's a (preferably built-in) way for Selenium hubs to ask for nodes that have any browser available. Basically, I want my hub to specify something like "BrowserName = 'any'", match ...
0
votes
0answers
28 views
Selenium Server 2.17.0 SessionCleanup after few hours
I am always getting SessionCleanup after few hours. Because of the SessionCleanup, the test fails and Selenium is closed.
How do I stop executing SessionCleanup?
I found this but it is not fixed as ...