© 2023 Hashnode
#test-automation
View Part 2 https://slashqa.hashnode.dev/part-2-configuring-our-gradle-kotlin-dsl-cucumber-jvm-via-gradle Dependency Injection Dependency Injection is a design pattern that allows the program to injec…
Selenium is widely recognized as one of the top-performing web automation tools. However, its potential extends beyond testing, with numerous use cases leveraging its capabilities. One such applicatio…
As the complexity of our system under test increases, it will likely mean the number of our tests will keep growing exponentially. Large test suites mean longer test execution times. We can come into …
Smartphones are advancing at a rapid pace, and so are mobile applications. That’s why there has been a significant increase in the demand for mobile app developers. The market is indeed brimming with …
As an SDET, I have always been passionate about enhancing the software development process. In this article, I will discuss how to implement a continuous testing and integration approach in a software…
Introduction Network Traffic Monitoring is an essential part of web application testing, and Chrome DevTools provides powerful tools for monitoring network traffic. With Python and Selenium, you can a…
What is automation testing? Automation testing involves testing software and various products to ensure they meet client and organizational requirements. It helps companies verify the functionality of…
Introduction As a Senior SDET with overall nine years of experience, I've had the opportunity to design and implement test automation strategies across a diverse range of projects. Through trial and e…
In Part-1 of this tutorial, we learned how to intercept HTTPS Requests using MITM Proxy. In Part-2 will use a proxy Java Client (https://github.com/appium/mitmproxy-java) to intercept and capture requests from our automation framework. Wha…
Test automation is an essential part of the software development process. It ensures that software products are delivered quickly and with high quality. An effective test automation strategy can help …