Api

  • Uploaded by: Banhi
  • 0
  • 0
  • April 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Api as PDF for free.

More details

  • Words: 159
  • Pages: 1
CHAPTER

1

■■■

API Testing

1.0 Introduction The most fundamental type of software test automation is automated API (Application Programming Interface) testing. API testing is essentially verifying the correctness of the individual methods that make up your software system rather than testing the overall system itself. API testing is also called unit testing, module testing, component testing, and element testing. Technically, the terms are very different, but in casual usage, you can think of them as having roughly the same meaning. The idea is that you must make sure the individual building blocks of your system work correctly; otherwise, your system as a whole cannot be correct. API testing is absolutely essential for any significant software system. Consider the Windowsbased application in Figure 1-1. This StatCalc application calculates the mean of a set of integers. Behind the scenes, StatCalc references a MathLib.dll library, which contains methods named ArithmeticMean(), GeometricMean(), and HarmonicMean().

Figure 1-1. The system under test (SUT) 3

Related Documents

Api
April 2020 43
Api
July 2020 25
Api
November 2019 64
Api
November 2019 62
Api
July 2020 32
Api
November 2019 30

More Documents from "toanthang87"

Trigger
November 2019 39
Usecasedocument
November 2019 32
Javaui
April 2020 32
Java
April 2020 21
Stub Driver
November 2019 33