We’ve broken down some of the most important email features below so you can start automating emails in Salesforce right away! Email Templates in Salesforce Salesforce email templates are reusable emails that can be linked to various types of automation. When other things happen in Salesforce, such as creating a new Opportunity, your customers […]
Technical
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 […]
Review of Industrial IoT Solutions – Part I
Introduction Edge computing and more generally the rise of Industry 4.0 delivers tremendous value for your business. Having the right data strategy is critical to get access to the right information at the right time and place. Processing data on-site allows you to react to events near real-time and propagating that data to every part […]
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 […]
5 Time Management Strategies to Implement as a Project Manager
Time management is a crucial part of success as a project manager. When your role requires you to wear many hats, as project management does, it’s important to be deliberate with you how spend your time. Often it can take months (or years) of experimentation to develop the perfect time management system for your work […]
Mitigation Planning: Preparation Tips for Time-off
Have you ever suddenly found that a person you depend on for a project is out on vacation? No matter your role on a team, a mitigation plan can be an ideal way to capture your expectations when it is your turn to take vacation. Your plan can provide guidance for how to handle certain scenarios, […]
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 […]
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 […]
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 […]
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. […]
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 […]
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. […]