Question

I want to use selenium grid for my web page testing. I have successfully installed the demo of selenium grid on my PC and it is running fine. I have followed this link to install and run the selenium grid demo.

I am trying to code a java program using selenium rc which can run with selenium grid for testing the web site, but I am not getting how does I make change on the selenium grid existing demo so that it will work for my web test.

Can some body provide me any link/example so that I will do that?

Was it helpful?

Solution

Example of SUT written in ASP.NET, tests based on selenium and build scripts which allow to run tests with selenium-grid:

http://code.google.com/p/design-of-selenium-tests-for-asp-net/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top