Selenium Automation 課程實況
這個課程超過 20 小時,主要分為兩部分,
- 第一部分主要利用 Selenium IDE 讓一般使用者在不需要寫程式的狀況下就可以完成自動化測試。
- 第二部分主要利用 python/Selenium Web driver 撰寫網站的自動化測試。
課程最後大家都在自己的專案上做了些許程度的自動化測試。
課程大綱如下:
Session 1 | • Setup: Python, Python PIP
• Setup: FireFox, IDE, WebDriver, Firebug, FirePath,
• Automation WITHOUT programming
• Selenium IDE
• Web element locator tips
|
Session 2 | • Verification
• Wait
• Alert and confirmation messagebox handling
• Testing results and other plugin
• Covert testing cases into Python scripts
|
Session 3 | • Your 1st python automation scripts
• Your 2nd python script
• Locate web element by FireBug, Chrome
|
Session 4 | • Python UnitTest
• Your 1st unitTest Python script
• AssertMethods
|
Session 5 | • TestSuites
• WebElement Operation
• Get Text/Attributes of Web element
|
Session 6 | • Windows focus. Switch to window/iframe/alert
• Keyboard/Mouse Action
|
Session 7 | • Present projects and case study |