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 […]
Posts Tagged ‘PerficientGDCNagpur’
Workato Partner Delivery Bootcamp 2023
This blog will discuss my experience attending the 2023 Workato Partner Delivery Bootcamp in Bangalore. This was the first time Workato has organized such an event for Strategic partners in India. As a Strategic Partner of Workato, Perficient was invited to join their event to discuss the roadmap, future statistics, and share strategies. It all […]
Exploring JEST React Testing Library: A Complete Overview
Welcome to the comprehensive guide on mastering JEST React Testing Library! In this tutorial, we will explore the ins and outs of the JEST React Testing Library, a powerful tool for testing React components. Whether you are a beginner or an experienced developer looking to enhance your testing skills, this guide will equip you with […]
How to Connect Node JS with MySQL Database
Node.js is a popular open-source JavaScript runtime environment used for building web applications. On the other hand, MySQL is a widely used relational database management system. In this blog, I will guide you through a step-by-step process on how to connect Node.js with a MySQL database and workbench. Step 1: Install Required Software Before we […]
Type-checking Made Easy: Exploring PropTypes in React
In React development, ensuring proper data validation is crucial for building robust and reliable applications. One powerful tool for type-checking is PropTypes, a built-in feature in React that enables developers to validate the props passed to components. In this blog, we will explore the concept of type-checking with PropTypes, understand its benefits, and provide brief […]
Building Quality in Salesforce: Exploring the Apex Testing Framework
Apex Unit Test: Why do we need to write test classes in Salesforce? In Salesforce, writing test classes is an essential practice for ensuring the quality and reliability of your code. They are specifically used to test the functionality of your Apex classes, triggers, and other components. Test Classes or a Test Method verify whether […]
Understanding the Context API in React: Simplifying State Management
Introduction The Context API in React allows components to share data with each other, even if they are not directly related. It helps avoid the problem of passing data through many components by letting components access shared data directly. It helps in preventing the prop drilling problem. Consider the diagram to represent a chain of […]
Introduction & Use of B2C Commerce Template in Experience Cloud Salesforce
Introduction: B2C Commerce Template is a pre-built framework available in Experience Cloud that allows businesses to create and manage their online store for business-to-consumer (B2C) commerce. It provides a platform for building feature-rich, customizable, and mobile-responsive websites for selling products to consumers directly. What is B2C Commerce? B2C means business-to-consumer ecommerce, also known as retail […]
How Does Coveo for Salesforce Integrate?
Coveo for Salesforce Integrates: Boosting Your Salesforce Experience As a business, you need a platform that can help you manage your customer data and interactions with ease. Salesforce is a popular CRM platform that helps businesses to manage customer relationships effectively. However, using Salesforce alone may not always be enough. That’s where Coveo comes in. […]
Unboxing the Box-Sizing Property in CSS
Box-sizing property in CSS Box-sizing is a CSS property that helps us set the height and width of an element. Sometimes, when we set the height and width of an element, it doesn’t work as expected. In such situations, we can use the box-sizing property to adjust the element’s size. Box-model: The Box-model is a […]
Using Salesforce Trailhead to Improve Your Development Skills
What is Salesforce Trailhead? Salesforce Trailhead is an excellent resource for developers to improve their skills and knowledge in Salesforce development. It offers various modules, trails, badges, and projects that provide hands-on practice in developing and customizing Salesforce applications. It includes a range of modules covering numerous Salesforce development-related topics, including Apex programming, Visualforce, Lightning […]
Introduction to Accessibility Insights in Accessibility Testing
Introduction to Accessibility Insights The Accessibility Insights extension for Chrome is a tool that helps developers and designers test the accessibility of their web applications. The extension is designed to work with the Accessibility Insights for Web tool, which is a suite of automated and manual accessibility testing tools that can be used to identify […]