NashTech Insights

Rest Assured

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 »

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 »

Managing data in Rest-Assured with CI/CD:Best Practices and tips

In this blog, we will look into how we can manage the date in Rest Assured(Curd operations) with Gitlab-CI/CD Rest Assured is a Java package that is used for API testing and it is also a Java library that supports JSON and XML-based Web services, also supports CRUD requests and can be used to validate …

Managing data in Rest-Assured with CI/CD:Best Practices and tips 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 »

Building a Dashboard for Rest Assured Test Metrics with Grafana: Tips and Tricks

I hope you are doing great these days. Let’s learn something new. In this blog, we will  Build Grafana Dashboard for Rest assured test metrics and learn about the Tips and tricks used. So before creating the dashboard or building a dashboard for Rest Assured test metrics with Grafana, you will need to have the …

Building a Dashboard for Rest Assured Test Metrics with Grafana: Tips and Tricks Read More »