Robot Framework
Keywords ใน Robot Framework คืออะไร
Keyword ใน Robot Framework เป็นส่วนหนึ่งที่สำคัญสำหรับการทดสอบ เพราะว่า Keyword จะช่วยให้คุณสามารถแบ่งแยกการทำงานของ Test Case เป็นส่วนๆ ย่อยๆ และสามารถใช้ ...
Robot Framework
Variables ใน Robot Framework คืออะไร
Robot Framework มีการจัดการตัวแปรที่หลากหลายและง่ายต่อการใช้งาน ซึ่งสามารถประกาศและใช้ตัวแปรได้ในทุกส่วนของ Test Case หรือ Keyword ต่างๆ ดังตัวอย่างต่อไปนี้: ในตัวอย่างนี้ ตัวแปร ${test_variable} ...
Robot Framework
การใช้ Run Keyword And Return Status ใน Robot Framework
ใน Robot Framework สามารถใช้คำสั่ง Run Keyword And Return Status เพื่อเรียกใช้ฟังก์ชันหรือ Keyword อื่นๆ และคืนค่าสถานะการทำงานของฟังก์ชันนั้น ...
Robot Framework
วิธีทำ Automated APIs Testing ด้วย Robot Framework
Robot Framework มีความสามารถสูงในการทดสอบ REST API ด้วยการใช้ library ต่างๆ ที่ให้มาด้วย เช่น RequestsLibrary หรือ RESTInstance ...
Robot Framework
เริ่มต้นเขียน Robot Framework ด้วย Visual Studio Code อย่างไร
Robot Framework เป็นระบบทดสอบแบบ keyword-driven ที่ใช้สำหรับการทดสอบแอพพลิเคชัน โดยสามารถทดสอบแอพพลิเคชันที่เขียนด้วย Python หรือ Java ได้ การเขียนบทความใน Robot Framework ...
Robot Framework
Robot Framework วิธี get status และ get error description
วิธี get status และ error message ทุกอย่างที่เกิดขึ้นใน log ของ robot framework นั้นสามารถทำได้เช่นกันเผื่อเพื่อนๆคนไหนอยากจะเก็บ status ...