|
By Abhishek Kushwaha
The Zsh shell is a powerful and versatile command-line interface that enhances user productivity with its advanced features and customization options. Among the essential commands in any shell environment is the ‘ls’ command, which lists directory contents. However, users often seek alternatives to the default ‘ls’ command to overcome its limitations and enhance their workflow.
|
By Swapnoneel Saha
Python is one of the most popular programming languages and choosing the right Integrated Development Environment (IDE) is essential for an efficient workflow. Whether you are a beginner or an experienced developer, choosing the right and best IDE is important because each developer’s needs are unique, whether working on scientific projects, professional applications, or simple scripts. Let’s check out the top 5 best Python IDE as of 2024.
|
By Abhishek Kushwaha
Unit testing is important because it checks small parts of code to make sure they work right and finds bugs early. It’s important to do these tests before releasing an app. This guide will cover unit testing with Mocha and Chai.
|
By Tvisha Raji
Every software application undergoes rigorous functional and non-functional testing to meet business requirements. When we talk about delivering top-tier software, performance is key. How fast does it run? How stable is it under pressure? Can it scale with growing demand? Does it remain reliable when pushed to its limits? These questions are at the core of performance testing, and that’s where benchmark testing steps into the spotlight.
|
By Tvisha Raji
Let’s Take an e-commerce platform, where there are different services for user authentication, product catalog, and order processing. These services communicate through APIs. For example, the order processing service needs to get product details from the catalogue service. Contract testing ensures that the agreement between these services—specifying what data the order service expects from the product catalogue service—stays consistent.
|
By Tvisha Raji
Performance testing t is a major part of software testing and involves understanding how the software handles expected errors, which is integral to quality assurance. There are multiple free and open-source tools we can discuss in the blog, but let’s start with why we even need performance testing.
|
By Abhishek Kushwaha
API testing is an essential aspect of contemporary software development, ensuring that the interfaces between various components and systems function correctly. In this blog post, we will dive into some of the top free API testing tools that every developer should know about! From basic HTTP clients to comprehensive testing suites, these tools cover a wide range of needs and skill levels, helping developers create more robust and reliable applications. Get ready to supercharge your development process!
|
By Animesh Pathak
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 and scalable applications.
|
By Abhishek kushwaha
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 "zero-config" setup, built-in code coverage reporting, and snapshot testing, making it a complete solution for many JavaScript projects. Vitest, a newer framework in the Vite ecosystem, is known for its speed and lightweight design. Using Vite’s dev server, Vitest performs very well, especially in larger projects.
|
By Abhishek kushwaha
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 software development life cycle, after unit testing and integration testing have been completed. The main goal of acceptance testing are to : Instead of the development team, end users, business stakeholders, or customers frequently conduct acceptance testing.
|
By Keploy
Istio Ambient Mesh is a massive overhaul of Istio's data plane architecture. The goal is to simplify operations and make it more cost effective to run a service mesh like Istio in production. In this video we will look at: 1] What are the challenges of a traditional service mesh sidecar approach? 2] Take a look at how Istio Ambient Mesh Solves that problem.
|
By Keploy
Outline/Structure of the TalkStructure: Introduction to Theoretical Models: A quick rundown of the Testing Pyramid, Testing Trophy, and Testing Honeycomb, and what they're all about.
|
By Keploy
Looking for an automated test solution that offers unparalleled accuracy? Meet Keploy, your AI-driven API test engineer. Here's a description for "Introducing Keploy | Your Automated API Test Engineer: AI-Driven Edge Cases & No Hallucinations ".
|
By Keploy
Talking about Open Source, and Git was still new Open Source VCS. Today 93% of devs use it to build & deploy software.
|
By Keploy
Looking for an automated test solution that offers unparalleled accuracy? Meet Keploy, your AI-driven API test engineer. Here's a description for "Introducing Keploy | Your Automated API Test Engineer: AI-Driven Edge Cases & No Hallucinations ".
|
By Keploy
The resurgence of Artificial Intelligence (AI) in recent years owes much to a pivotal moment: the publication of a groundbreaking paper by Google. This event underscores the significant role of Open Source in advancing AI technologies. In this presentation, we delve into how Open Source is not just influencing but also shaping the landscape of Generative AI (GenAI). However, our focus extends beyond the traditional dichotomy of Open Source versus proprietary technologies. Instead, we explore the complementary nature of both realms in fostering the development of the AI ecosystem.
|
By Keploy
GitOps enhances the DevOps experience/process. My talk is based on GitOps. I will be explaining GitOps workflow, its use cases and how companies can incorporate GitOps in their organization. I will share my experience on how I started using GitOps and what problems it is solving. I will be giving a small demo on GitOps concept to show how deployment can be done with the use of GitOps in Kubernetes. This will help developers, organization and each individual.
|
By Keploy
Combinatorial testing is a crucial technique for ensuring software reliability by efficiently testing various combinations of input parameters. However, manual creation and execution of test cases for all possible combinations can be time-consuming and impractical. To address this challenge, this talk introduces an open-source tool designed to streamline combinatorial testing processes, maximizing test coverage while minimizing effort.
|
By Keploy
In the world of microservices, networking and Observabilty is always a challenge, often there are different methodologies used. A service mesh is something that standardizes this. Istio service mesh is a mature framework that runs in K8s and provides a standard interface for this In this session we will do a istio 101 and go over how a service mesh helps with microservices and hybrid architectures.
|
By Keploy
In this video, We will be seeing how to create testcases of popular JavaScript runtime and Toolkit BunJS based application.
- October 2024 (8)
- September 2024 (4)
- August 2024 (7)
- July 2024 (6)
- June 2024 (9)
- May 2024 (18)
- April 2024 (17)
- March 2024 (2)
- February 2024 (9)
- January 2024 (2)
- December 2023 (2)
- November 2023 (1)
- October 2023 (1)
- September 2023 (1)
- August 2023 (2)
- July 2023 (1)
- March 2023 (3)
- February 2023 (2)
- January 2023 (2)
- March 2022 (2)
- February 2022 (1)
Keploy is a developer-centric backend testing tool. It makes backend tests with built-in-mocks, faster than unit tests, from user traffic, making it easy to use, powerful, and extensible.
- Combined Test Coverage: Merge your Keploy Tests with your fave testing libraries(JUnit, go-test, py-test, jest) to see a combined test coverage.
- EBPF Instrumentation: Keploy uses EBPF like a secret sauce to make integration code-less, language-agnostic, and oh-so-lightweight.
- CI/CD Integration: Run tests with mocks anywhere you like—locally on the CLI, in your CI pipeline, or even across a Kubernetes cluster. It's testing wherever you want it!
- Multi-Purpose Mocks: Use 'em in existing tests, as server tests, or just to impress your friends!
- Record-Replay Complex Flows: Keploy can record and replay complex, distributed API flows as mocks and stubs. It's like having a time machine for your tests—saving you tons of time!
Give your teams the tool they need to move faster.