We have two components: enterprise application X, and Web service Y We want to make our (automated) testing tool that will test application X (that interact with Y) only,
I am currently selling time based access passes to an online service at micro payment prices. After payment the customer gets a set of credentials that is only valid for the purchased period. When t
Are there any free tools for Java (preferably Eclipse) that can give metrics on both how frequently code is executed (based on a recorded run) and do a side by side with coverage? I\'m not sure if the
Is it possible to test ASP websites locally on开发者_JAVA百科 a Mac?You could always run something like VirtualBox, and just run an instance of windows right on your mac.Then you can just develop/test
We\'re using WatiN to test our web portals.During the course of an E2E test, we\'ll occasionally see client-side script errors on the IE status bar.I\'d like to chain a handler onto the script error e
I want to start strictly doing Test-Driven-Development. However, I was wondering how much I sh开发者_高级运维ould test methods generated by Moose and MooseX::FollowPBP. For example, I have the followi
I am using jQuery 1.4.1 and here is a simple code. buildCol1: function() { var col = $(\'<select />\', {className: \'col1\' }).append($(\'<option />\'));
Background: I currently write test cases for the client side of a network protocol. As part of the tests I have to simulate several different expected and unexpected responses from the server (wrong h
Could TDD be oriented to another kind of t开发者_如何学Goesting different from unit testing?While that might be possible under some interpretation of TDD, I think the main point of TDD is to write the
I have an axis开发者_开发技巧 web service deployed on JBOSS. My web service is synchronous. So, how does a web service handle multiple requests? And how do I simulate/test that my code can handle mult