SCM | Supply Chain Management Migration to the Cloud – August 2023 Go Live! Caldera Medical, INC. Business Challenge + Opportunity Migrate existing footprint and business processes from Microsoft NAV into Oracle ERP and SCM Cloud (Fusion). In addition to migrating Caldera Medical to Oracle Cloud for their Finance (ERP) and SCM needs (Procurement, […]
Platforms and Technology
Optimizing Test Scenarios: Testing Failed Network Requests with Selenium CDP Commands
In our exploration of Selenium Chrome DevTools integration, we’ve covered simulating mobile browsing, harnessing real-time insights with Selenium CDP Listeners, and mastering the art of intercepting and mocking network/API responses. Our journey now advances into the realm of optimizing test scenarios by addressing failed network requests. In this article, we’ll navigate through a comprehensive guide […]
Adobe Target Recommendations Designs: Iterating Over $entityN.variable
Adobe Target Recommendations uses the open-source Apache Velocity Engine – with an emphasis on velocity – to retrieve recommendations data. A Recommendations Design is a specialized Target offer populated at runtime with the entities, i.e., products or items, to be displayed. This is done by incorporating Velocity Template Language (VTL) identifiers to denote entity attributes […]
AWS Glue Complete View
AWS Glue is a serverless data integration service that simplifies the discovery, preparation, and movement of data for analytics, machine learning (ML), and application development. With Glue, you can: Centralize data discovery and metadata management: Create a unified Data Catalog to identify and understand your data across diverse sources. Build scalable ETL pipelines: Visually develop and schedule […]
Appium 2.0 Unlocking: Complete Installing Walkthrough for Testers and Developers
In this blog, we will set up Appium plugins, Appium drivers, Appium Doctor, NodeJS, UI Automator, Appium inspector, and Android Studio to create our automation scripts for Android devices. Appium 2.0 is an Android platform tool where drivers and plugins are easily created. It will allow us to cover mobile applications, desktop Apps, and Flutter […]
Spark: Dataframe joins
In Apache Spark, DataFrame joins are operations that allow you to combine two DataFrames based on a common column or set of columns. Join operations are fundamental for data analysis and manipulation, particularly when dealing with distributed and large-scale datasets. Spark provides a rich set of APIs for performing various types of DataFrame joins. Import […]
Spark: Parser Modes
Apache Spark is a powerful open-source distributed computing system widely used for big data processing and analytics. When working with structured data, one common challenge is dealing with parsing errors—malformed or corrupted records that can hinder data processing. Spark provides flexibility in handling these issues through parser modes, allowing users to choose the behavior that […]
Spark: Persistence Storage Levels
Spark Persistence is an optimization technique, which saves the results of RDD evaluation. Spark provides a convenient method for working with datasets by storing them in memory throughout various operations. When you persist a dataset, Spark stores the data on disk or in memory, or a combination of the two, so that it can be […]
Intercepting and Mocking Network Responses with Selenium Chrome DevTools
In the dynamic landscape of Selenium Chrome DevTools integration, we’ve explored simulating mobile browsing and harnessing real-time insights from network responses using Selenium CDP Listeners. Building upon this foundation, our journey now ventures into the realm of intercepting and mocking network/API responses—a crucial skill for comprehensive web testing. In this article, we’ll embark on a […]
Perficient Quoted in Two Forrester Reports Exploring How Health Plans Can Better Engage Members
We often hear from our payer clients that, due to the highly matrixed nature of health insurance organizations, no one group feels that it truly owns the entire experience of its members. As many healthcare leaders know, this fragmentation can negatively impact the care journey, health outcomes, cost management, member attrition, and more. In its […]
Let’s Learn about API Security Testing
In today’s interconnected world, cyber threats are increasing day by day. Therefore, the importance of security testing cannot be ignored. Hence, API security testing is important in ensuring sensitive data and resources’ confidentiality, integrity, and availability. What is an API? APIs are the application programming interface. It is a type of software testing that analyses […]
Decoding Web Interactions: Unleashing Selenium CDP Listeners to Extract Network Responses
Introduction In the dynamic realm of Selenium CDP integration, where Selenium harnesses the power of the Chrome DevTools Protocol (CDP). We previously embarked on a journey to simulate mobile browsing using Device Metrics Override: Optimizing Web Testing: Mastering Mobile Simulation with Selenium CDP Device Metrics Override / Blogs / Perficient Building on that foundation, our […]