2021
Section 1: API Testing Theory and Terminology
1: API Terminology and Types
2: Principles of API Design
3: OpenAPI and API Specifications
1: API Terminology and Types
p 3 /
p 4 , ใช้ Postman เพื่อ make API request ,
What is API ?
p 5 , interface ระหวา่ง client/server relationship ที่ internet สร้างขึ้น
webAPI – client ส่ง request ไป ขณะที่ server อีกด้านคอย response
SOAP
early 2000 ทั้ง eBay, Amazon – start publish APIs
-built using REST protocol
FB สร้าง GraphQL – ลดจำนวน data get transfer ขณะที่ introducing more rigid structure API
Types of API calls
– บางอัน call -change things on server
– บางอัน return data s changing anything
ต้องแยก เพื่อdesign API
p 6, เป็น client ถาม color top Lego , ตอบ blue ,
API req , res – safe , req เป็นหนึ่งที่ไม่มีการ ปป anything on server

other kinds of API calls – เช่น you give me – green brick และบอกให้ replace tip brick <- ถือว่า change server state
brick สีน้ำเงิน -> เป็นสีเขียว
p 7,
