I\'m trying to adapt the pde unit test automation process from here [1] to handle multiple test suites. The article makes use of org.eclipse.jdt.internal.junit.model.ITestRunListener2 which is unable
I\'m using Gallio/MbUnit with WatiN and I have a defined method to executes as TearDown, what I need is a way to ski开发者_运维问答p the TearDown from a specific Test Case, is that possible?
We\'re looking for a tool that would allow us to script and run tests across multiple browsers including Chrome, FF 3,4, IE 6,7,8 and during the running allow a human to visually inspect each page / a
The site that we\'re currently writing tests for has some JavaScript confirm and alert dialogues that happen after the page has refre开发者_如何学Pythonshed, and are written in inline JavaScript. For
I have to test almost 20 asp.net web application everyday morning to ensure there is no issue in the web sites. so is ther any option to automate it ? There is data entry involved like entering userna
In various more functional based languages there are tools (like Quickcheck) which allow for property based testing.
I\'m using TFS 2010, VS2010 and C#.I need to link each requirement to the unit test or tests associated with that requirement.I\'ve found that in order to link Tests to requirements, TFS requires a Te
What are some strategies for writing BDD tests, which can test behaviour that relies on certain data being in the system?
I am working on a super sweet Grails project. I get simple tests, like having some made-up data objects to mess with validators, but what about when I have 30 different domain-classes, only 1 i开发者
I\'ve written a test using webdrive like this: //put stuff in the database fillDatabaseWithParticipants();