Codeless Automation: Framework and visual testing, Gherkin, and version control by David Lay In software testing, there are tests that need to be run frequently….
A very brief overview of a few of the topics covered in the Codeless Automation Learning Path. Feature Files Best Practices Don't be this person. * use backg...
Installing Selenium IDE Install SeleniumIDE as an extension to your browser. You can find it here: * Download Chrome extension * Download Firefox add on Not...
Manual to Automated Before You Begin Should My TCs Be Automated? Not all test cases are appropriate for automation. Some examples of TCs that can be automated a...
Gherkin Scenario Outlines Explained If you've spent time workin' with Gherkin, you may have noticed several examples of Feature files where the "Scenario" section...
Using Selenium IDE This is a brief tutorial on the usage of Selenium IDE. The installation guide can be found here. Getting Started After installation, you can f...
Smoke testing (aka "Build Verification Testing") is preliminary testing of the most important functions. It is used to determine whether a build is stable enough ...
Some tools used for automation: * Gherkin: A specification language which is easily understood; a communication tool. * Cucumber: Takes Gherkin feature file...
Exploratory Automation with Selenium, Node js, and Repl Prerequisites: Javascript training (other programing languages can be used with Selenium but for this tuto...
In this area, store notes and lessons learned about test automation, programming, and the technological aspects of quality assurance and engineering. Everybody is...