hudson « selenium « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » selenium » hudson 

1. Setting up Hudson with Selenium RC to run tests written in C#    stackoverflow.com

I just deployed a Hudson server and configured it to checkout, build and deploy to a testing http server. Now I want more =) I have some Selenium RC tests wrtten in C#/.Net, ...

2. Hudson + Selenium plugin - Getting HTTP error 403 when running tests    stackoverflow.com

I am trying to test my application using Selenium tool via the Hudson plugin (the one called sleniumhq plugin). As a proof of concept I decided to make a very simple test ...

3. Selenium Testing in Hudson question    stackoverflow.com

I'm having some trouble running a simple selenium test through Hudson. I've installed the SeleniumHQ plugin for Hudson and configured a job to run a simple test suite which consists of two ...

4. Running automated Web browser tests under Hudson    stackoverflow.com

I'm running Hudson for my automated builds and love it. I'd now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. As my Hudson runs as a Windows ...

5. Running Selenium Tests through JUnit in Hudson    stackoverflow.com

apologies for the somewhat confusing title :-) Basically, I've configured my Selenium tests to run through JUnit when I build the project through maven. If I start my Selenium Server in ...

6. Possible to register Selenium RC's with the Hudson Selenium Grid Hub w/o the RC's being slaves in the Hudson cluster?    stackoverflow.com

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 ...

7. Trying to run Selenium tests using Hudson - "Error: no display specified"    stackoverflow.com

I'm trying to get Selenium tests to work when they are executed by Hudson, but I have not been successful so far. Hudson is running on Ubuntu, and Selenium is unable ...

8. How to get Hudson to show complete selenium report?    stackoverflow.com

Our Hudson installation shows a very spartan version of the Selenium report:

Selenium Report Result
numTestPasses   2
numTestFailures 0
I've understood that it should be possible to view full reports via Hudson, and ...

9. Selenium Server can not find a sessionId    stackoverflow.com

What I want to do I'm trying to run Selenium Server on my Hudson CI server via the SeleniumHQ plugin, but unfortunatly it doesn't start for my single TestSuite. I ...

10. Selenium RC in Hudson    stackoverflow.com

is there a way to install selenium into hudson, and have it run a test via a .dll (c#)? all i can find so far is a html script. Thanks

11. Selenium: Using regular expression with getLocation    stackoverflow.com

I was using Selenium RC some time back and the statement below worked fine verifyEquals("*/en-us/", selenium.getLocation()); Now I am using Hudson, Ant and SeleniumRC and this statement does not work. I am ...

12. Hudson / SeleniumHQ plugin - How to run the tests on a remote server?    stackoverflow.com

My main problem is about having Hudson perform tests on another machine : I'm testing a website with Selenium, and the early testing went well. Now is the time to have Hudson ...

13. is Selenium Remote Webdriver Server similar to Hudson CI?    stackoverflow.com

Right now I am using Hudson CI to launch browser in xvnc and run my tests through Webdriver (pre 2.0) Should I use Selenium remote webdriver instead? is that more efficient than ...

14. How to Configure selenium Junit test cases through Hudson    stackoverflow.com

please tell me how to configure selenium Junit test cases through Hudson. I am unable to do it.

15. Integration of automated testing in hudson using selenium framework    stackoverflow.com

I'm new to web development and web testing. And I want to use Hudson in my continous integration and for my automated testing using selenium. How can I integrate the selenium ...

16. selenium grid 2 or hudson w/ slave nodes?    stackoverflow.com

I am able to get my tests running on Hudson CI but have been interested to see if there's any clear performance difference between Selenium Grid 2 vs Hudson CI running ...

17. Browsers not visible when running Selenium2/Webdriver tests with Hudson    stackoverflow.com

I am using Hudson CI to run an ant script which compiles and executes Selenium2/Webdriver tests (written as TestNG tests). These tests are set to run in a Firefox browser, not ...

18. Publishing Selenium/JUnit reports through Hudson only shows 1st result    stackoverflow.com

I've got an interesting problem and seems to be completely random. Our selenium tests are being run through JUnit and as such have the junit xml output format. We usually have ...

19. Generation of Selenium reports using Hudson from file in JUnit XML format    stackoverflow.com

For automated testing of web project we use Hudson, PHPUnit, and Selenium. The results of the build are stored in the JUnit XML ...

20. how to connect mysql from hudson?    stackoverflow.com

I am executing regression test created by selenium and triggered from hudson. After this test i need to clean up DB , so for this any option there in Hudson to ...

21. Hudson/Jenkins notification only on consecutive failures    stackoverflow.com

I am using Jenkins for running Selenium tests in a monitoring way. The failures are often a temporary phenomenon (timeouts etc.). I escalate projects' execution upon a failure with Naginator plugin ...

22. is there any material for seleniumGrid + testNG+ hudson integration    stackoverflow.com

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 ...

23. How to Starting specific RC from selenium grid which is running through Hudson plugin?    stackoverflow.com

My environment:
Hudson -> with selenium grid plugin - Installed on linux machine
Hudson -> Having 4 machines ( 1 linux , 3 Windows ) as node
TestCases -> MyTestCases are in TestNG
In hudson ...

24. Controling Selenium test speed in hudson    stackoverflow.com

There is Selenium plugin (RC) in Hudson and the builds are taking to too long and keep failing if the server takes a while to respond. I do not think putting ...

25. how to integrate hudson and selenium-rc    stackoverflow.com

I am using Selenium RC(Java) with TestNg. I run the script using TestNG. Now i want to integrate selenium with Hudson. So that whenever Hudson deploy the build into test server ...

26. Interation of selenium junit test cases with hudson    stackoverflow.com

I have selenium junit test cases created using client library of selenium 2. I have integrated selenium grid 1 with hudson now i m trying to run test cases from hudson ...

27. how to execute Selenium IDE script in hudson with selenium rc    stackoverflow.com

I have exported a recorded script in html and now trying to execute that script from hudson,but every time i am getting below mention message, please let me know what i ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.