Tagged Questions

9
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 ...
3
votes
3answers
3k 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
282 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
1answer
260 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 ...
3
votes
2answers
3k 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
3answers
500 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 ...
1
vote
2answers
153 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
1answer
292 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
217 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
287 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
98 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
1answer
71 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
76 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
77 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
609 views

Selenium 2 Webdriver + Grid2 + Ruby help needed

I been playing around with various versions of Selenium, now that Selenium 2 was out I decided to dive into Webdriver and use it with Grid. (tests in Ruby) My problem is that I can't seem to make ...
1
vote
1answer
231 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
138 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
122 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
92 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
1answer
485 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
639 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
761 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
280 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
427 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
702 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 ...
0
votes
1answer
26 views

trying to run parallel testcases in multiple browsers with selenium Grid

I am trying to run two testcases with multiple browsers My XML <?xml version="1.0" encoding="UTF-8"?> <suite name="Same TestCases on on same machine on ...
0
votes
2answers
64 views

selenium: trying to use selenium Grid for running tests on multiple browsers

I am running these 3 tests on Selenium ID, but i want to run these tests in parallel on different browsers , for that i am trying to use Selenium Grid and referring this ...
0
votes
0answers
74 views

How to launch multiple browsers with selenium grid?

I'm writing test cases in WebDriver,JUnit,Java , Now I'm trying to implement Grid. (Launching the browser in parallel with same test case) I've started the hub with this java -jar ...
0
votes
0answers
87 views

Parallel Testing with MBUnit/Gallio using Data Driven Test Cases

I've been doing a lot of reading up on RemoteWebDriver for Selenium 2 using Selenium Grid. At the moment my tests are generated in the TesT() using the [Test] Attribute. I have a TestCritiera class ...
0
votes
2answers
204 views

Selenium Grid2 - Remote Node not connecting to HUB

My current setup is I have a selenium RC running as a hub on a windows machine(lets assume machine name is machine.name.com). I have used the following command to start it java -jar ...
0
votes
0answers
300 views

Selenium Grid 2 using RemoteWebDriver throwing spurious exception

I've got a Play! Framework application (based on v1.2.3) using the WebDrive module (based on v0.2) to run the Selenium tests in a browser through WebDriver. I've customised this module to allow me to ...
0
votes
0answers
53 views

Why does clicking on a link not work with UserAgent iphone in Selenium RC1?

I have a Selenium grid setup with Selenium RC or Selenium 1.0. One of the slaves is configured to start Firefox with default user_agent = iphone, so in terms of setup everything is in place. I trigger ...
0
votes
0answers
104 views

Not seeing updated pagesource when using htmlunit with remotebrowser in c# after ajax call

I have a problem when using RemoteBrowser, htmlunit and running a test that checks the validation message in a modal windows which only shows in the pagesource after the AJAX call is made post click ...
0
votes
2answers
59 views

Security in Selenium 2?

I was asking myself if Selenium has any possibilities to secure the communication in Selenium Grid for example. As far as I know Selenium communicates via JSON and Selenese commands. But it is not ...
0
votes
1answer
43 views

Can we set the selection of browser default ?

i am running my suite using selenium grid on different ports parallely. i am passing the port and browser to the defaultselenium method statically. Things are running good but i want to run my tests ...
0
votes
0answers
17 views

Is -singleWindow mode is supported by selenium grid ?

Hi guys can it is possible to run browser in singleWindow mode as in selenium RC with Selenium Grid. I tried it but it fails to start wth option -singleWindow .
0
votes
0answers
112 views

Selenium Grid 1 Opens a stale firefox session

Hi so this is my situation that I face more often than not. Do not know of any exact way to reproduce but, I'll try to give out as much info I have. So I have selenium grid setup (using selenium ...
0
votes
1answer
95 views

How to run Selenium tests parallelly in one machine

I have two test suites configured in build.gradle and i am using selenium-server-standalone-2.1.0.jar. How can i make use of selenium-grid to run selenium tests parallel. Is it possible to run two ...
0
votes
0answers
184 views

Vaadin testbench: Ant-example won't work

I was just trying to run the included examples of vaadin testbench at my workstation but while compiling the JUnit-tests it fails with the following error: [junit] Testcase: ...
0
votes
2answers
320 views

Selenium Grid - remote control connections to hub - fail to register, but build successfully

I've successfully run a Selenium Grid on my local machine, and I've moved it to a server (windows Server 2008 R2). The server instance has run successfully with locally launched agents The server ...
0
votes
1answer
228 views

Selenium: running testsuite in parallel using grid

I am trying to execute the same testsuite in parallel on an arbitrary number of selenium-grid nodes. The test suite was created with the selenium IDE and exported as testng using the batch-converter ...
0
votes
1answer
944 views

Selenium hangs when launching Firefox on Ubuntu

My end goal is to have Selenium running 'within' Jenkins. My Jenkins installation runs within an Ubuntu virtual machine. After some issues with the jenkins selenium setup (stemming from permissions ...
0
votes
0answers
122 views

Selenium cannot click tab in magento module detail page

I'm trying to validate data using selenium version 1.0.9 in magento grid and its detail page. First, I walked through Selenium IDE from login page to module detail page and click the tabs available ...
0
votes
1answer
252 views

Needing to combine *iehta and *iexploreproxy in order to get Selenium Grid to work

Recently I've been trying to adapt Selenium 1 test cases designed to work in Firefox on Linux to Internet Explorer on Windows Vista. I installed the non-Grid version of Selenium on the Windows Vista ...
0
votes
1answer
145 views

is there any material for seleniumGrid + testNG+ hudson integration

I am using selenium RC + TestNG for my project. Also am using Selenium - Grid to run in multiple platforms. Now i want to intergrate my project into Hudson.. Can any one please help
0
votes
1answer
130 views

Presever-order=true does not work in selenium-grid

@BeforeTest @Parameters({"selenium.host", "selenium.port", "selenium.browser", "selenium.url" }) public void startServer(String host, String port, String browser, String url) throws Exception { ...
0
votes
1answer
211 views

How to connect selenium grid on other machine?

Here what i have done : 1) created testcase in selenium IDE - TestNg format( local system) 2) altered in Eclipse 3) Installed selenium grid on different machine (call ex 123.123.12.12 - linux) 4) ...

1 2