Skip to main content
Author headshot

Grigor Avagyan

IT Engineer

Latest Content from Grigor Avagyan

What Is Selenium WebDriver? Blog

What Is Selenium WebDriver?

This blog will take a closer look at Selenium WebDriver, from its architecture to how you can script test with this tool.
Open Source Automation
Spock vs. JUnit: Which One Should You Choose? Blog

Spock vs. JUnit: Which One Should You Choose?

Spock and JUnit are both great testing frameworks for Java that can be used for API testing. But which one is best? Find out if whether you should use Spock or JUnit.
API Testing
How to Create Newman-Postman Command Line Integrations Blog

How to Create Newman-Postman Command Line Integrations

Learn how to use the Newman Postman integration to incorporate API test automation into various Continuous Integration platforms.
API Testing
What Is API Load Testing? Blog

What Is API Load Testing?

This blog post will explain how to do API load testing with Gatling for a REST API endpoint that uses the GET method.
API Testing, Open Source Automation
Tips For Cucumber API Testing Blog

Tips For Cucumber API Testing

Learn some best practices to configuring the execution of BDD tests through open-source frameworks, including Cucumber API testing.
API Testing
Spring Boot REST API Unit Testing With JUnit Blog

Spring Boot REST API Unit Testing With JUnit

Unit testing is an important part of REST API testing. Find out how to do JUnit REST API testing with Spring Boot.
API Testing