As we learned in the last blog, how to set up Appium 2.0 from scratch and install Appium Inspector too. This blog will teach about Appium Inspector’s desired capabilities to start our Android apps. Appium Inspector is part of the Appium 2.0 framework used to inspect elements within mobile applications for automation testing. Appium Inspector enables […]
Platforms and Technology
Unleashing the Power of Custom Selenium Methods: A Guide to Stream Mapping
In the ever-evolving landscape of web automation, Selenium has emerged as a powerful tool for testers and developers alike. One key aspect of Selenium’s flexibility lies in its ability to accommodate custom methods, offering a clear approach to handling complex scenarios. In this blog, we will delve into the realm of developing custom Selenium methods […]
Streamlining Web Table Manipulation with Selenium and Java Streams
In the field of web automation, Selenium is a standout tool for engaging with web applications. Efficient sorting and filtering of data are essential when working with web tables. This blog post delves into the utilization of Selenium in conjunction with Java streams to adeptly sort and filter web tables, presenting a streamlined method for […]
Enhancing Test Efficiency: Blocking Unwanted Network Requests with Selenium CDP
In our ongoing journey through Selenium Chrome DevTools integration, we’ve explored mobile browsing simulation, real-time insights with Selenium CDP Listeners, intercepting and mocking network/API responses, and testing failed network requests. Our exploration now delves into enhancing test efficiency by addressing unwanted network requests. This blog will guide you through the process of necessary network calls, […]
Caldera Medical is Live on Oracle Fusion (Cloud) SCM and Financials
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, […]
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 […]