Introduction: Efficient collaboration and effective conflict resolution are crucial for successful test automation projects. Katalon Studio, a powerful test automation solution, offers seamless integration with Git, a widely used version control system. In this blog post, we will explore the steps to enable Git integration in Katalon Studio and demonstrate how it simplifies collaboration and […]
Platforms and Technology
AWS Managed Microsoft AD
AWS Managed Microsoft AD: AWS Managed Microsoft AD is an Amazon Web Services (AWS) service that provides a managed version of Microsoft Active Directory in the cloud. It offers the familiar features and capabilities of Microsoft AD without the need for infrastructure deployment, management, and maintenance. Here are Some Key Features of AWS […]
Optimizely Configured Commerce – Technical Tips
A small tip can be a lifesaver when it comes to customizing a platform or an existing system. It’s crucial to first grasp the implementation details and then follow the correct path to add new functionality or make changes to existing features. However, if you’re unfamiliar with a particular area of the system and are […]
How to Migrate Data to Cloud Spanner using Striim
Businesses prefer the cloud over traditional On-Prem for their business apps for various reasons such as high availability, cost savings, enhanced security, etc. One challenge that needs to be addressed in planning for data migration is the need for continuous data ingestion in cloud storage. One of the most reliable ETL tools to address this […]
Observations From Making the Move From Jira to Azure DevOps: Key Differences, Pros and Cons
It’s a tale as old as time, or at least as old as Star Wars. I have “gone to the dark side” of project management platforms by dipping my toes in the Azure DevOps pool (spoiler alert, come on in! The water is fine). And while these two platforms can even be integrated with one […]
Data + AI Summit is in Full Swing!
The worlds largest Data + AI conference is underway at the Moscone Center in San Francisco! Perficient experts have been immersing themselves in all the conference has to offer. Whether it was the opening keynote with Databricks CEO, Ali Ghodsi or learning about brand new releases from the Databricks platform in breakout sessions, our leaders […]
Dealing with Wildcard SSL Certificates on Azure and Kubernetes
It is almost certain that any DevOps approaches the challenges of implementing SSL certificates at some time. Of course, there are free certificates, such as the well-known Lets Encrypt. As with any free solution, it has a number of limitations, all the restrictions are detailed on the certificate provider page for you to read. Some […]
Parallelism In Playwright
Introduction Tests are executed in parallel with Playwright Test. It executes numerous parallel worker processes to do it. Test files are by default run in parallel. The same worker process executes each test in a single file sequentially. Tests can be set up to run concurrently in a single file using test.describe.configure. Using testProject.fullyParallel or […]
Playwright Built-in Reporter
Introduction: Playwright Test was developed primarily to meet the requirements of end-to-end testing. Chromium, WebKit, and Firefox are just a few of the contemporary rendering engines Playwright supports. Test with native mobile emulation of Google Chrome for Android and Mobile Safari on Windows, Linux, and macOS locally or on CI, headed or headless. In this […]
Exploring the Power of Omnibug
In today’s digital age, where online experiences are becoming increasingly complex, ensuring the seamless performance and functionality of websites is of utmost importance. Web developers and digital marketers often find themselves faced with the challenge of identifying and resolving issues that impact user experience, such as broken links, tracking errors, or slow loading times. Omnibug […]
The Beginner’s Guide to Playwright Setup
Introduction: A playwright is an open-source test automation library that was initially created by Microsoft contributors. It supports programming languages like NodeJS, Java, C#, and Python. The most widely used combination of NodeJS and Playwright is JavaScript/TypeScript, which is available under the Apache 2.0 License. If you are new to the playwright, you can refer […]
Audio Description: Making Visual Content Accessible for All
In today’s world, accessibility has become an essential aspect of inclusive design. As we strive to make information and entertainment accessible to everyone, audio description has emerged as a vital tool for individuals with visual impairments. This blog post will explore the concept of audio description, its correct markup, and the disabilities that benefit from […]