How to design test cases for testing? Part 1

How to design test cases for testing? Part 1

In today’s IT world, the lines between developers and QA Engineers are being blurred. With the emergence of Agile, Test Driven Development, Continuous Integration, and many other methodologies, software testing is becoming even more critical. To support daily...

How to fix common Selenium errors?

How to fix common Selenium errors?

Here you will find the most common Selenium WebDriver errors and the solutions to those errors. Enjoy 👍 Selenium C# errors Element is not clickable at point (X, Y). Other element would receive the click... Error Message...

The Best Tool to Create Awesome Automation Testing Code

The Best Tool to Create Awesome Automation Testing Code

Something amazing happened to me recently! I am always learning, growing and exploring other resources. And recently I stumbled upon an amazing Visual Studio productivity tool called ReSharper. According to JetBrains, the creators of ReSharper, "ReSharper makes...

Why you need Tor browser in automated testing?

Why you need Tor browser in automated testing?

What is Tor Browser? Well, Tor browser is cool because it allows you to browse the web anonymously. If you take a look at your IP address in a Tor browser, you will notice that it's not the actual IP of your computer. In fact, your IP might come from a completely...

The Ultimate Guide to Parallel Testing with Selenium Webdriver

The Ultimate Guide to Parallel Testing with Selenium Webdriver

Introduction Parallel test execution involves running a suite of automated tests in parallel as opposed to sequentially. You don’t execute your tests one by one. Rather, you take the entire batch and split it up amongst multiple servers so that each server can run a...

Get in touch with us!