- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 162字
- 2021-06-24 18:26:24
Why is test automation required?
Let's get started by understanding why test automation is needed. Today's agile world needs quick feedback on the code's quality. The developers check-in application code in a source code repository like GitHub. It is imperative that these changes be tested, and the best way to do so is through automation. A test-automation suite can eliminate the mundane work of manual regression testing and can be helpful in finding bugs earlier, thus reducing manual testing time. It can be configured to run at a particular time in the day.
A cut-off time should be provided to the developers, such as 6 P.M. in the evening, by which time they should check in code, get the application build done, and the application deployed to a server like Apache Tomcat. The automation suite may be scheduled to run at 7 P.M. daily. Jenkins is a tool that's used for continuous integration, and so can be used for this purpose.
- 嵌入式Linux開發技術
- Windows Vista基礎與應用精品教程
- Puppet實戰
- Linux實戰
- 嵌入式操作系統(Linux篇)(微課版)
- Linux操作系統應用編程
- Linux自動化運維:Shell與Ansible(微課版)
- Application Development in iOS 7
- 云原生落地:產品、架構與商業模式
- Social Data Visualization with HTML5 and JavaScript
- Learning BeagleBone
- 鴻蒙操作系統設計原理與架構
- Ubuntu Linux操作系統實用教程
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Responsive Web Design with AngularJS