Getting Started with TestProject Java SDK
In this free tutorial, you will learn how to get started with TestProject Java SDK - an excellent resource for creating robust test automation using the Java programming language. I'll walk you through how to create your free TestProject account, how to download...
Testing JavaScript [Beginner to Expert]
MsTest vs NUnit: Which Should You Use And Why?
MsTest and NUnit are the two most popular unit testing frameworks in the .NET ecosystem. I always get questions from my students asking about which should be used and why. Let's talk about the advantages and disadvantages of each solution. Parallelization...
Black Friday Sale 50% Off! Biggest Sale Ever! On Our Best Selenium Java Course Ever
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,...
How Do APIs as a Service Work?
Those who are new to the world of application programming interfaces, or APIs, may still have an abstract understanding of how they work. To be fair, figuring out how an API is made and what it’s capable of isn’t as easy as for a physical product. It isn’t so easy to...
What is BDD, and how do we practice it?
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...
FREE LIVESTREAM: How to interview?
Interviews are a critical part of the recruitment process. If you don’t make a positive impression, you’re not going to get the job. It is as simple as that. In our “How to Interview?” livestream, we will ensure you master the art of interviewing so that you can...
Appium: Getting Started with Appium.
Must have documentation Appium Desired Capabilities that you can configure in your test automation codeAppium Desktop tutorial by J Lipps from 2017Appium code examples in all of the different languagesAppium tutorial series by Jonathan Lipps (Appium creator) Mobile...
5 Tips for Writing the Perfect IT Resume
Information technology resumes are unique from many other resume types. It’s important when applying for IT jobs, to use a resume that is technology focused. After all, you want to convince the recruiter that you are an expert in tech. Don’t you? While crafting an IT...
Selenium WebDriver with Java Complete Bootcamp Course 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...
How to install Maven on Mac OS
The Easy way Learn how to install Maven on Mac OS Following the instructions in this article The other way Download MavenExtract itMove the apache-maven-x.x.x folder to a permanent location. For example /Users/nikolay/apache-maven-3.6.3Open your bash_profile cd ~/...
Intro to Selenium WebDriver with .NET Core – Part 2
In this post we are going to cover how to write a Selenium test using Visual Studio for Mac and .NET Core. We are going to create a login test, as well as a Visual Studio Project. Really awesome! Right? Let's get it started! How to create a new test project in...
Less UI Automation Equals Greater Success
Automation engineers find ways to optimize their practice and to find the most reliable results. This is the difference between having confidence in a feature launch, going over-deadline and over-budget. As all engineers are aware, there’s a huge difference between...
Selenium WebDriver with Java Quickstart Resources
This is a list of resources for the Selenium WebDriver with Java Quickstart Course Resources. Introduction Source code for the entire course Tools Setup Common selenium errors postFB Automation CommunityGit GistsJava SE DownloadIntelliJ DownloadMaven downloadSource...
Most Common Errors In Selenium WebDriver Masterclass with C#
This guide covers the most common errors faced in the Selenium WebDriver Masterclass with C#. Use Ctrl + F, or the Table of Contents to find your issue and its solution. Visual Studio errors If you are using Visual Studio with C# and MsTest for your Selenium...
Stop Checking If Page Is Loaded In Automated UI Test
I recently had an excellent conversation with my bud Titus Fortner and realized that it's actually pointless to check whether a page has loaded. Since all automated browsers tests aim to mimic user behavior, at some point we will be making a UI interaction. At this...
How Manual Testers Can Do Automation With Cucumber Efficiently?
Are you thinking about having manual testers writing English-like Gherkin syntax using a tool such as Cucumber or SpecFlow for UI test automation? In this article I will outline the correct way to do it as well as advantages and disadvantages of different approaches....
How To Stay Productive While Working From Home
Since most of the world is now confined to the home office, it's still important to stay productive. I have been working from home full time for almost two years now and I have been running my blog on nights and weekends since 2013. I would say that I'm pretty good at...