top of page

What is API Testing?

API ย่อมากจาก Application Programming Interface ซึ่งเป็นตัวกลางที่ทำให้แอพพลิเคชั่น 2 ตัวคุยกันได้ระหว่างหน้าแอพพลิเคชั่นและฐานข้อมูล ในการรับส่งข้อมูลกันแบ่งการทำงานได้ดังนี้

1. Post Method

2. Get Method

3. Put Method

4. Patch Method

5. Delete Method

API Testing ทำเพื่อทดสอบว่า Service นั้นทำงานถูกต้องมั้ย และยังนำไปใช้ทดสอบเรื่อง Functional&Non-Functional ด้วยเช่น Security Testing โดยจะป้อนค่าที่อาจจะทำให้เกิดปัญหาหลังบ้าน เช่นการทำ SQL Injecction

Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page