UI testing

UI Testing with Karate

Reading Time: 3 minutes Hi there, This blog aims to throw some insight on an incredible framework for UI testing i.e Karate UI. That’s right, it is Karate. In this blog, we will explore the capabilities that Karate offers in the field of UI testing. Let’s first know what Karate really is. What is Karate DSL? To define Karate DSL, in simple words, we can say that it is Continue Reading

Karate Vs. Selenium

Reading Time: 3 minutes Hi there, This blog aims to throw some light on the comparison between Karate UI testing framework like Selenium. In this blog, we will try to explore both the frameworks and the shortcoming that we may or may not face while doing some hands-on work on these. Why Karate? Karate is a relatively new open source framework for testing Web services. Even though Karate is Continue Reading

Writing First Test with cypress

Reading Time: 2 minutes Hello everyone, In some of our previous posts we have discussed what is cypress? How to setup cypress? How cypress is different from selenium? Today we will discuss how to write the test cases with cypress to automated an e-commerce use case. Writing your first test with cypress In our first test we will implement the following use case: Visit an e-commerce site https://www.amazon.in/ Search for Continue Reading