Introduction In this follow-up blog, we will explore the remaining condition types available in the ConditionType enum. Understanding these additional condition types will further enhance your ability to create robust and flexible test automation scripts in Katalon Studio. Each condition type serves a unique purpose in defining criteria for identifying and interacting with web elements, […]
Platforms and Technology
Understanding Java Enum ConditionType in Katalon Studio. Pt1
Introduction Katalon Studio’s ConditionType enum is a key feature that allows testers to define specific criteria for interacting with web elements. This flexibility is crucial for creating robust and reliable automated tests. The ConditionType enum provides a variety of condition types, each serving a unique purpose in the identification and interaction with web elements. We’ll […]
Striving for the Application Development Specialization with Google Cloud Platform
Specialization is critical for Perficient in vetting itself as a contender in the hotly-contested Fortune 2000 digital transformation consulting industry. Without it, our clients and customers cannot be certain that the experts we engage to successfully deliver mission-critical technical solutions have the necessary skills to ensure success. In layman’s terms, a partner specialization for Google […]
Dev Tutorial: Building a Shared Navigation With Help from AEM Headless Services | Part 2
In part 1 of this series, I walked through the setup of a simple navigation component (HTL). This component’s model uses a service to provide a list of navigation link elements. This results in the author only needing to select a starting path, without having to add each link manually. What’s more, we set up […]
Part 2: Read and Validate PDF Text Content in Browser Using PDFBox and Selenium
Validating the content of PDF files that an application generates is a common task while testing web applications. To do this, utilize PDFBox, a Java library for managing PDF documents, in combination with Selenium, a potent web automation tool. This post will demonstrate how to use PDFBox and Selenium to read and validate PDF text […]
Part 1: An Overview of the PDFBox Library
Apache PDFBox is a versatile open-source library designed to work with PDF documents. It is widely used in various Java applications to create, modify, extract, and print PDF documents. In this part, we will provide a theoretical overview of the PDFBox library, highlighting its key features, components, and typical use cases. Key Features of PDFBox […]
Testing Visualforce Pages in Salesforce
Testing Visualforce pages is essential to ensure the quality and reliability of Salesforce applications. As a QA professional, it’s important to understand the unique challenges and best practices involved in testing these pages. This blog will explore different methods and tools for testing Visualforce pages, highlighting the importance of both manual and automated testing. Why […]
Testing Lightning Components from a QA Perspective
Testing Lightning components is a crucial step in ensuring the quality and reliability of Salesforce applications. As a QA professional, it is essential to understand the unique challenges and best practices involved in testing these components. In this blog, we will explore the various approaches and tools available for testing Lightning components, highlighting the importance […]
Mitigating REST API Challenges with GraphQL Adoption
Let’s kickstart our discussion on GraphQL by delving into the shortcomings of REST API. After all, if REST API were flawless, GraphQL wouldn’t have been necessary. Challenges Inherent in REST API Over the years, it has become evident that there are significant challenges associated with REST, and these problems are : Fixed entity structure Request […]
AWS Systems Manager (SSM)
It provides a unified interface for viewing and controlling your infrastructure, automating tasks, and managing configurations. Here are some key features and components of AWS Systems Manager AWS Systems Manager Core Components: Run Command: Executes commands on instances. State Manager: Maintains desired state configurations. Parameter Store: Stores configuration data and secrets. Automation: Automates workflows and […]
Advanced API Testing Part 2: JSON Schema Validation, Serialization & Deserialization Techniques
Welcome to Part 2 of our series on Advanced API Testing with Rest Assured. In this segment, we delve into three critical aspects of API testing: JSON Schema Validation, Serialization, and Deserialization. These advanced techniques empower developers and testers to ensure the reliability and efficiency of their APIs. Let’s explore how Rest Assured simplifies these […]
Advanced API Testing Part 1: Payloads & Rest Assured Framework
Introduction to Rest Assured Framework In today’s API-driven development landscape, testing RESTful APIs is a critical aspect of ensuring application functionality and performance. The Rest Assured framework is a powerful and easy-to-use Java library that simplifies testing REST APIs. Leveraging a fluent API allows developers to write readable and maintainable tests. By the end of […]