Imagine as a Quality Analyst, you begin your day of testing. You log into Sitecore Content Editor, create a page, name it, and open it in Experience Editor but receive a white screen “Our Services are unavailable.” You investigate and see a deployment happening to your environment, which is DEV. All this has taken 10 […]
Quality Assurance
5 Banking Trends We’re Forecasting for 2023
2023 has commenced, and rates are climbing, inflation is bubbling, and banking customers are continuing to demand hyper-personalized products and experiences from their institutions. Here are five banking trends we’re forecasting for the new year. 1. Banks are focused on efficiency initiatives to optimize their operations and lower costs. Three prominent areas where there is […]
Introduction to Scrum Methodology
Introduction This read provides information to the enthusiastic readers the knowledge of scrum Scrum is an Agile model framework. Agile is the best when we need to work quickly. Scrum is an agile method that enables us to concentrate on providing the greatest value to our business in the shortest possible time. It lets us […]
QA Test Management using Xray Tool
Xray is the leading Quality Assurance and Test Management Jira plugin, which helps companies in effective and efficient testing. It is the best test management tool that covers the entire testing life cycle: test planning, test specification, test organization, test execution and test reporting. Before diving deep into Xray, we will first see Test Management […]
Using Katalon to Handle Static and Dynamic Test Objects
Introduction Test Objects are one of the most important components of a successful automation project. Some are static (do not change at all), while others are dynamic (they are dependent on some dynamically changing parameters). This tutorial demonstrates various approaches for dealing with various types of test objects. Requirements In the Script view, you […]
Integrating and setting up Git
Git is a critical version control system. Assume your Katalon Studio automation project includes two or more people. In that case, you should manage change and configuration on your test project with Git or another source control system. To improve team collaboration and productivity, you can share a Git repository with multiple team members. […]
Running Automated Tests in Parallel with TestNG
Running automated tests in parallel can be a time saver. There are 2 aspects I will be discussing: the first one refers to using data providers, while the second one implies that you are grouping and running tests using XML suite files. Using data providers Whenever a test method receives parameter values through a data provider […]
Selenium Pros and Cons for Automation Testing
In this blog, we’ll go over what Selenium is, why you should use it, and its benefits and drawbacks. What Is Selenium? Selenium is a free (open-source) framework for automating test execution that is used to assess online applications. Selenium implements itself through a unique driver to each browser, accepting commands and sending them to […]
Using Git commands using Katalon
Publish a non-Git local project as a Git repository. Share Project is a step in the process of configuring Git for your new Katalon Studio project. In the main toolbar, select Git > Share Project. The Katalon project generates .git folder and gitignore files. Commit Users can view all current changes and choose which ones […]
Failure Handling in Katalon
What is Failure Handling in Katalon? Failure handling settings allow users to specify whether Katalon Studio should continue running in the event of an error during execution. Katalon Studio currently supports the following failure-handling options: Continue on Failure: Katalon Studio will continue regardless of any errors that occur during its execution. The step with errors […]
Comparison between Selenium 3 and Selenium 4
In this blog, I will evaluate the Selenium 3 and Selenium 4 architectures before highlighting a few Selenium 4 benefits. I will also go over the new features added to Selenium IDE, Selenium WebDriver, and Selenium Grid in Selenium 4. The fundamental cause for Selenium’s upgrading is the W3C WebDriver Protocol, which is the most […]
Why You Should learn Katalon Smart Wait
For Selenium WebDriver fans, there is Good News, test scripts can be run continuously Without the need for Time Lag Debugging. Since version 7.0.0, the Smart Wait functionality of Katalon Studio is equipped to handle Selenium wait issues without the need for additional code. To address the issue, Katalon Studio version 7.0.0 created and implemented […]