During the implementation of OneStream application, Implementation Consultants and Administrators create different security groups based on the client’s security access requirements. However, as the project progresses from one phase to another, these security groups may become obsolete or redundant. Security groups are assigned to different objects in the application to enable users to access certain […]
Platforms and Technology
Scala: mutable data structure
Scala, a programming language that combines object-oriented and functional programming paradigms, provides a variety of mutable data structures. Mutable collections such as ArrayBuffer and HashMap facilitate in-place modifications, making them well-suited for situations demanding high-performance, mutable structures. They present a conventional alternative, providing a mutable counterpart to their immutable equivalents. All the mutable scala collections […]
Morgan Stanley Supercharged Its Customer Journey. Learn How at Adobe Summit 2024!
Adobe Summit 2024 is right around the corner, and we’re excited to sit down with the executive director and head of marketing applications at Morgan Stanley Dorothy Joseph on March 27 at 11:30 A.M PST at The Grand Lux Café in The Palazzo. Perficient’s Jay Jackson, director of Adobe Digital Marketing and CDP, will host […]
Adobe AEMaaCS Integration with OpenAI Assistants API Demo
About the OpenAI Assistants API The OpenAI Assistants API allows you to build AI assistants within your own applications. An Assistant has instructions and can leverage models, tools, and knowledge to respond to user queries. The Assistants API is designed to help developers build powerful AI assistants capable of performing a variety of tasks. Different from […]
Scala: Immutable data structure
Scala, a programming language that combines object-oriented and functional programming paradigms, provides a variety of immutable data structures. Immutable data structures are those that cannot be modified after they are created, which can be beneficial for ensuring safety and simplicity in concurrent or parallel programming. Here are some commonly used immutable data structures in Scala: […]
Introducing AI Visual Testing in Katalon
Introduction As technology continues to advance, ensuring the highest possible quality in software applications becomes increasingly critical. To address this challenge, Katalon, a renowned test automation platform, introduces AI Visual Testing — a game-changing innovation that enhances the speed and precision of UI testing. Understanding Visual Testing Visual testing is a software testing technique that […]
Dynamic Element Handling in Salesforce UI with Katalon Studio
Salesforce is a widely used customer relationship management (CRM) platform that offers a range of tools and services to help businesses manage their customer interactions effectively. One key aspect of Salesforce is its user interface (UI), which includes various dynamic elements designed to enhance user experience and streamline workflows. Understanding Dynamic Elements in Salesforce UI […]
Differentiating Between Dialog and Design Dialog in AEM
AEM components dialog is the most important part of AEM. We cannot reuse components without the AEM components dialog. What is a Design Dialog? A design dialog is a special kind of dialog that is available only in page design mode in AEM. It allows authors to customize the design of a component by adjusting […]
Streamlining Web Automation: A Comprehensive Guide to Using AutoIT with Selenium
In the realm of web automation, handling various scenarios like file upload, file download, and various Windows GUI operations can be challenging. AutoIt, a powerful scripting language and automation tool, seamlessly integrates with Selenium to tackle these challenges. This blog provides a detailed guide on installing and configuring AutoIT and demonstrates its usage with Selenium […]
Importance of Cyclone Testing
Software testing is a method to validate that the produced software is working as expected as given in the requirements and to make sure that the product is free from bugs. it is nothing but running the application/system under both normal and abnormal conditions and comparing the result against Requirement/functionality. At the same time, we […]
Parameterize Your Automated QA Test Scenarios With Cucumber
Creation of automated QA test scripts in Cucumber provides a low barrier of entry for your QA team. What is Cucumber? Cucumber is Behavior-Driven Development tool that uses Gherkin for scenario syntax. Gherkin is a simple, non-technical language designed for easy maintenance and readability. Gherkin can easily integrate with open-source tools like Selenium, Appium for […]
Date and Timestamp in Spark SQL
Spark SQL offers a set of built-in standard functions for handling dates and timestamps within the DataFrame API. These functions are valuable for performing operations involving date and time data. They accept inputs in various formats, including Date type, Timestamp type, or String. If the input is provided as a String, it must be in […]