Dec 15, 2018
[Robot Framework]Suite Setup และ Test Setup
Test SuiteในRIDEจะมีช่อง Suite Setup และ Test Setup นอกจากนั้นภายใน Test case ของแต่ละ Test Suite ยังมีช่อง Setup...
Dec 15, 2018
[Robot Framework]จะทำอย่างไรได้บ้างเมื่อImport Library 2ตัวมีKeywordที่ชื่อซ้ำกันอยู่
บางครั้งการImport LibraryหลายตัวลงมาในTest Suite เดียวกันอาจจะมีชื่อของKeyword ใน Library ที่ซ้ำกันบ้างยกตัวอย่างเช่น Selenium2Library...
Dec 15, 2018
[Robot Framework] มาทำความรู้จัก Teardown กัน
ถ้าเราสังเกตุ Test suite ของเราใน RIDE ของ จะเห็นว่ามี Suite Teardown และ Test Teardown หรือไม่ก็ใน Test case แต่ละข้อเราก็จะเห็นช่องที่ช...
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-...
Dec 14, 2018
Data Driven Testing คืออะไร??
Data Driven Testing คือ การที่ใช้ test data เพื่อคุมขั้นตอนการทดสอบรวมถึงผลลัพธ์ด้วย โดยที่จะเป็นการทดสอบ ภายใต้เงื่อนไขเดียวกันแต่แตกต่า...
Feb 2, 2018
Difference between Verification and Validation
Verification and Validation are important during the Software Life cycle because they help us to find and correct errors as soon as...
Jan 31, 2018
Difference between Error, Fault, and Failure
"A clever person solves a problem. A wise person avoids it." Albert Einstein Software testing is a process of verifying and validating...