In today’s fast-paced world of software development, automation is the key to efficiency. GitHub Actions is a powerful tool that can help you automate your workflow, saving you time and reducing errors. In this article, I’ll dive into what GitHub Actions is, how it works, and how you can leverage it to supercharge your development […]
Posts Tagged ‘Automation’
Selenium Driver Manager: Exploring the Latest Updates and Best Practices
Introduction The backbone of Selenium’s success lies in its ability to interact with various web browsers through specialised driver executable. These drivers act as middleman, enabling Selenium to communicate with browsers and execute commands. However, managing these browser drivers efficiently has always been a challenge. This is where Selenium Driver Managers step in, providing a […]
Efficient Test Case Creation with TestCase Studio
Introduction: Crafting effective and reliable test cases can be a complex endeavor, especially when dealing with dynamic web elements and evolving user interfaces. Here’s Selectors Hub’s TestCase Studio – a tool that empowers testers to build efficient and resilient test suites. In this blog, we will explore the features and benefits of Selectors Hub’s TestCase […]
Perficient Earns Low Code Application Development Specialization
Low-code application development continues to be critical for digital transformation. Perficient is committed to meeting the demands of our customers’ needs with highly skilled and specialized partnerships. We are proud to announce that Perficient has achieved a Microsoft Specialization in Low Code Application Development. This formally recognizes Perficient as a leading partner in Microsoft business […]
Sitecore Send Full Overview
This post is an overview of a composable Sitecore Send offering – an email marketing automation solution with no code campaign automation. Sitecore Send is an intelligent marketing automation platform with thousands of global customers that offers personalized customer experiences through email campaigns, workflows, and web personalization. It aims to be a global leader in […]
Effortless Data Integration: Step-by-step Editing and Running of Oracle EPM Cloud Pipelines
In my recent blog, Efficiency Redefined: How Oracle Cloud EPM Pipelines Can Streamline Your Business Process, I discussed how Perficient implemented a single streamlined process to organize the daily data load and processing jobs of one of our clients. Now, let’s review editing an existing Pipeline to add a new job, how to execute the […]
Efficiency Redefined: How Oracle Cloud EPM Pipelines Can Streamline Your Business Process
Oracle’s new Pipelines feature in the Enterprise Performance Management Cloud (EPM) applications was made available with the June 2023 update. Pipelines allow for organizing individual jobs into one overall procedure directly within the EPM application, even across multiple EPM applications. You can learn more about this new feature in a recent Perficient blog Oracle EPM […]
A Comprehensive Guide to Cross-Browser Device Testing using Virtuoso
Delivering a seamless user experience across different browsers and devices is essential in the quick-paced world of web development. Businesses who want to offer a smooth experience to all of their consumers must do thorough cross-browser device testing because users use web applications from a variety of platforms. In this article, we’ll look at how […]
Red Hat Ansible Accelerator
Automate with Ansible Most server management infrastructure tasks have been automated for some time, but network changes can still create a bottleneck. Red Hat Ansible enables you to automate many IT tasks including cloud provisioning, configuration management, application deployment, and intra-service orchestration. With Ansible you can configure systems, deploy software, and coordinate more advanced IT […]
Are You Getting the Most Out of Your Salesforce Marketing Cloud Investment?
Your brand now has Salesforce Marketing Cloud (SFMC) – congratulations! SFMC is a leader in the email marketing industry and extremely powerful for marketing communications. To ensure your brand is maximizing all capabilities is a full-time job, and leveraging the following can help. Maximize the available data This includes integrating your CRM data and utilizing […]
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 […]