Google WebPageTest API – A Practical Example

WebPageTest Report

In my previous article, I have shared a simple way to capture the custom client-side performance metrics using Selenium + Javascript Navigation API. In this article, I have shared the details on the key capabilities & instructions on setting up NodeJS wrapper for Webpage Test API and executing a scripted test. WebPageTest API This is … Read more

Common Mistakes In Performance Testing

Performance Test Execution and Monitoring In this article, we are highlighting a few points on what can be avoided for better performance when we test and monitor a load test. In this phase, virtual user scripts are run based on the number of concurrent users and workload specified in the non-functional test plan. Monitoring should … Read more

Performance Testing Cheat Sheet

Performance Testing Cheat Sheet

This Performance Testing Cheat Sheet will help you to quickly revise all the critical performance testing terms in a simple way: Basic Performance Metrics: Performance Test Type Performance Testing Life Cycle: Commonly used Performance Testing Tools: Commonly used Monitoring Tools: Commonly used APM Tools: Common Bottlenecks: What to monitor? Performance Testing Law/Rules: Basic Terminologies:

How to Test a MongoDB Cloud Database?

When working with cloud databases, you can have more room to focus on your code since many of the backend processes are handled by the database provider. These include security monitoring, storage allocation, and creating backups of your data. MongoDB’s cloud database, named Atlas, belongs to this category. It is a fully-managed database that allows … Read more