by Guest | Aug 6, 2021 | C#, Courses
C# Automation Framework for Web Apps using Selenium, Appium, Sauce Labs and more In this FREE tutorial we will learn how to: ✅ Implement an advanced automated testing framework ✅ Run tests in massive parallel (176 tests in 140 sec) ✅...
by Guest | Apr 2, 2021 | Courses, Selenium Webdriver
What’s new? 📔 Element Information Examples Lecture You will learn: ✅ How you can use the methods that get element information ✅ Check the code samples to get a better grasp of how they can be used in our tests...
by Nikolay Advolodkin | Jan 28, 2021 | Automation, Test Automation
If nothing else, the past year has produced some fantastic articles on test automation. Selenium WebDriver is exceptionally versatile and supports multiple programming languages, including Java, Ruby, and .Net. It also works with multiple browsers, including Chrome,...
by Nikolay Advolodkin | Nov 10, 2020 | Selenium Webdriver, Uncategorized
We’re delighted to announce our mega Black Friday sale! This is your opportunity to take the Complete Selenium WebDriver with Java Bootcamp at a highly reduced rate! All you need to do is enter your email and you will receive an exclusive code on the 27th of November,...
by Andrew Knight | Oct 21, 2020 | Cucumber
The Process of Behavior Driven Development How is BDD different from TDD (Test-Driven Development)? BDD is an evolution of TDD, and different in many ways. In Test-Driven Development, developers will go through four phases: they will write unit tests (which inevitably...