In this blog, we’ll examine the top Selenium automation techniques from beginning to end. One of the most successful projects for testing a web application is, by far, Selenium. Ideal Techniques We must choose which test to automate before automating a test script. Virtually all test cases cannot be automated. Due to the abundance of […]
Platforms and Technology
Smart XPath with auto-healing in Katalon Studio
Katalon Studio 7.6.0 introduces Self-healing to replace Auto-healing Smart XPath for Web test execution. Katalon Studio’s most recent version is available for download. Install the Smart XPath Auto-healing Plugin Go to the Katalon Store and download the Auto-healing Smart XPath plugin. After installing the plugin successfully, launch Katalon Studio. Select Reload Plugins from the Profile […]
Perficient Mobile Solutions Director Quoted in Forrester Report
Perficient colleague Jonathan Crockett, director of mobile solutions, was quoted in the recent Forrester report Pinpoint The Costs When Sourcing A Modern Mobile App. In the report, Forrester examines the many factors which impact the cost of developing mobile applications and provides guidance for reducing cost and development time. The report was published as an […]
Inserting into AWS Dynamo DB with Lambda function
This article will help you to understand how to insert records into AWS dynamo DB with the help of the lambda function. What is Dynamo DB? Amazon DynamoDB is a fully managed NoSQL database service that allows to the creation of database tables that can store and retrieve any amount of data. It automatically manages the […]
Comparing the Different Selenium Switching Techniques
Before we go any further, let’s understand why and when the switch method is used for. Frames, notifications, and windows can be switched using Selenium Switch Methods. Before performing an action inside the frame, alert, or window, our Test Script needs to switch. If we don’t switch, an exception is raised by the application. switchTo() […]
Give Your React Native Apps a Titanium Shield Against Vulnerabilities
React Native is a popular and exciting framework to build robust mobile applications. React Native allows you to build cross-platform, rich UI apps that almost looks like native apps. It offers less complexity building new apps in short amount of time and ultimately with great savings at cost as well. Oh, and did I mention […]
Explore the Pros and Cons of Katalon Studio
Learn how to use Katalon Studio to automate the testing of web and mobile apps, which is as simple as using an excel file. After discussing all of Katalon Studio’s features and products in the previous blog, it’s time to examine its strong and weak points. Advantages of Using Katalon Studio Workflow integration with CI/DevOps […]
Perficient Mentioned in Forrester Trends Report: Low-Code Addresses the Developer Shortages
Many organizations are struggling with finding skilled software developers for their development teams. To help increase the number of developers, one of the strategies emerging in the market is low-code platforms. Low-code platforms reduce the need to write code and increase the speed at which applications can be built and deployed. Essentially, low code puts […]
AnsibleFest 2022 Wrap Up
Red Hat AnsibleFest 2022 took place October 18-19 showcasing new updates to Red Hat’s automation software. The Ansible Automation Platform is an open-source IT automation tool that automates provisioning, configuration management, application deployment, orchestration, and many other manual IT processes. These capabilities, paired with current updates, improve Ansible’s offerings and give customers with what they […]
Leveraging Red Hat Ansible Automation Platform for Operational Efficiency
Ansible Automation Platform is an open-source IT automation tool that automates provisioning, configuration management, application deployment, orchestration, and many other manual IT processes. Unlike more simplistic management tools, Ansible users (like system administrators, developers, and architects) can use Ansible automation to install software, automate daily tasks, provision infrastructure, improve security and compliance, patch systems, and […]
Getting Started with ServiceNow – Performance Analytics
Why Performance Analytics? It is crucial for an organization to have reliable and efficient services. However, such services are not always easy to use and may not have the visibility, alignment, and reporting that you are looking for. With the help of ServiceNow’s performance analytics, you can quickly and effectively make decisions with pre-built KPIs […]
Openshift (OCP) Multi-Node Cluster Using AWS Infrastructure
A collection of nodes or machines operating jointly is known as an OpenShift Cluster. A Master and a Worker node are the two types of servers that make up Kubernetes’ top level. These servers may be physical servers or virtual machines (VMs) (Bare metal). These servers work together to form an OpenShift cluster, which is […]