For Test Automation of web project we use Hudson, PHPUnit, and Selenium. The results of the build are stored in the JUnit XML format.
Here\'s an integration test I wrote for a class that interacts with a database: [Test] public void SaveUser()
Should I be doing anything different if I am using Selenium2.0/WebDriver with Firefox 4? I have code that works with Firefox 3.x(3.8 I guess) but the same code does not work with FIrefox 4.0 on Windo开
I am trying to make a variable that I can increment each time after I use it. The $com开发者_运维问答panyLevel os the variable that I need to increment.
I recently installed a plugin called Gretel to take care of breadcrumbs for me. It seems to be working great, except that it appears to be breaking some of my specs with the following error:
In Watir we have a grid of all elements and how they can be d开发者_如何学Pythoniscovered (here). In Watir-Webdriver we do not. Is there a grid online, or a way to discover what attributes can be used
I want to test my Java EE 6 application (EJB, JPA, CDI, JSF, Primefaces) using Selenium as JUnit tests.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
This nearly identical to this que开发者_如何学Gostion with two differences. I want to run unit tests right before commit and not all of the time (accepted answer).
I am attempting to setup automated tests for our applications using a virtual machine environment. What I would like to have is something like the following scenario: