Set up, Develop Automated UI tests and Run them in a CT server on your First day at work
Step by step guide to set up developing Selenium WebDriver tests and run all tests in a Continuous Testing Server, quickly!
19 min readApr 14, 2022
A repost and aggregate of my daughter’s articles with permission. Her recorded steps might be of help for my blog subscribers. She started learning Selenium at 12 years old and got her first automated test done on the first day (intern role). Because raw Selenium WebDriver is so easy to learn. She now works at one of FAANG.
If you start a new job in automated testing, you probably want to show your team an example of running a real automated test as quick as possible. I mean, in a matter of hours.
Table of Contents:· All-in-one Functional Testing Tool: TestWise
∘ Verify Chrome Browser and Browser Driver
∘ Run first Selenium test
∘ First test project
· Run tests from the command line
∘ Installation
∘ Run RSpec Tests from the Command Line
· A Note on Text Editors
∘ Visual Studio Code (VS Code)
· Use TestWise Standard Edition
∘ Installation
∘ Verify Installation
· TestWise Features
∘ Simple and Easy
∘ Code Library & Snippets
∘ Keep the browser open on executing a single test case
∘ Running…