Keploy

@keploy

394 Points 0 Followers

67 Posts

0 Answers

Keploy is AI based test case and stubs/mocks generator for e2e testing. 90% test coverage in minutes with open source testing tool.

Keploy · 3 weeks ago

Upgrade Your Node.js Testing: Seamlessly Switch from Jest to Vitest

Jest and Vitest are two well-known JavaScript testing frameworks, each with its own strengths. Jest, created by Facebook, is especially popular for React applications. It provides a "ze...

Keploy · 4 weeks ago

What Is Acceptance Testing

Software testing that confirms if a system or application satisfies the necessary specifications and business needs is called acceptance testing. It is usually performed at the end of the so...

Keploy · 4 weeks ago

7 Best Test Automation Tools to Supercharge Your Software Testing Efficiency

Modern software testing now relies heavily on test automation, which helps teams produce reliable, error-free software more quickly and confidently. This makes selecting the appropriate inst...

Keploy · 1 month ago

Why Manual Testing Matters: A Complete Guide to Software Quality

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 automatio...

Keploy · 1 month ago

Developer's Guide to Smoke Testing: Ensuring Core Functionality

Imagine running a Python project without a requirements.txt file. Just as you rely on these checks to ensure everything runs fine, smoke tests are performed to confirm that your code is read...

Keploy · 1 month ago

Understanding and Creating 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 b...

Keploy · 1 month ago

Optimizing Node.js Code Coverage with NYC in Docker Containers

There are particular difficulties in getting NYC coverage from Node.js operating in Docker containers. This blog discusses the procedures needed to operate Node.js clusters in Docker and pro...
1

Keploy · 1 month ago

Step-by-Step Guide to Testing React Components with Jest and React Testing Library

Testing is checking if your code works the way it's supposed to. When you write a program, you have an idea of what it should do. Testing is the process of making sure it does that. It's lik...

Keploy · 1 month ago

Qa Automation in 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...

Keploy · 1 month ago

Bitbucket: Executing eBPF and Privileged Programs on Self-Hosted Instances

Bitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility in setting up pipelines, but there are limitations, part...

Keploy · 1 month ago

What is shift left testing?

In the world of software development, quality assurance (QA) is crucial for delivering reliable and robust applications. One of the most effective strategies to enhance software quality is...

Keploy · 2 months ago

Efficient DOM Manipulation with the Virtual DOM and Refs

The Secret to Fast and Responsive Websites Ever wondered why your favorite websites are so fast and responsive? It all boils down to how they handle DOM manipulation. The Document Object Mo...

Keploy · 2 months ago

Understanding Tdd vs Bdd : A Guide For Developers

TDD refers to Test Driven Development and BDD refers to Behavior Driven Development; are fairly similar development approaches that both emphasize testing and collaboration, yet have major...

Keploy · 2 months ago

Revolutionising Unit Test Generation With Llms

“Discovering the unexpected is more important than confirming the known.” – George E. P. Box As software systems grow in complexity, the importance of comprehensive testing cannot be over...

Keploy · 2 months ago

How To Use Covdata For Better Code Coverage In Go

When you run your Go programs or integration tests, numbers of raw coverage files are typically generated and dumped into a directory specified by the GOCOVERDIR environment variable. These...

Keploy · 2 months ago

7 Best Test Data Management Tools In 2024

In the rapidly evolving landscape of software development, efficient test data management (TDM) is crucial for ensuring high-quality applications. With the right Test Data Management tools,...

Keploy · 2 months ago

My Testing Journey with Jasmine and Mocha

We all know the why it's important to write clean, reliable code. But let's face it, catching bugs before they wreak havoc on our applications can feel like chasing after a greased weasel....

Keploy · 3 months ago

SSL Problem “Unable To Get Local Issuer Certificate”

In this age of modern era, where privacy is one of the biggest concern SSL/TLS certificates plays a vital for secure communication over the internet. They encrypt data, ensuring it is trans...

Keploy · 3 months ago

JSON Escape and Unescape

Now-a-days the data needs to be shared across different systems and platforms. One of the most common formats for this data exchange is JSON (JavaScript Object Notation). Understanding how...

Keploy · 3 months ago

Understanding Base64 Decoding

In the world of computer science and data transmission, encoding and decoding are fundamental concepts. One of the most commonly used encoding schemes is Base64. This encoding method is wid...

Keploy · 3 months ago

Understanding HTTP Status Codes

HTTP status codes are an essential part of web communication. They provide information about the outcome of a request made to a server. Whether you're a seasoned developer or a student just...

Keploy · 3 months ago

gRPC vs REST performance comparison

In the world of APIs, there are many different architectural styles for building APIs, and each one has its own benefits, cons, and ideal use cases, but two prominent approaches dominate th...

Keploy · 3 months ago

How to Check for Key Presence in a JavaScript Object

When working with JavaScript, you often deal with objects. Objects are collections of key-value pairs, where each key is a unique identifier for its corresponding value. Checking if a kеy е...

Keploy · 3 months ago

Mastering API Integration: Key Benefits and Best Practice

In today's digital world, applications need to communicate with each other to provide users with seamless experiences. This communication is often made possible through APIs (Application Pr...

Keploy · 3 months ago

Compare Two JSON Objects with Jackson

As a developer, you usually work with JSON data, and may need to compare JSON files. This might involve checking a list of products from the database against a previous version or comparing...

Keploy · 3 months ago

4 Ways to Include Comments in JSON

JSON or JavaScript Object Notation is a popular data interchange format used by developers to store and exchange data. It's lightweight, easy to read, and easy to parse, making it ideal for...

Keploy · 3 months ago

Python unit testing is even more convenient than you might realize

Introduction As software developers, we all write lots and lots of lines of code while building an application. But to ensure that each and every components work perfectly in the software, w...

Keploy · 3 months ago

Exploring Cypress and Keploy: Enhancing Test Automation Efficiency

As an Automation Enthusiats exploring in the realm of software testing, I've traversed a various tools and frameworks aimed at enhancing test automation processes. Because as the landscape...

Keploy · 3 months ago

Why Traditional API Testing Falls Short: A Comparison of Shadow, Production, and Replay Techniques

I want to share the story of how our team at a fast-paced startup tackled the challenge of API testing without any dedicated QA team, the roadblocks that we encountered, and how we ultimate...

Keploy · 4 months ago

Testing Bunjs Web Application With Cucumber Js And Keploy

In our previous blog, we explored how to build a modern web server using BunJs and Prisma, integrating robust authentication mechanisms with JWT tokens. Now, it's time to ensure our applicat...

Loading More Content