This illuminating article will delve deep into the intricacies of seamlessly extracting and channeling JSON values between API requests, i.e., request-response Chaining. From creating and parameterizing REST API requests to scripting a symphony of response interactions, we will illuminate every facet of the process. Brace yourself to witness the synergy of theory and practice as […]
Posts Tagged ‘Perficient GDC Nagpur’
Demystifying .gitignore in Katalon Studio: Managing Your Test Project Efficiently
In the world of software development and test automation, version control is your best friend. It allows you to track changes, collaborate seamlessly with your team, and ensure the integrity of your project. Git is one of the most widely used version control systems, and it’s an excellent choice for managing your Katalon Studio test […]
Integrate Library in Sitecore SXA
While working on Sitecore SXA projects, we came across a requirement where we needed to integrate a library in SXA without reinventing the wheel. Hence, we will check this thing using an example of integrating Bootstrap Modal in Sitecore SXA. So, multiple times, we encounter a need where some content must be displayed in pop-up. […]
Connecting with Customers: How to Effectively Send Salesforce Survey Forms
In the previous part of this blog, we’ve seen what Salesforce Survey is, how to enable it and How to Create a Salesforce Survey form. If you are not aware of the Survey forms, you can go with this link. In this part of this blog, we are going to explore the ways through which […]
Mastering Customer Feedback: A Guide to Salesforce Surveys
Introduction: In today’s world, we see that many businesses are emerging everywhere. It can be of any type. It establishes and grows. And, to grow, it requires customers and customers require satisfaction. Both things are interdependent. To keep a healthy relationship with customers, businesses use CRM (Customer Relationship Management) tool. Collecting feedbacks from customers is […]
A Comprehensive Guide to Implementing BDD testing in Katalon Studio
This article will explore how we can perform BDD testing in Katalon Studio. We will dive into creating a BDD Feature file and Step Definition file in Katalon Studio for a test case and perform execution of the test by two methods: Directly running the Feature file and utilizing in-built Keywords to run it from […]
Demystifying Test Case Creation in Katalon Studio: Record, Manual, and Script Modes
This article will explore Test case creation in Katalon Studio record, manual, and script modes. We will, step by step, create a test case for the login functionality of a sample website. Additionally, we will create a Test Suite and Test Suite Collection. Sample Website used: https://katalon-demo-cura.herokuapp.com/profile.php#login Katalon Studio is a versatile and user-friendly test […]
Introduction to Asset Classes and Understanding Types for Smart Investing
Introduction Investing is a crucial aspect of achieving financial goals and securing a stable future. When it comes to investing, understanding different asset classes is fundamental to making informed decisions. Asset classes are broad categories of financial instruments with similar return characteristics. Each asset class has its unique features, and by diversifying across various types, […]
Demystifying Einstein Bots in Salesforce : The Future of Customer Engagement
Introduction: A chatbot, often known as a bot, is a computer programme that replicates a human conversation, whether written or spoken, and can be a beneficial tool for automating interactions with users. Salesforce Einstein Chatbot is a chatting tool that is driven by Salesforce’s AI. This platform allows businesses to create and deploy chatbots in […]
Testing with Burp Suite’s Repeater
Burp Suite is a comprehensive toolkit for web application testing and one of its most powerful features is the Repeater. The Repeater is an interactive tool that allows you to manually modify and replay HTTP requests to a web application. It’s an essential feature for testing and debugging web applications and can help you identify […]
Testing with Burp Suite’s Intruder
Burp Suite is a popular tool for web application testing, and one of its most powerful features is the Intruder. The Intruder allows you to perform automated tests on a target, such as brute-forcing or parameter fuzzing. In this blog, we’ll take a closer look at Intruder in Burp Suite and explore some best practices […]
Sitecore Content Serialization Series – Episode 5 – Include and Rules Configuration
In the last episode, we installed all the Prerequisites and Configure the Modules. In this episode, we will talk about the Include and Rule configuration required for Sitecore Content Serialization. As we created a JSON file while creating a Module in the last episode, we will use the same JSON file to configure the Include […]