Is it typical for a unit test suite to be larger than the code it tests? [duplicate]
Possible Duplicate:
What is a normal “functional lines of code” to “test lines of code” ratio?
Linux OS developers : do they unit test their code? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Linux OS developers : do they unit test […]
Who should initialize dependencies in a TDD application?
I’m trying to learn implementing TDD with mocking/fake objects. One of the questions I have is how to initialize a dependency in an application which implements TDD? An example from this article
Beginning Mocking With Moq 3 shows:
How to unit test a function that is refactored to strategy pattern?
If I have a function in my code that goes like:
How do I make code bound to an ORM testable?
In Test Driven Development, how do I make code bound to an ORM testable?
iOS – Unit tests for KVO/delegate codes
I am going to design a MVC pattern. It could be either designed as a delegate pattern, or a Key-Value-Observing(KVO), to notify the controller about changing models. The project requires certain quality control procedures to conform to those verification documents.
Which Continuous Integration for Selenium 2 with TestNG
So I have a Selenium Automation project (using Maven).
I’d like to be able to set my tests to run overnight and possibly email a report daily to the team.
Which CI would be most suitable for TestNG.xml suites?
Resurrecting a 5,000 line test plan that is a decade old
I am currently building a test plan for the system I am working on. The plan is 5,000 lines long and about 10 years old. The structure is like this:
TDD, BDD or both? [duplicate]
This question already has answers here: Relation between BDD and TDD (4 answers) Closed 11 years ago. I’m a little bit confused about BDD. I’m doing TDD currently. My question is whether BDD is complementary to TDD or it’s a whole new thing and my team should do both TDD and BDD? Or is it […]
Unit testing and Test Driven Development questions
I’m working on an ASP.NET MVC website which performs relatively complex calculations as one of its functions.