NashTech Insights

Anshita Mathur

I am Software Consultant - QA at Nashtech Global. I have completed my B.Tech from Jodhpur Institute of Engineering and Technology. I am familiar with the core concepts of Manual and Automation Testing and tools such as Postman, Selenium, Appium, and Gatling. I am looking forward to roles that will help me realize my potential by exploring the various aspects of this field.

Posts by categories

Posts by tags

Performance Engineering for Web Applications: Enhancing User Satisfaction

Introduction In today’s digital age, user satisfaction is paramount for the success of any web application. Users have high expectations when it comes to the performance of web applications, and even a minor delay or glitch can lead to frustration and abandonment. This is where performance engineering comes into play – a holistic approach to …

Performance Engineering for Web Applications: Enhancing User Satisfaction Read More »

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 »

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 »