tdd
Questions about TDD
Environment In my solution I have three projects, they are: Web (Asp.net MVC4) Model (Class library) Test (Test project)[详细]
2023-04-11 08:11 分类:问答Unit Test? Integration Test? Regression Test? Acceptance Test?
Is there anyone that can clearly define these levels of testing as I find it difficult to differentiate when doing TDD or unit test开发者_JAVA百科ing. Please if anyone can elaborate how, when to imple[详细]
2023-04-11 07:36 分类:问答DBUnit not cleaning and insert the database after every method, so test are not independent
I have a test for a DAO class, I use DBUnit to create and populate the database (using an in-memory derby).[详细]
2023-04-11 06:37 分类:问答Kiwi stub isn't working with NSNumber, ends in SIGKILL
I\'m not sure if I\'m doing it right but I\'m trying to stub an NSNumber property on a core data object.[详细]
2023-04-11 05:21 分类:问答How to apply TDD/BDD methodology for creating Excel files from C# using data from an Oracle database
I am starting a new project where I have to create and manipulate multiple Excel files based on some data in an Oracle databse.I want to learn and apply TDD/BDD methodologies in this project to improv[详细]
2023-04-11 02:00 分类:问答Unit tests on the UI in MVC3
I have an MVC project and lots of TDD unit tests for testing the passing of data which all work fine.[详细]
2023-04-10 21:12 分类:问答Any good example projects for the Kiwi testing library (offering more complexity than 2+2)
I\'m looking for a good example project/tutorial that show the Kiwi testing framework in action. I don\'t need any more examples of testing classes with the only purpose of adding 2 numbers together o[详细]
2023-04-10 08:55 分类:问答What are some techniques for testing optimizations to ActiveRecord bulk model object creation?
I am in the process of optimizing a contact importer tool that process a large list of email address and creates contact objects.[详细]
2023-04-10 03:45 分类:问答Is it okay for a model to populate its own properties?
If I have a model that essentially represents a single row in a d开发者_StackOverflow中文版atabase, is it scale-friendly and test-friendly, and all around okay practice to have it populate it\'s own p[详细]
2023-04-08 19:41 分类:问答MVC3 & EF. Interface for TDD
Can somebody please explain: I am using MVC3/C#/Razor to build a project to get used to using MVC. I am using the inbuilt account controller.[详细]
2023-04-08 06:45 分类:问答