Dec 15, 2018
[Robot Framework] มาทำความรู้จัก Teardown กัน
ถ้าเราสังเกตุ Test suite ของเราใน RIDE ของ จะเห็นว่ามี Suite Teardown และ Test Teardown หรือไม่ก็ใน Test case แต่ละข้อเราก็จะเห็นช่องที่ช...
Dec 15, 2018
[Robot Framework] เริ่มต้นFor Loopเบื้องต้น
เนื่องจาก robot framework based on python ทำให้การเขียน for loop ใน robot framework จะอ้างอิงมาจาก python ด้วยเช่นกัน การเขียน for loop...
Dec 15, 2018
[Robot Framework]การ Merge output ที่ผ่านการ Rerun Fail
หลังจากผ่านการ rerun fail มาแล้วจากโพส การรันซ้ำเฉพาะข้อที่Failเราจะได้ output แยกออกมาอีกชุดนึงซึ่งเราสามารถเอามารวมกับ output...
Dec 14, 2018
[Robot Framework]การรันซ้ำเฉพาะข้อที่Fail ใน Robot Framework
ใน Command ของ Robot Framework จะมี 'argument' ตัวนึงคือ -R หรือ --rerunfailed ซึ่งใช้ในการรีรัน test case เฉพาะข้อที่Status ใน Log...
Dec 14, 2018
[Robot Framework]เริ่มต้นทำData Driven ใน Robot Framework
Data Driven Testing คืออะไร? สามารถไปดูได้ที่: https://atlasarcadiacom.wixsite.com/babylon/single-post/2018/12/14/Data-Driven-TestingDDT-...
Nov 27, 2018
What's Selenium?
Selenium คือ Software Testing Framework สำหรับ web applications มีทั้งหมด 4 ตัว 1. Selenium IDE(Selenium Integrated Development...
Nov 12, 2018
How to find bundle id of iOS Application
1. เปิดเว็บ https://www.apple.com/itunes/ 2. กดปุ่มแว่นขยาย 3. พิมพ์หา application ที่ต้องการ 4. กดเลือก link ที่ขึ้นมา 5....
Dec 14, 2017
API Test บน Robot Framework Part 1[Get Trello Board Name]
สวัสดีครับ วันนี้ผมจะมาสอนการใช้งาน API Test ผ่าน Robot Framework อย่างง่ายให้ดู โดย ผมจะอ้างอิงการยิง API ไปยัง Trello API เพื่อ Get...
Sep 26, 2017
Bug Tracking Concept
Hello everyone today I'll explain you about bug tracking concept follow this flowchart. The tool that we will use to management is Trello...
Mar 23, 2017
Keyword in Robot Framework
What is Keyword ? Keyword is command function on the Library import in Robot Framework or group of command function in library make for...