I am looking to write some integration tests to compare the WSDL generated by WCF services against previous (and published) versions. This is to ensure the service contracts don\'t differ from time of
Is there a way that I can specify a script in the connection string pointing to my in memory hsqldb instance?
I have an integration test harness where I want to teardown and then re-instantiate some of the singleton-scoped objects I\'ve registered with StructureMap, after and before each test.
I have a three tier application under development and am creating integration tests for DAOs in the persistence layer.When the application runs in W开发者_如何学编程ebsphere or JBoss I expect to use t
Voxeo provide a free IVR for development purposes, b开发者_JAVA技巧ut I was wondering if there is a much simpler form of test IVR, perhaps which runs on the local machine and uses your microphone and
I have a separate project which performs watiN tests. The project is in the 开发者_StackOverflowform of class library project. When I run test it launches the browser and then uses the Web.config of t
Is there any standards or messaging framework for AJAX? Right now I have a single page that loads content using Ajax. Because I had a complex form for data entry as part of my content, I need to vali
I am writing a bash script to run an integration test of a tool I am writing. Basically I run the application with a set of inputs and compare the resul开发者_运维百科ts with expected values using th
In my selenium test suite (html), I define a first test case to initialize variable called in the next test case.
I am seriously having a very non-pleasant time testing using Grails. I will describe my experience, and I\'d like to know if there\'s a better way.