automated-tests
Generation of Selenium reports using Hudson (now known as Jenkins) from JUnit XML format file
For Test Automation of web project we use Hudson, PHPUnit, and Selenium. The results of the build are stored in the JUnit XML format.[详细]
2023-03-14 14:52 分类:问答Integration Testing: Am I doing it right?
Here\'s an integration test I wrote for a class that interacts with a database: [Test] public void SaveUser()[详细]
2023-03-14 13:26 分类:问答Webdriver/Selenium 2.0 API not working with Firefox 4
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开[详细]
2023-03-14 05:40 分类:问答How do I create an object that will have a number at the end that will increment each time it is used?
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.[详细]
2023-03-14 05:09 分类:问答Rails 3 - How can I get rid of "test.host"?
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:[详细]
2023-03-14 03:57 分类:问答What are the attributes for identifying elements in watir-webdriver?
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[详细]
2023-03-13 22:24 分类:问答continous integration, selenium, Java EE 6 on JBoss AS 6
I want to test my Java EE 6 application (EJB, JPA, CDI, JSF, Primefaces) using Selenium as JUnit tests.[详细]
2023-03-13 15:33 分类:问答What is the best automated web testing tool for GWT? [closed]
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[详细]
2023-03-13 10:48 分类:问答Run JUnit tests automatically before commit in Eclipse
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).[详细]
2023-03-13 09:52 分类:问答How to use a virtual machine with automated tests?
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:[详细]
2023-03-13 08:34 分类:问答