How important is the unit test in the software development?
Posted
by
Lo Wai Lun
on Programmers
See other posts from Programmers
or by Lo Wai Lun
Published on 2012-10-12T01:30:00Z
Indexed on
2012/10/12
3:48 UTC
Read the original article
Hit count: 253
testing
|unit-testing
We are doing software testing by testing a lot if I/O cases, so developers and system analysts can open reviews and test for their committed code within a given time period (e.g. 1 week). But when it come across with extracting information from a database, how to consider the cases and the corresponding methodology to start with?
Although that is more likely to be a case studies because the unit-testing depends on the project we have involved which is too specific and particular most of the time. What is the general overview of the steps and precautions for unit-testing?
© Programmers or respective owner