In this post, we will discuss how to Configure REST Assured with Eclipse in simple ways. In order to start our first script with REST Assured we should have our local environment ready. Things we need in order to start with REST Assured 1- System (Laptop/Desktop), any Browser and Internet Connection (That you already have) ;) 2- Java- Any version of Java will work, In this … [Read more...] about How to Configure REST Assured with Eclipse
Browser Navigation commands in Selenium with C#
Selenium WebDriver has already provided many browser Navigation commands like Back, Forward, Refresh method which help us to navigate easily. This post will walk you through different type of Browser Navigation commands in Selenium with C#. Browser Navigation commands in Selenium with C# Navigation Commands. Browser Navigation commands are used to perform navigation … [Read more...] about Browser Navigation commands in Selenium with C#
How To Create Selenium Test using NUnit Framework
If you have worked on Java then you must have used JUnit or TestNG for unit testing. In the same way we have NUnit which works in slimier way. This post will guide you complete details about NUnit and how to build Selenium Test using NUnit Framework. Before we start let us discuss few points so that you can understand everything. 1-What is Unit Testing? Unit … [Read more...] about How To Create Selenium Test using NUnit Framework
Complete Guide To Install Selenium Webdriver With C# with Visual Studio
When I started my Test Automation journey I started Selenium with Java and then I also explored Selenium with Python and with C# as well. Before we start Install Selenium Webdriver With C# let us discuss few things about what is Selenium and C# and few more points What is Selenium Selenium is a portable software testing suite for web applications. Primarily, … [Read more...] about Complete Guide To Install Selenium Webdriver With C# with Visual Studio
How to use FileHandler Class in Selenium for Screenshot
If you have upgraded to new version of Selenium 3.6.0 or newer version then you will not get new FileUtils class which we used to get in older versions of Selenium. FileHandler Class in Selenium for Screenshot and help us to copy screenshot from source to destination. FileHandler is new Class in Selenium which help us the to store screenshots, create directory and so on. You … [Read more...] about How to use FileHandler Class in Selenium for Screenshot