Skip to main content

Technical

Puzzle

The 1001st Piece in your 1000 Piece Puzzle: .NET Default Interface Functions

I recently worked with a client who wanted a reasonably large subsystem added to Optimizely that would add automated management to their content. While cutting the code for this, I found myself writing similar code across multiple classes. I had to write it that way: 1) The client was currently on CMS11 and didn’t have […]

Istock 491218012

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 […]

Istock 935964092

In TestOps, create and modify releases

Katalon TestOps allows you to create and edit releases natively, as well as link your test runs to them. Alternatively, if you have Katalon TestOps and Jira integrated, you can populate Jira releases in TestOps.   In TestOps, create a new release. Follow these steps to create a new release in Katalon TestOps: Log into […]

Group of web developers working in an office.

Overview Of TestOps In Katalon

Katalon TestOps is a high-end platform for QA orchestration, test analytics, and advanced reporting. Katalon TestOps provides dashboards and reports on product quality status. You can use Katalon TestOps to coordinate various software testing activities, cycles, and frameworks. This way, you can ensure software quality at every stage without sacrificing speed or requiring DevOps expertise. […]

Programmer Working In A Software Developing Company Office

How to Handle iFrames using Selenium

According to our State of Open-Source Testing 2020 Report, Selenium is by far the most widely used open-source automation framework for functional testing of web applications, with over 81% of respondents utilizing it. We’ll talk about iFrames in this blog, including what they are, how they differ from frames, and how to manage them using […]

Person Testing Different Business Processes

Sneak Peak of the SQL Order Of Execution

After writing SQL codes for a few years now, I noticed I used to make mistakes in the order of execution of SQL Queries. So here I am with my new blog on the same topic. Let’s jump in to understand the SQL order of execution & learn practical, correct ways to write SQL Codes. […]

Man on mounted desktop computer working.

Working with Cookies in Selenium Automated Tests

We’ll look at the Selenium commands in this blog that are used to work with cookies. Cookies, or HTTP cookies, are small data files that are saved on a user’s computer that include details about the user and their preferences on a particular website. Let’s get started and go over using cookies in Selenium. First […]

Technology

Create Workato Custom Connector Locally

Workato Introduction Workato is a low-code/no-code, cloud-based iPaaS Solution that is hosted on public cloud infrastructure from Google Cloud Platform and Amazon Web Services (AWS). It means everything you create here is a drag-and-drop application component that resides on cloud.  Workato Connector To achieve any automation in the Workato tool, we create a recipe. The […]

Mother And Daughter Having Fun

Perficient and Pega: Working Together to Support Caseworkers

Child welfare caseworkers are among the most overworked government employees, they shoulder the responsibility for the well-being and safety of our most vulnerable population – children. The work of today’s caseworkers is limited by disjointed processes and siloed data. These aging, disparate legacy systems do not support their work in a timely and efficient manner. […]

abstract circuit networking blockchain concept background

What Is Katalon Recorder? Overview & Tour Of Features

Katalon Recorder is a browser automation testing solution that offers a beginner-friendly and scalable option for start-ups and small-sized QA teams. What Is Katalon Recorder? Katalon Recorder is a free web extension for Record and Playback and browser automation testing that offers robust test creation and execution. As a Selenium IDE alternative, Katalon Recorder first offered […]

A technology developer working with code

Selenium Navigation Methods

Navigation Methods Let’s explore the category of Navigation Methods. It is a group of techniques for loading, refreshing, going backward, and moving forward in our browser’s history. After writing navigate() followed by the dot operator, each Navigation method is made available. The driver can access our browser’s history by writing navigate(). By the article’s conclusion, […]

Image009

Kubernetes Multi-cluster Management – Part 1

Introduction With more and more organizations adopting Kubernetes across multiple teams, the need for IT to provide a way for these teams to quickly provision and configure clusters is increasing fast. This is not only true in cloud environments but also at the edge, and from a practical standpoint, adding more clusters can become exponentially […]

Load More