As I\'ve been writing test suites for a Rails app, I\'ve noticed that there are two different ways to create tests, a test开发者_开发知识库 block and a regular method:
We are running some tests using selenium. We have dedicated Windows XP VM\'s for that, with one selenium RC server on each VM, and no other process running on that VM. We open and close a selenium ses
Is their a Grand Unified Theory of logging? Shall we develop one? Question (just to show this is not a discussion :), how can I improve on the following? (note that I live mainly in the embedded world
i have a Maven 2 project setup which nicely packages a war file using a pom.xml now i want to introduce Cobertura to that. I can succesfully instrument the classes but when i want to package the instr
We trying to set up automated regression testing our generated PDFs by converting our them to images and then using Python Imaging library to test the difference, pixel by pixel, between new and old v
Is there a way, either in code or with JVM arguments, to override the current time, as presented via System.currentTimeMillis, other than manually changing the system clock on the host machine?
In a functional test of my Rails app, I want t开发者_开发问答o test where I am redirected to. The expected URL points to an external resource (that means it\'s not part of my application).
We have developed a comet based application for chat (using streaming approach). The application has been developed in ASP .Net 3.5 sp1.
In my application_controller, I have the following set to include the locale with all paths generated by url_for:
I am a rails newbie and receive the following message when I run rake test. This is a an application based on rails community engine.