Category: community

  • Know about Record and Replay Testing

    Know about Record and Replay Testing

    Automated testing makes the whole testing process easy and fast. Record and Replay testing make that process easier and quicker. Record and Replay, otherwise known as codeless automation, is a way to run tests without programming knowledge. Record and replay testing has been around for a while. People are now becoming more familiar with it,…

    by

    in
  • The Game of Shadow Testing: The Core of Test Generation

    The Game of Shadow Testing: The Core of Test Generation

    What is Shadow Testing? The term "Shadow Testing" has become necessary for tech companies nowadays as they have to keep their customers their priority. Rather than testing new features directly on all customers and then making adjustments based on their feedback, companies choose to first test these features on a small group of users. This…

    by

    in
  • Mastering GitHub Webhooks: Automate Notifications & Stay Informed

    Mastering GitHub Webhooks: Automate Notifications & Stay Informed

    We all like shopping, right? Let me tell you of this one time I really wanted to get myself thigh high black boots and when I checked on Amazon, the boots weren’t available in stock. But I was really desperate so I would check Amazon twice or thrice everyday, to the point that it became…

    by

    in
  • How To Securing APIs And Protect Sensitive Data ?

    How To Securing APIs And Protect Sensitive Data ?

    As the number of securing APIs used by businesses continues to grow, so do the security threats. To ensure that your APIs are well-protected and that sensitive data is not compromised, it is essential to take the necessary precautions. In this blog article, we will discuss some key steps you can take to securing APIs…

    by

    in
  • SOAP vs REST API: Choosing the right API protocol

    SOAP vs REST API: Choosing the right API protocol

    What is an API? So let’s first take a look at what API is all about. So an API, which stands for Application Programming Interface, is like a messenger that allows different software applications to talk to each other and share information or functionality. Now that you got an idea of what an API is…

    by

    in
  • Simplifying JUnit Test Stubs and Mocking

    Simplifying JUnit Test Stubs and Mocking

    What’s the first thing that comes to your mind when you hear "mocking"? Is it an expression when you laugh by making fun of something? Well, If yes, don’t worry you are not alone as I thought the same initially. But, with time I understood the meaning of mocking concerning testing. So, let’s unfold the…

    by

    in
  • Terminologies Around API fellowship

    Terminologies Around API fellowship

    API fellowship Terms Here are some common terminologies used in the context of API fellowship: API: An application programming interface (API) is a set of rules that specifies how two software systems should communicate with each other. It defines the types of requests that can be made, the data formats that can be used, and the…

    by

    in
  • My Keploy API Fellowship Journey

    My Keploy API Fellowship Journey

    I was talking with my friend about API the other day as he is learning Android development, and was telling me how to fetch data from different apps. For an instant, he didn’t know the full-form but knew how it worked.( not completely) I reached home and decided that I wanted to learn a little…

    by

    in
  • What is unit testing anyways?

    What is unit testing anyways?

    Introduction: Unit testing is a technique of testing that emphasizes testing a particular piece of code. Unit testing is mainly done to test the functionality of a block of code i.e to check whether the code does what you expect it to do. But does that mean we have to test every functionality individually? An…

    by

    in
  • What is e2e testing for beginners and Why do you need it?

    What is e2e testing for beginners and Why do you need it?

    ## Introduction When building a product, testing is one of the most important factors to ensure it remains performant and reliable. Most bugs and issues can be caught early—before your code ever reaches production—if the right testing practices are in place. There are many types of tests, each serving a different purpose. In this article,…

    by

    in