During my 8 years of implementing Oracle Cloud HCM, I have found that many of my clients have shared a similar problem as they approached Go-Live. Months of work go into designing and tweaking so by the time the project ends, my clients are often subject matter experts. The issue they all face is sharing […]
Platforms and Technology
Maximizing Build Monitoring with Optimizely B2B Commerce Cloud: A Look at Two Powerful Approaches
Have you ever found yourself in the following situations: When you pushed your Extension changes in the Sandbox branch and wondering whether your build was deployed on Sandbox, Whether TeamCity picked up the right change-sets from the last build you pushed on the Sandbox branch, What happens when multiple team members pushed extension DLLs in […]
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 […]
Introduction to Copado in Salesforce
Copado Salesforce is a Premier Deployment and Release Management System that enables us to provide improved visibility and traceability of our Salesforce org. It also enables us to manage mistakes more effectively. Copado Salesforce provides the numerous tools and procedures that assist us in uniting all of these departments while also working in tandem to […]
Year in Review: Must Read EPM Posts
2023 is almost here! New goals, new projects, and technological advancements are right around the corner. But before we look forward, we should reflect on the past year. There has been some great insight posted by my Perficient colleagues that can be great resources for managers, analysts, and administrators within the Enterprise Management Performance space. […]
Salesforce Experience Cloud: A Powerful Solution to Manage Customer, Partner, & Employee Communities
Backdrop: The year 2021 saw enormous global upheaval and transition. The need to move to the digital world has never been more imperative than the pandemic. There was a paradigm shift in the digital ecosystem. In April 2021, Salesforce changed its Community Cloud for a more modern service. So, Salesforce built an exciting alternative. This […]
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 […]
Dynamic Merge in Snowflake using Stored Procedure and Python – For SCD Type 1
Creating Snowflake Account We can create a 30-day free trial account using below link. https://signup.snowflake.com/ SCD Type 1 In short, keeps the latest the latest data only and old data is overwritten. SCD Type 1 in Snowflake Let us consider we have a scenario to load the data into Target table from the Source table. […]
Simulate High-Scale Load for Applications with Azure Load Testing
Azure Load Testing Performance and Load testing are an integral part of the Software Development Life Cycle. These tests can be used to find performance bottlenecks, help right-size infrastructure, find the correct thresholds when setting up scaling mechanisms, and see how your application will react under an excessive load. Consider a retail eCommerce application gearing […]
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 […]