Tagged Questions
3
votes
1answer
248 views
TDD and test automation in applications heavily dependent on databases and user input [closed]
Recently I have been reading online about eXtreme programming and agile practices. I wish to adapt them. However most of my code is all in PHP which is the normal CRUD type web applications. Moreover ...
5
votes
2answers
137 views
CI tests to enforce specific development rules - good practice?
The following is all purely hypothetical and any particular portion of it may or may not accurately describe real persons or situations, whether living, dead or just pretending.
Let's say I'm a ...
7
votes
3answers
602 views
Is there a unit testing framework for HTML markup?
I work at a web design shop. Our workflow is divided into two parts: frontend programmers make static html and css templates of the site design, then backend programmers tie the templates into a CMS.
...
8
votes
2answers
299 views
What should I be looking for when evaluating unit testing libraries and tools?
I'm in the process of choosing new unit testing tools for soon to be started project. There are plenty of them!
The basic requirements I have would be that it can run tests on at least Windows and ...
3
votes
3answers
117 views
migrating product and team from startup race to quality development [duplicate]
Possible Duplicate:
A simple ways to improve the release quality in RAD environment
This is year 3 and product is selling good enough. Now we need to enforce good software development ...
4
votes
1answer
304 views
Integration tests across a 3-tier .NET solution
I have a 3-tiered .NET solution.
Database (SQL SERVER 2008)
Web Service (SOAP Service - *.asmx)
WPF Client
I am comfortably writing Unit Tests within (3) The Client.
I am currently working on ...
3
votes
2answers
158 views
Do you write unit testing or TDD as a line item requirement into your contracts or statements of work?
If you do, do you discuss coverage, continuous integration, quality control, or anything related to the difference between unit testing, functional testing and TDD in general? If clients ask, do you ...
7
votes
1answer
462 views
Looking for statistics on automated testing, continuous integration and refactoring usage
Are there any credible sources of information on the adoption of agile techniques like automated testing, continuous integration and refactoring?
Of those that are using unit testing, how many ...