by Guest | Feb 2, 2022 | Automation, Automation Best Practices
This automation best practices workshop will help you learn the latest and greatest tools and techniques to drastically improve your web testing! For whom: For anyone who is looking to learn how to test a web application holistically from multiple angles....
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 | Jun 9, 2020 | Resources
This is a list of resources for the Selenium WebDriver with Java Complete Bootcamp Course Resources. Introduction Source code for the entire course Tools Setup Common selenium errors postFB Automation CommunityGit GistsJava SE DownloadIntelliJ DownloadMaven...
by Nikolay Advolodkin | Feb 17, 2020 | Selenium Problems
Are you struggling to get started with Selenium WebDriver in Java? Well this post will help you to resolve the most annoying Selenium WebDriver with Java errors. java.lang.IllegalStateException: The driver is not executable: …/chromedriver Error Message...
by Nikolay Advolodkin | Jan 19, 2018 | Selenium Webdriver
All of us love Selenium; however, it can only be used to test the applications on the browser. If you are working on a company that requires you to run multiple types of technology, it would be great if we can run a selenium test, scripts and Unit using one IDE. So...