[JMeter] Parameterize test in command level
JMeter is a free testing tools on SIT and load test in web API. It can execute test with command and GUI. To enable CI / CD, it is required to expose parameter which pass […]
JMeter is a free testing tools on SIT and load test in web API. It can execute test with command and GUI. To enable CI / CD, it is required to expose parameter which pass […]
在Selenium 中讀取版面為button 的web element 時. 叫用click() 有時會沒有反應. 其實是 Web driver 的處理問題.
在之前的示範中已經嘗試了如何自動化進行測試. 現在開始撰寫Test case, 以將需要測試的進行自動化. 而在Eclipse 進行的話, 則需要安裝TestNG 套件.
Test Automation (自動化測試) 是CI (Continuous Integration, 持續整合) / CD (Continuous Deployment, 持續發佈) 的其中一環. 當程式修改後, 透過自動測試, 確保問題能盡快發現及修正. Selenium 是一套Web Application Testing Framework, 對大好處是不用學習另一套Script Language 就可以寫到Test case / Test suit, 又可以透過不同的Web Driver 模擬不同的瀏覽器進行測試, 以確保JavaScript 在相同動作下於不同瀏覽器是否相容.
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes