This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:w:whiteboxtesting [2020/11/15 02:02] nick created |
dido:public:ra:xapend:xapend.a_glossary:w:whiteboxtesting [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== White Box Testing ===== | ===== White Box Testing ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary | Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| **White Box Testing** techniques analyze the internal structures the used [[dido:public:ra:xapend:xapend.a_glossary:d:datastructure|data structures]], internal design, code structure and the working of the software rather than just the functionality as in [[dido:public:ra:xapend:xapend.a_glossary:b:blackboxtesting|black box testing]]. It is also called glass box testing or clear box testing or structural testing. | **White Box Testing** techniques analyze the internal structures the used [[dido:public:ra:xapend:xapend.a_glossary:d:datastructure|data structures]], internal design, code structure and the working of the software rather than just the functionality as in [[dido:public:ra:xapend:xapend.a_glossary:b:blackboxtesting|black box testing]]. It is also called glass box testing or clear box testing or structural testing. | ||
| + | |||
| Source: [[https://www.geeksforgeeks.org/software-engineering-white-box-testing/]] | Source: [[https://www.geeksforgeeks.org/software-engineering-white-box-testing/]] | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||
| + | |||