Author: Animesh Pathak
-
How to Use Assertions in Python Selenium for Testing
When writing test automation scripts in Selenium Python, verifying that the actual outcomes match the expected results is crucial. This is where assertions come into play. Assertions help ensure that your application is working as intended by checking specific conditions and halting execution if they fail. In this blog, we’ll break down the concept of…
-
How Exploratory Testing Can Improve Software Quality
In the fast-paced world of software development, ensuring top-notch quality is a must. One approach that has gained significant traction over the years is Exploratory Testing. Unlike scripted testing, exploratory testing focuses on real-time discovery, creativity, and problem-solving. In this article, we will understand exploratory testing, its benefits, techniques, and how tools like Keploy can…
-
Playwright vs Cypress: Choosing the Best E2E Testing Framework
In the world of web application testing, end-to-end (E2E) testing frameworks play a critical role. They allow teams to automate tests that simulate real user interactions, ensuring that applications behave as expected from start to finish. Two of the most popular tools in this arena are Playwright and Cypress. Both tools are designed for modern…
-
How to Create a Grafana Dashboard for Keploy: Easy Step-by-Step Guide
In today’s fast-paced development environment, efficient monitoring and visualization of test results are essential for ensuring the quality of your application. Keploy, a zero-code testing tool, simplifies test generation and integration, but how do you effectively monitor and analyze the test data Keploy generates? This is where Grafana, a powerful open-source analytics and monitoring platform,…
-
Migration Guide: From RestAssured to Keploy
If you’re tired of writing endless lines of repetitive code in RestAssured just to test your APIs, you’re not alone. API testing shouldn’t feel like pulling teeth, but let’s face it—REST Assured can make the process boring and unnecessarily time-consuming. But what if you could leave that grind behind? In this guide, we’ll show you…
-
Introducing the Keploy OSS Fund
TL;DR: Keploy is starting a fund to support open-source projects and maintainers. We’re giving ~$12,500 per developer at Keploy per year, in alignment with and inspired by Sentry’s OSS Pledge initiative. Why start an open source fund? Our team is composed of open source maintainers and contributors, our products are open source, and everything we…
-
All About Load Testing: A Detailed Guide
As businesses continue to digitize, the importance of load testing has surged, with the market witnessing a significant rise in the adoption of load testing tools. According to a recent report, the global load testing market is expected to grow at a CAGR of 12.5% from 2021 to 2026, reflecting the increasing demand for reliable…
-
Why Manual Testing Matters: A Ultimate Guide to Software Testing?
Manual testing is a fundamental yet essential process in software development where testers manually execute test cases without the use of automation tools. Despite advancements in automation, over 30% of global testing efforts are still carried out manually, according to industry research. As applications grow in complexity, many organizations face challenges, such as time-consuming test…
-
A Guide to Test Cases in Software Testing
In software development, test cases are essential components that validate the functionality, quality, and reliability of an application. Writing effective test cases ensures that the code behaves as expected in all scenarios, including edge cases, and can be confidently deployed into production. In, this blog will dive deep into test cases, covering different types, test…
-
QA Automation: Revolutionizing Software Testing
Quality Assurance or QA automation has become a game-changer in the software development process. Since it involves the use of automated tools and frameworks to execute tests on a software application before it is released into production, it ensures that the software meets the specified requirements and works as expected across different platforms and environments.…