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 […]
Posts Tagged ‘Automation’
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 […]
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 […]
Welcome to Playwright World
Introduction: As test automation becomes more prevalent in Agile teams, it has grown in importance within the SDLC. New test automation technologies are entering the market as the scope expands. The market was previously dominated by proprietary tools like selenium. However, new open-source tools are now leading the market. Puppeteer and Playwright both share a […]
How to Test GraphQL API in PostMan
Postman is one of the most popular API testing tools. It also supports GraphQL APIs. In this article, we’ll look at how to send GraphQL requests using Postman. But before we start, If you don’t have any idea about what is GraphQL, Its advantages, and its features then I would recommend you to go through […]
Unlock the Power of Appian Objects
What Is Appian? Appian is a powerful and flexible platform that provides a range of tools and features to help developers build enterprise-grade applications quickly and efficiently. With Appian, developers can create applications for a variety of use cases, including business process management, case management, and data management. One of the key benefits of Appian […]
Deployment of Spring Boot App on Amazon EKS Using GitHub, Jenkins, Maven, Docker, and Ansible
Deployment of Spring Boot App This is a common use case scenario that is used by several organizations. I hope this detailed blog is helpful to understand the CI/CD process. Let’s get started and dig deeper into each of these steps. Step 1 — Create an Ubuntu T3 Large Instance Select an existing key pair or […]
Appian World 2023 Recap
Last week, our team attended Appian World, in San Diego. During the three-day conference, Appian partners, clients, and vendors got together to hear from Appian leadership, industry experts, and get hands-on experience with Appian platforms. The Perficient team learned about new Appian capabilities and technologies, heard new product announcements, and connected with peers and clients […]
Connect with us at Appian World 2023!
Appian World is only a few weeks away! The conference will take place at the Hilton San Diego from May 1-3 . Still not registered? Click here! Appian World connects business and IT leaders looking to stay ahead of the pace of change. Learn firsthand how to accelerate your business by discovering, designing, and automating your […]
Using Virtuoso Commands
As we learned in the last blog, how do we create Virtuoso Journeys and their checkpoints. In this blog, we will see some essential commands and how to use them in Virtuoso to write tests in Natural Language Syntax and by targeting a specific element. Virtuoso Tests Following the creation of Journey, test cases can […]
So… What is Ansible?
IT organizations are responsible for an ever-increasing number of applications, infrastructure providers, operating system versions, network devices, platforms, monitoring, ticket systems, and more. The challenges that go along with managing it can range anywhere from time-consuming to downright Sisyphean. The rising adoption of cloud services adds a financial component, a new challenge for many organizations […]