Karate is an open source library used to test the web services based on plain English in the text file …
WINIUM Desktop Automation Example – Java
Follow the steps to create automation scripts for Desktop application using Winium.WebDriver and Java. In this example I am using …
WINIUM – Selenium for Windows platforms
Winium is a Selenium based Automation Framework for Windows platforms – Winium for Desktop, Winium for Mobile, Winium.Mobile CodedUI Driver. …
Base64 Hashes using HMAC SHA256 – Java, Python
I was testing a Restful web services (API) which required the REST request must be singed with HMAC SHA256 signatures. …
JSON web token (JWT) implementation using Python
JWT (JSON Web Token) is an open source standard commonly used to transmit data between two services in a compact and …
Base64 Encoding and Decoding using Java, Python
In this post let’s see how can Base64 Encoding and Decoding works. This is widely used in API Testing for …
Jest Testing Framework – Asynchronous Tests
Jest is an open-source testing framework that has become increasingly popular recently. Developed by Facebook and built into the popular …
Jest Testing Framework – Using Matchers
In this section, we will see how to use matchers in Jest that let you test values in different ways. …
Jest Testing Framework – Adding Multiple Tests
In this section, will see how to add multiple tests and add multiple data sets to validate a function. In …
Jest Testing Framework – Setup
Jest is an open-source testing framework that has become increasingly popular recently. Developed by Facebook and built into the popular …