Introduction: Icons serve as vital elements in user interfaces, enriching the visual appeal and providing intuitive navigation cues. In the context of Salesforce Visualforce, you can leverage the power of Glyphicons, an extensive set of icons offered by the Bootstrap framework, to elevate the design and enhance the usability of your Visualforce pages. This blog […]
Posts Tagged ‘GDC Nagpur’
Introduction to Fine-Grained Tokens (Beta) vs Tokens (Classic) in GitHub
Introduction: GitHub is a popular platform for hosting and collaborating on software projects. One of the essential features of GitHub is its authentication and access control mechanism, which includes the use of tokens. Traditionally, GitHub has offered personal access tokens, known as “Tokens (Classic),” for authenticating and authorizing API requests. Recently, GitHub introduced a new […]
Embracing the Future: Exploring Natural Programming Languages for Test Automation
Democratizing Test Automation through Natural Programming Languages: While conventional testing automation tools wield considerable power, they require specialized skills and knowledge. Enter natural programming languages in testing designed to bridge the chasm between technical complexity and user-friendly interfaces. These languages strive to simplify the testing process by harnessing human language, empowering testers across all […]
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 […]
API Testing with Apache JMeter: Comprehensive Guide
APIs (Application Programming Interfaces) indeed play a crucial role in modern software development, enabling different applications to interact and exchange data seamlessly. In the contemporary world of technology, APIs have evolved into the fundamental backbone of modern software businesses, serving as the essential means of communication and data exchange between various applications. While you may […]
Dealing with Flaky Tests in Katalon Studio
Automated testing has become an integral part of the software development process, helping teams deliver high-quality applications faster. Flaky tests, those unpredictable and intermittent test failures, can be a source of frustration for developers and QA teams. In this blog, we’ll delve into flaky tests in Katalon Studio, a popular test automation tool, and explore […]
A Comprehensive Guide to Cross-Browser Device Testing using Virtuoso
Delivering a seamless user experience across different browsers and devices is essential in the quick-paced world of web development. Businesses who want to offer a smooth experience to all of their consumers must do thorough cross-browser device testing because users use web applications from a variety of platforms. In this article, we’ll look at how […]
Working with Library Checkpoints in Virtuoso
Introduction: To expedite the testing process and increase productivity, it is essential to create effective and repeatable test scenarios for online applications. A unique feature called “Library Checkpoints” is available in Virtuoso, the cutting-edge autonomous testing platform, and it enables testers to build modular, reusable test stages. The idea of Library Checkpoints, their benefits, and […]
Testing with Burp Suite’s Spider
If you’re a web application testing or security professional, you’ve likely heard of Burp Suite. This powerful tool is widely used for web application testing and is a go-to for many professionals. One of the most useful features of Burp Suite is its spidering functionality, which allows you to quickly and easily map out a […]
Demystifying Package.xml: Tips and Best Practices for Salesforce Metadata Management
When working with the package.xml file in Salesforce, it’s crucial to understand its purpose and structure. The package.xml file defines the metadata components that need to be retrieved or deployed using tools like Salesforce DX, Metadata API, or the Force.com Migration Tool. Important Tips and Best Practices for Working with the Package.xml File: Understand Metadata […]
Burp Suite: A Step-by-Step Guide to Using 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 how to use Intruder in Burp Suite, step-by-step. Step […]