Quality Testing
Thursday, April 26, 2018
Headless Browser : Run test in headless browser
›
Problem Statement: Your scripts execution takes a lot of time and you want to reduce this execution time. How: Headless browser is a pro...
Wednesday, April 4, 2018
Soft Assert or Multiple Assert in C# using Nunit
›
Soft Assert or Multiple asserts is required in few cases where a user wants his test to continue if an assert fails. Usually, a tester has ...
Wednesday, February 21, 2018
Integrate Jenkins with Selenium, Java and Maven
›
We all know the purpose of Jenkins but how to integrate it with a selenium project which uses Java and Maven. Prerequisite: Install Java,...
Grouping the tests and setting the priorities using TestNG annotation
›
Usually, a tester needs to execute the tests in a group as per requirement and in that group, tests are required to execute in a predefined...
Tuesday, January 16, 2018
Powershell command to change properties file
›
1. To update App.properties file with Key=Value pair $data =[io.file]::ReadAllText("C:\Resources\ConfigFiles\app.properties...
Monday, April 17, 2017
Different methods to scroll down a window in selenium test (code is in C#)
›
Sometime we used to scroll down a window as per our automation requirement and we have following methods to do it: Method 1: Using Act...
Saturday, April 15, 2017
Sikuli with C# - Sikuli works when others fail
›
Writing this blog as I found it very beneficial. In one particular scenario, where I have to click on a tile (on a web application), I tr...
2 comments:
›
Home
View web version