The Automation Blog
The Automation Blog from Automation School currently covers all topics related to Software Test Automation: Test Automation strategy, best of breed Test Automation tools, information about the various tiers of test automation : API testing, UI testing, Mobile Test Automation for Apple / Android devices, Cloud-based testing with Sauce Labs, Browser Stack etc. We cover automation using all popular tech stacks including : Java, C#, JavaScript, Geb / Groovy, Python languages and utilizing UI automation frameworks like Selenium, Appium-based frameworks and API testing tools like Postman / Newman. This also includes testrunner frameworks like JUnit, TestNg and Spock.
Please subscribe to our blog so you can receive information about new tips and tricks and other useful automation-related articles in your email inbox.
Selenium UI Automation or API Test Automation Training For QA Analysts – What to do first?
The Short Answer: Start with API Test Automation training Note: The term API is synonymous with REST API a.k.a. RESTful webservice. For the purpose of this article, we are focusing on REST APIs only. (We won’t [...]
Tic-tac-toe using HTML, CSS, JavaScript, jQuery in 7 steps – for beginners
Create a basic Tic-tac-toe in 7 steps - for absolute beginners This is a quick and dirty tic-tac-toe 🙂 For absolute beginners to the web stack. This implementation of tic-tac-toe [...]
Geb + Spock : Best of breed UI Automation
UI Automation with Geb & Spock : Introduction — Part 1 Learn Geb + Spock : The best of breed solution for all your UI automation needs If you are starting a [...]
GIT – Super basic primer for beginners (part 1)
Scope and Objectives In this article, let's take a look at the basics of GIT - remote vs local, clone, commit, push & pull, pull request & approve/merge pull requests. [...]