Streamline CI Testing with Cypress: Simulating Camera and Microphone

Cypress is an open-source test automation tool favored for its speed and reliability in end-to-end testing of web applications. What sets Cypress apart is its ability to effortlessly simulate web camera and microphone access, a vital feature for testing WebRTC functionalities. Cypress captures insights by taking screenshots and recording videos during test runs, making it … Continue reading Streamline CI Testing with Cypress: Simulating Camera and Microphone

Setting up a simple Streaming Performance test with Jmeter

Introduction Streaming tests are a mandate in today’s digital landscape. The critical challenge is to ensure seamless and quality live streaming depends on a large number of factors like network, server capacity, live-streaming protocol, and notably the number of users streaming concurrently. In this blog, we learn a very simple yet efficient way to performance … Continue reading Setting up a simple Streaming Performance test with Jmeter

Building a Playwright JavaScript Framework with Page Object Model

Introduction Playwright is a popular JavaScript library for automating web applications. With Playwright, we can write automated tests for web applications using JavaScript, TypeScript, or any other language. One of the best practices for writing maintainable and scalable tests is to use the Page Object Model (POM) pattern. In this blog, we'll learn how to … Continue reading Building a Playwright JavaScript Framework with Page Object Model

Setting up a simple performance test with Jmeter

Introduction Performance tests can be daunting for the first-timer with little to no experience. Hopefully, this blog will help you to get started. We are going to use a simple open source API https://catfact.ninja/fact. Catfact is one of the most popular free APIs on which a simple performance test will be done. First Steps We … Continue reading Setting up a simple performance test with Jmeter