Performance Testing Tool & Types

Performance Testing Tool is a special type of software application that is used to generate the virtual traffic (load) on the software system. This software system could be a website, a middleware or a mobile application. The main objective of the Performance Testing Tool is to find out the performance of an application in terms … Read more

HP-UX Operating System Performance Counters

HP-UX Operating System Performance Counters

The HP-UX operating system is a server-based operating system developed and marketed by Hewlett-Packard (HP). It is a Unix-based operating system designed for the Hewlett-Packard 9000 series of servers. HP-UX is a robust, secure, and stable operating system that is widely used in corporate data centers. It is well suited for mission-critical applications, such as … Read more

MongoDB Performance Counters

MongoDB is an open-source, document-oriented, NoSQL database program. It is a type of database that stores information in a collection of documents, rather than in a traditional relational database. MongoDB is designed to be scalable, fast and provide high availability. It also provides a rich query language, allowing developers to query their data quickly and … Read more

Simulating Kerberos Authentications in NeoLoad

Kerberos is an authentication protocol that uses SSO (Single Sing-On) to secure networks and computer systems. It is developed by Microsoft as a part of its Kerberos protocol suite. It is a secure way of authenticating a user’s identity and granting them access to a network or system. Kerberos works by having a central authentication … Read more

Authentication Protocols

Authentication Protocol or Authentication Method is one of the hidden and unattended topics. Most of us have faced scripting challenges mostly in correlating the dynamic values. If the correlated script is passed in one go then we just proceed ahead without thinking about the type of authentication, but in case we stuck then it is … Read more

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