Introduction to Locust.io

locust

Introduction to Locust.io – Today we are going to introduce to you Locust.io. Locust is an open source performance testing tool. You develop your performance test scripts with Python. It allows you to distribute your performance test across different machine … Read more

TestNG ITestContext Usage

testng

Hello, I want to write about TestNG ITestContext class usage. TestNG offers the ITestContext interface to store and shared that kind of objects through test execution. I see that many people use inheritance in their automation project. That’s cool, that’s one of … Read more

Files API in JAVA 8

java

Java8 comes with a great Files API. Doing anything with folders and files are much easier than ever. You don’t have to use the File object packed with java.io package. Let’s take a look at that Files API in JAVA 8 … Read more