automation

person in white shirt using computer

How to write automation scripts for POST Method using REST ASSURED

Reading Time: 2 minutes POST Method: POST method is used to send data to a server to create/update a resource. The data sent to the server with this method is stored in the request body of the HTTP request. REST ASSURED: Rest Assured enables you to test REST APIs using java libraries and integrates well with Maven. It has very efficient matching techniques, so asserting your expected results is pretty Continue Reading

close up photo of person typing on laptop

Playwright framework and its benefits

Reading Time: 3 minutes What is the Playwright framework: Built by the Microsoft team, It is a framework for end-to-end testing and automation, slowly gaining popularity. Moreover,It is an open-source test automation library and It’s easy to set up, feature-packed, and one of the fastest, most reliable frameworks. Not only is it versatile and easy to work with, but it has lightning-fast execution speeds and some great features that are Continue Reading

Getting Started with Ansible Tower: Quick Install

Reading Time: 3 minutes Hi Readers, we are very much familiar with Ansible and its usage. But today in this blog we will try to understand the basics of another version of Ansible, which is Ansible Tower. Ansible Tower is derived from the AWX project. We will learn the what and why of this tool in this blog. What is Ansible Tower? What makes it special? Installation There are Continue Reading

Beyond Cost Reduction: How RPA helps retain your best talent by reducing process debt?

Reading Time: 4 minutes Introduction Organizations have come a long way using various application systems built on Information technologies and will continue to build more systems by exploiting every new technology. However, obsolescence and lack of systematic adoption to new processes create process debt or overhead to the organization. This is due to multiple dependencies on specific (older) technologies, specific individuals, and statutory compliance.  This burden increases over time Continue Reading

data codes through eyeglasses

How to manage multiple clusters using ArgoCD

Reading Time: 2 minutes ArgoCD is a declarative, GitOps based Continous Delivery (CD) tool for Kubernetes. It focuses on the management of application deployments, with an outstanding feature set covering several synchronization options, user-access controls, status checks, and many more. It has been developing by intuit in 2018. Prerequisite Installed kubectl command-line tool Have kubeconfig file Git repo Installed ArgoCD here Setup the clusters on GKE or EKS (where Continue Reading

How to implement the Page object model using Cypress?

Reading Time: 3 minutes Let’s discuss, how to implement the page object model using Cypress? To implement the page object model using Cypress we have to understand POM. Page Object Model is a design pattern where the page objects are separated from the automation test scripts. Page object model has been used. The code will be made reusable. Hence, Cypress is having the feature to enable POM. Therefore, In POM we Continue Reading

docker

Create the Docker image from the Dockerfile present on Github

Reading Time: 3 minutes In this we will write a dockerfile which is present on the github and with that we are creating the docker image . Docker image is build on your dockerhub repository . We can say that we are setting up automated builds . Github Github is a specific open-source version control system created by linus torvalds in 2005 . It is distributed version control system Continue Reading

gray laptop computer showing html codes in shallow focus photography

When to go for ansible and when for terraform

Reading Time: 2 minutes Before we go with use-case of both terraform and ansible , lets first focus on basic . Ansible :- Ansible is the open source software configuration management tool that provide simple but poweful automation for cross-platform computer support . This allows you to configure not just one computer, but potentially a whole network of computer at once , using it require no programming skills . Continue Reading

Quality assurance Ops- Is it software industry’s future?

Reading Time: 3 minutes Quality has become a concern when it comes to software development. Quality assurance Ops- integrates the QA processes, automation, and QA Reporting dashboard with the Software Development Lifecycle (SDLC) process. Hence it means giving importance to the testing team in the SDLC process. Thus here in this blog, we will get to know the answer for Quality assurance Ops- Is it the software industry’s future. Continue Reading

Automation in Headless mode | Tech

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, how to run an automation script in headless mode for Gmail login. Basically, A headless browser executes a script without UI(Graphical user Interface). It can run without a real browser means in the system, if a browser is not installed still script will be executed with the help of headless. In this case, parallel execution Continue Reading

How to run selenium test in different browser with docker

Reading Time: 4 minutes In the post, we have to elaborate how to run the Selenium test with Docker and execute both in Chrome and Firefox browsers. And We will also understand why we should run The Selenium tests in Docker? Basic Points There are few Basic Points that need to start the and install the docker Basic Point Of Docker : we can understand the high level of Continue Reading

Ways to Handle Log-in Pop-up in Selenium Webdriver

Reading Time: 3 minutes Welcome again! Ever think of handling Log-in Pop-up via Selenium? Let’s take a quick overview of the scenario. What’s the need for automating log-in Pop-up? For security reasons, some of the web pages did not have access to normal users. As only authenticated users with correct credentials can access web pages. We can automate this by using selenium. What the pop-up mean and where it Continue Reading

Uploading & Downloading files in Selenium using AutoIT

Reading Time: 3 minutes It will help you to have a Setup the AutoIT tool in window machine and also help to Uploading & Downloading files in Selenium using AutoIT in window GUI. Prerequisites Java as the programming language AutoIT as the automation tool Maven as the build tool WebDriver as the browser automation tool IntelliJ as the IDE What is AutoIt? AutoIt is a scripting language implemented for windows GUI automation. Using the Continue Reading