Selectors Hub Tutorial by Sanjay Kumar
What's new? 📕 Section: Selectors Hub Tutorial by Sanjay Kumar We are fortunate enough to have partnered with the creator of Selectors Hub, Sanjay Kumar to get training on how to use this awesome tool. It's a new technology that's making it easier to do web...
WebDriver Methods and Automation Best Practices Exercises
What's new? 📕 Section: methods, expressions, statements ✅ 3 new exercises that focus on working with methods and using conditional if statements 📕 Section: WebDriver methods ✅ 2 new exercises that focus on working with Javascript Executor...
5 Workshops You Can’t Miss From Sauce Con 2021
You can get the most out of your visit to Sauce Con 2021 by not missing out on these essential Sauce Con workshops. Sauce Con is an exciting opportunity to get together with people all over the world who use Sauce Labs as well as other automated testing experts. The...
Element Interrogation and Java Exercises
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...
Automation Best Practices Workshop
SauceCon brings together the global community of Sauce Labs users and automated testing experts. Nikolay Advolodkin will run an Automation Best Practices Workshop with the goal of teaching robust test coverage of a web app using different testing techniques: ✅...
Interacting with Web Elements
Welcome to the third article of the Java Selenium series. In this article, we're going to learn how to actually interact with our web elements so we can perform actions on them after we locate them. We will learn how to: Take basic actions on elements Get information...
Want to earn while you learn?
If you like our courses and would like to earn a piece of the profit for each sale you make, this is the perfect program for you! It’s a proven way students just like you have been earning 15% commissions for years, but that’s not the way we do things now…...
Locating Web Elements with WebDriver
In this part of the article series, we will learn one of the most fundamental topics when it comes to test automation. And that is locating the Web elements so that we can use Selenium WebDriver to interact with them and perform different kinds of operations. This is...
How Automation testing can reduce risks and increase the efficiency of Oracle EBS Applications?
Oracle EBS (E-Business Suite) is a robust enterprise management suite consisting of SCM (supply chain management), CRM (customer relationship management) and ERP (enterprise resource planning). Oracle EBS has a modular architecture. It supports customizations and can...
New Content- Selenium WebDriver with Java
We have great news!! Our main goal is to always provide the best service by improving our Complete Selenium WebDriver with Java course through new content! With that, we would like to announce the content that has been added to our course. NEW...
Getting started with Selenium WebDriver with Java
Selenium WebDriver and Web Test Automation have become almost synonymous in the past few years. That’s why most people who want to start their automation journey will start with Selenium WebDriver. If you’re one of those people, I’ll walk you through creating your...
Definitive Guide To Parallelization in C# [MsTest,NUnit,SpecFlow]
What is parallelization? Parallelization is the process of running tests simultaneously on different environments. Such as different browsers or operating systems. It is very useful because it can dramatically decrease the test execution time. I’ll show you three of...
New Content- Selenium WebDriver with Java
Our main goal is to always provide the best service by improving our Complete Selenium WebDriver with Java course through new content! With that, we would like to announce the content that has been added to our course. NEW CONTENT: Chapter: Behavior driven...
FREE Tutorial: Coding and testing an authentication API [NodeJs + Cypress]
Have you ever wondered how a login API actually works? Have you ever wanted to learn how to test the login API? We created this free tutorial because to fill this knowledge gap 😃 In this free #tutorial we will learn how to: ✅ Create user registration...
Top 4 Ways How Application Testers Can Turn Pandemic Phase into a Boon
While the covid 19 outbreak has been difficult for all businesses around the world, one of the domains which has really resisted this disruption and turned challenges into opportunities is the IT department. In this internet dominating world where networking and...
New Content- Selenium WebDriver with Java
We have great news!! Our main goal is to always provide the best service by improving our Complete Selenium WebDriver with Java course through new content! With that, we would like to announce the content that has been added to our course: Chapter: WebDriver...
Git Commands: The Most Useful
Learn here The Most Useful Git Commands. Creating Git aliases Aliases are fantastic to save having to type extra keys when using Git. These are my favorites: $ git config --global alias.ch checkout $ git config --global alias.br branch $ git config --global alias.co...
7 Extremely Useful Selenium JavaScript commands
A lot of times, you might encounter some scenarios that cannot be performed using the regular Selenium WebDriver command. In this cases, using JavaScript commands can prove to be extremely useful. That’s why I compiled a list with 7 of the most useful JS commands that can help you in your Selenium tests.