tdd
Testing in Rails3.1 is very slow. Is there some sort of solution to load the tests faster?
I am assuming that the tests are loading slower because of the asset pipeline. I am wondering if there is 开发者_运维知识库some sort of gem, or magical spell that I can use to make the tests load fast[详细]
2023-04-08 02:04 分类:问答Trouble Building a Simpletest Suite From Working Unit Test Cases
I\'ve started using unit testing for my PHP programs, and figured Simpletest was as good a place to dive in as any other.I added the Simpletest files to my testing server, and ran the following tests[详细]
2023-04-07 18:43 分类:问答Is Test Driven Development the same as Test Driven Design?
I\'m starting to learn about Test Driven Development. I\'ve read quite a few articles that talk about TDD. Some refer to it as Test Driven Development. Ot开发者_如何学编程hers call it Test Driven Desi[详细]
2023-04-07 10:58 分类:问答How do I unit test the zend action controller?
I need to rapidly build good software in php and 开发者_Python百科using the zend framework. I try to go at this in a TDD way because its people more experienced than me told me that was the best way t[详细]
2023-04-07 09:53 分类:问答How do I do test-driven development using Vaadin?
What\'s the best 开发者_如何学Cway to structure a Vaadin-based application so that I can use TDD (test-driven development) to create the application? In other words, I don\'t want to write tests that[详细]
2023-04-06 16:08 分类:问答How to test directory?
I have a method helper which reads files and directory and build html view. Like this: def build_segment(path)[详细]
2023-04-06 07:13 分类:问答In the play framework, how do I run just one selenium test suite and have it run automatically?
I am doing Test Driven Development using the Play Framework and want to keep run the current failing test quickly.I am finding clicking Start! to be to slow since I have a mostly开发者_JAVA百科 keyboa[详细]
2023-04-06 05:33 分类:问答NUnit base class
I am approaching database testing with NUnit. As its time consuming so I don\'t want to run everytime.[详细]
2023-04-05 17:54 分类:问答How to stub a static method?
I am working on a brownfield application and am currently refactoring part of it. I am trying to do this开发者_如何学运维 in a TDD fashion but am running into a problem. Part of the code I am testing[详细]
2023-04-05 16:38 分类:问答PHPUnit: expects method meaning
When I create a new mock I need to call the expects method. What exactly it does? What about its arguments?[详细]
2023-04-05 07:00 分类:问答