NashTech Insights

RESTful API testing

Posts by categories

Posts by tags

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback

Introduction: In today’s fast-paced software development landscape, delivering high-quality applications quickly is paramount. One crucial aspect of ensuring the reliability and performance of modern applications is API testing. APIs (Application Programming Interfaces) serve as the backbone of most applications, enabling communication and data exchange between various components. Proper API testing is essential to identify issues …

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback Read More »

Building RESTful APIs with Kotlin and Spring Boot

Introduction In today’s digital landscape, building robust and scalable RESTful APIs is essential for modern application development. Kotlin, a versatile programming language, and Spring Boot, a powerful Java-based framework, make an excellent combination for creating high-performance APIs. In this blog, we will explore the process of building RESTful APIs using Kotlin and Spring Boot, complete …

Building RESTful APIs with Kotlin and Spring Boot Read More »

Close up of computer coding

Create Module in Private Terraform Registry with Azure Pipeline

Terraform Cloud provides the facility to store your terraform data. You can store your tfstate files on workspaces and keep the whole set of module packages with all tf files on the registry. The registry is both Public and Private. And here, we will deal with the private registry for creating terraform module. Prerequisites Basic …

Create Module in Private Terraform Registry with Azure Pipeline Read More »

Establishing a Continuous Integration (CI) pipeline for Rest Assured tests using git-lab for API testing

In this blog, we’ll look at utilizing GitLab, a popular web-based Git repository management tool, to set up a CI pipeline for Rest Assured test.  In modern software development, continuous integration (CI) is an essential technique that promotes code stability and quality. By automating the build, test, and deployment procedures, CI pipelines assist teams in …

Establishing a Continuous Integration (CI) pipeline for Rest Assured tests using git-lab for API testing Read More »

Everything you need to know about building an API Testing framework with Rest Assured

Hi Everyone,This blog will use Rest Assured to build a robust API automation testing framework. For this, we’ll implement the Data Driven Testing approach and create testing reports for it. The Objective of Designing a Framework We will need to keep a wide variety of files when automating test cases, including various endpoints, URLs, data-driven …

Everything you need to know about building an API Testing framework with Rest Assured Read More »