การทำ Automated Testing

ตอบกระทู้

รูปแสดงอารมณ์
:icon_plusone: :like: :plusone: :gfb: :-D :) :( :-o 8O :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angry: :baa: :biggrin:
รูปแสดงอารมณ์อื่นๆ

BBCode เปิด
[img] เปิด
[url] เปิด
[Smile icon] เปิด

กระทู้แนะนำ
   

มุมมองที่ขยายได้ กระทู้แนะนำ: การทำ Automated Testing

การทำ Automated Testing

โดย M033 » 29/01/2016 10:01 am

ในการทำAutomated Testing แบ่งเป็น 5 ชนิดคือ
1.Syntax checking Syntax checking
- การทดสอบดวยการตรวจสอบไวยากรณ์ที่เขียนข้ึ้น
2.Unit testing/Module Testing
- เป็นการทดสอบโปรแกรมทีละโมดูลเพื่อนหาข้อผิดพลาดที่เกิดภายในโมดูล
3.Integration testing
- เป็นการทดสอบโปรแกรมโดยการเพิ่มจำนวนโมดูลแบ่งเป็น2ลักษณะคือ
  • Top-Down Approach
    Bottom-Up Approach
Top-Down Approach Down Approach
  • test.jpg
    test.jpg (28.66 KiB) Viewed 1726 times
Bottom-Up Approach Up Approach
  • test2.jpg
    test2.jpg (25.45 KiB) Viewed 1726 times
4.Stub testing
- คือกลุ่มคำสั้นๆที่เขียนขึ้นมาเพื่อเป็นโมดูลตัวแทนในการทดสอบโปรแกรม
5.System testing
- เป็นการทดสอบโปรแกรมทุกโปรแกรมร่วมกันว่าได้ผลลัพธ์ที่ถูกต้องหรือไม่

ข้างบน