This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:i:interfacetesting [2020/11/15 02:23] nick created |
dido:public:ra:xapend:xapend.a_glossary:i:interfacetesting [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Interface Testing ===== | ===== Interface Testing ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary | Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| Line 6: | Line 6: | ||
| **Interface Testing** is defined as a software testing type which verifies whether the communication between two different software systems is done correctly. | **Interface Testing** is defined as a software testing type which verifies whether the communication between two different software systems is done correctly. | ||
| - | A connection that integrates two components is called interface. This interface in a computer world could be anything like [[dido:public:ra:xapend:xapend.a_glossary:a:api]], web services, etc. Testing of these connecting services or interface is referred to as Interface Testing. | + | A connection that integrates two components is called [[dido:public:ra:xapend:xapend.a_glossary:i:interface|interface]]. This interface in a computer world could be anything like [[dido:public:ra:xapend:xapend.a_glossary:a:api]], web services, etc. Testing of these connecting services or interface is referred to as Interface Testing. |
| An interface is actually software that consists of sets of commands, messages, and other attributes that enable communication between a device and a user. | An interface is actually software that consists of sets of commands, messages, and other attributes that enable communication between a device and a user. | ||
| Source: [[https://www.guru99.com/interface-testing.html]] | Source: [[https://www.guru99.com/interface-testing.html]] | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||
| + | |||