Little known ways of creating an automated check using Webdriver in Browser Stack with C#
I. How to set up a Visual Studio unit test project for automation testing? Open Visual Studio and click "New Project" to start a new project. For those of you that are new to Visual Studio, a project can represent a collection of things such as classes and tests. On...
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...
Quick and easy steps on how to turn boring into amazing testing scripts
Automation testing scripts are indispensable. Not only it can help you run your tests with greater speed and productivity, but also it will help you in your career as a software tester. Step 1: Assess the Application Before all great automation efforts comes planning....
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...
Be a Pioneer, Start Building an Automation Framework Now!
How to build an automation testing framework? Grab this complete Selenium Webdriver with C# course and start building your own testing framework.
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...