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

Json Data Extraction in Postman

postman

Postman is a test tool to makes API development faster, easier, and better for development teams. It lets you automate your API tests and get early feedback in the development stage. Data extraction in postman article will cover two feature: … Read more