By parameterizing test objects, you can Use either Local or Global variables to Dynamically Update the locators of test objects. In the following situations, this feature is useful: You want to conduct a bulk action on a collection of related components without defining several Test Objects, like checking many checkboxes. However, because there are several […]
Software Development
Spark optimization techniques
Spark has been referred to as a “general purpose distributed data processing engine” and “a lightning fast unified analytics engine”. With its simple APIs, it simplifies the lives of developers and programmers. It is capable of handling upto petabytes of data and manages thousands of virtual or physical machines all at once. The Apache Spark […]
Cloud Testing With Selenium – Sauce Labs
“EXECUTE TEST CASES IN Virtual Machine which are not in your control” A Cloud Service Provider with one of the biggest grids for running Selenium and Appium test cases is Sauce Labs. Multiple operating systems, browsers, mobile emulators, simulators, and even actual devices are supported by Sauce Labs. According to the Sauce Labs Official Website, […]
Working with different data formats in PySpark
Apache spark supports many different data formats like Parquet, JSON, CSV, SQL, NoSQL data sources, and plain text files. Generally, we can classify these data formats into three categories: structured, semi-structured, and unstructured data. Let’s have a brief about each data format: Structured data: An Structured data set is a set of data Data […]
Handling ever changing source schema issues using Python and Snowflake
The problem statement: An organization having a lot of FMCG products, conducts campaigns in various cities across India. The main aim of this campaign is to promote the products and collect feedback from the customers both existing and prospective ones. The data is collected in excel files and loaded to a centralized location in the […]
Co-authoring in PowerApps (Canvas Apps)
As we know, one of the major limitations of PowerApps (Canvas mode) is that it does not allow multiple developers to work at the same time on the same app, but this Software as a Service (SaaS)-based app continues to supply new features and releases every year in April and October. The PowerApps technical team […]
SXA Styles and Variants
This is an overview on Sitecore’s SXA Styles and Variants. This is Sitecore’s way of styling components. SXA comes preloaded with out-of-the-box components that include Variants and Styles. You’ll probably need to customize some of these existing SXA assets, and add some of your own. *NOTE: Going forward, when I mention “styles” I’ll be referring […]
Creating a Custom Sitecore Pipeline Processor
Customization is Crucial One of the essential customization concepts in Sitecore is the ability to customize the flow of the application globally without having to add a rendering to every page or include code in a universal layout. Creating a custom Sitecore pipeline processor gives developers a way to inject their custom code into the […]
Using Docker to Simplify DevOps
Docker is an open-source project that has changed how we think about deploying applications to servers. By leveraging some amazing resource isolation features of the Linux kernel, Docker makes it possible to easily isolate server applications into containers, control resource allocation, and design simpler deployment pipelines. Moreover, Docker enables all of this without the additional […]
Understanding CRUD Operations in Dataverse with a PowerShell Script
Accessing Dataverse using PowerShell is helpful while data migration. This blog will provide you with the necessary links for creating and registering an app in Azure Active Directory (AD), as well as adding the app user to your environment. We’ll also go through how to use PowerShell to create, read, update, and delete a record […]
The Importance and Development of An Iteration Plan
As an agile Project Manager, you face a lot of pressure to assure your stakeholders that your project is on track. You are the one the client is calling saying, “are we going to finish this thing on time??” It is imperative to have documentation that can eliminate all doubt that you will. Enter the […]
Delivery Management in Medical and Healthcare Software Development
During the past couple of years, medical and healthcare software development has been growing due to the digital transformation of the healthcare industry. The growing trend of digitalization in healthcare is driven by consumer demand for efficient and advanced treatment solutions. The overall spending on healthcare is expected to grow by the year 2023, according […]