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