NashTech Insights

Sujeet Kumar Srivastava

I am a seasoned automation testing professional having sound knowledge of automation testing methodologies and tools. I have good understanding in designing and implementing test frameworks, creating test plans, and executing automated tests across multiple platforms and devices. I am always charged up for picking up & learning new things. On a personal front, I am fitness enthusiast and loves to play volleyball.

Posts by categories

Posts by tags

Measuring Performance Metrics in Distributed Testing: Key Indicators to Track

Hello Folks,Distributed testing is an integral part of software development and quality assurance processes. As applications and systems become complex day by day, ensuring they can withstand the load and perform optimally under various conditions is of paramount importance. Distributed testing facilitates the simulation of real-world scenarios by distributing the testing load across multiple machines …

Measuring Performance Metrics in Distributed Testing: Key Indicators to Track Read More »

Monkey Testing with Selenium

In software testing, it is crucial to ensure the stability and reliability of web applications. While traditional testing techniques cover many scenarios, they may not always uncover hidden bugs or edge cases. This is where monkey testing comes into play. it involves random and exploratory testing, where the application is bombarded with unpredictable inputs to …

Monkey Testing with Selenium Read More »

Using Docker to run K6 and Integrating with GitLab

Hey Folks,In today’s software development fast moving landscape, it is crucial to have a robust and efficient testing strategy. K6 is a popular open-source load testing tool, allows you to create and execute performance tests with ease. Docker, on the other hand, provides a lightweight containerization platform that simplifies application deployment and management. Additionally, GitLab …

Using Docker to run K6 and Integrating with GitLab Read More »

K6 for monitoring using netdata

Hey Folks, In today’s fast-paced digital world, monitoring the performance of applications and websites is crucial for maintaining an optimal user experience and identifying potential bottlenecks. K6 is a popular open-source load testing tool that allows us to simulate realistic user traffic, while Netdata provides real-time monitoring and visualisation of system metrics. Combining these two …

K6 for monitoring using netdata Read More »

Best Practices for Efficient K6 Scripts

Hello Folks, Performance testing is an important aspect of software development, helping testers ensure that their applications can handle heavy loads and maintain performance under stress.K6 is an open-source load testing tool that is widely used for performance testing and provides testers with an easy-to-use interface for writing performance tests. However, writing efficient K6 scripts …

Best Practices for Efficient K6 Scripts Read More »