© 2023 Hashnode
#automation
Introduction: As developers and system administrators, we often find ourselves performing repetitive tasks that can be time-consuming and error-prone. Fortunately, shell scripting provides a solution …
Automation has transformed the way we work. It is the use of technology to perform tasks that we were doing manually. Due to Python’s robust libraries and simplicity, it has emerged as a highly favored programming language for automating ta…
It’s #day13 of the #90daysofdevops Challenge under the guidance of Shubham Londhe Sir. Here I have covered the need of Python in DevOps, Basics of Python, its different data types of Python. Tasks: I…
Introduction Parametrization is a useful technique that enables writing basic test scripts and reusing them for multiple data sets. It allows testing multiple scenarios with different inputs, instead …
Automated testing has become an integral part of software development processes. To perform automated testing with Selenium, we use a Selenium automation framework. In this article, we'll discuss how …
Continuous Integration and Continuous Deployment/Delivery (CI/CD) is crucial in software development as it helps ensure quality of code and swift delivery of applications. In this article, we'll focus…
One of the biggest challenges of testing large web applications is writing maintainable and scalable test code. This is where the Page Object Model (POM) design pattern comes in handy. By using POM, w…
Spring Boot is a popular Java framework used for building standalone and production-ready applications. It provides a faster and easier way to set up and develop web applications using a range of pre-…
Selenium is a powerful open-source automation tool used for testing web applications. It provides a suite of libraries and APIs that support testing of web applications in different programming langua…
Shell scripting in Linux involves writing a series of commands in a text file, which can then be executed in the command-line interface (CLI) of the Linux operating system. These scripts can be used t…