[Robot Framework]เริ่มต้นทำData Driven ใน Robot Framework
Data Driven Testing คืออะไร?
สามารถไปดูได้ที่: https://atlasarcadiacom.wixsite.com/babylon/single-post/2018/12/14/Data-Driven-TestingDDT-%E0%B8%84%E0%B8%B7%E0%B8%AD%E0%B8%AD%E0%B8%B0%E0%B9%84%E0%B8%A3
1. เริ่มทำkeyword ที่จะมาเป็นTemplateให้กับ Test Data ของเรา
โดยตัวอย่างจะตั้งตัวรับค่า 3 ตัวคือ x, y และ z
2.เขียน Test Step โดยตัวอย่างจะให้ ค่าxบวกกับค่าy และนำมาคูณกับค่าz หลังจากนั้นก็Log คำว่าDoneออกมา
3. เอา Keyword ที่เราทำมาใส่ที่ test case template
4. ลองใส่test dataและรัน test script ดู
Log ที่ได้ออกมาหลังจากการรัน