External Interface Testing

In Web testing approch, one approch is External interface testing What we exactly do in these type of testing?

Questions by rohini1784   answers by rohini1784

Showing Answers 1 - 9 of 9 Answers

External Interface Testing verifies:

1) that a function or application which sends outgoing data to another system provides that data a) in the required format, b) with the required contents, and c) using the required delivery mechanism.

2) that a function or application which processes incoming data from another system performs according to requirements when it receives data a) in the required format, b) with the required contents and c) using the required delivery mechanism.

3) that a function or application which processes incoming data performs according to requirements when a) the data is not in the correct format, b) does not have the expected contents, or c) is not sent using the required delivery mechanism.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions