This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:u:unittesting [2020/11/15 02:04] nick created |
dido:public:ra:xapend:xapend.a_glossary:u:unittesting [2021/10/03 19:50] (current) 185.191.171.16 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Unit Testing ===== | ===== Unit Testing ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary | Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| - | **Unit Testing** ensures that each part of the code developed in a component delivers the desired output. In unit testing, developers only look at the interface and the specification for a component. It provides documentation of code development as each unit of the code is thoroughly tested standalone before progressing to another unit. | + | **Unit Testing** ensures that each part of the code developed in a component delivers the desired output. In unit testing, developers only look at the [[dido:public:ra:xapend:xapend.a_glossary:i:interface|interface]] and the specification for a component. It provides documentation of code development as each unit of the code is thoroughly tested standalone before progressing to another unit. |
| Unit tests support functional tests by exercising the code that is most likely to break. | Unit tests support functional tests by exercising the code that is most likely to break. | ||