BlazeMeter, continuous testing platform, is a perfect solution for your performance needs. BlazeMeter is an open-source tool that supports Web, Mobile and API implementations. You can perform large scale load and performance testing with the ability to tweak parameters to suit your needs. We will learn step by step process on using BlazeMeter for API […]
Quality Assurance
Getting Started with Azure DevOps Boards and Repos
The previous blog post explored the initial steps of setting up Azure DevOps, creating projects, and navigating the Overview section. Now, let’s delve deeper into the other core sections of the Azure DevOps interface, Boards, and Repos, each playing a crucial role in your development lifecycle. Read the first part of the blog here: A […]
How to Seamlessly Migrate from Appium 1.x to Appium 2.x: A Comprehensive Guide
The most recent iteration of the Appium mobile automation framework is Appium 2. This edition includes numerous enhancements, new features, and improved performance. This tutorial will guide you through upgrading from Appium 1.x to Appium 2.x, stressing the advantages and providing code samples to illustrate them. Unlike Appium 1, Appium 2 does not have built-in […]
A Beginner’s Guide to Azure DevOps
Introduction Azure DevOps is a complete collection of tools and services that assist in the development, testing, and deployment of software applications. There is a list of services presented, which includes version control, agile planning, build automation, and release management all with integration on a single platform. In this beginner’s guide, we’ll take a look […]
Part 2: Understanding Selenium Python and Page Object Model Using PyDev in Eclipse
What’s Page Object Model (POM)? The goal of the Page Object Model design pattern is to decrease the amount of work required for code maintenance and to lessen code duplication. All web pages that underwent end-to-end UI automated testing have page classes built for them under the Page Object Model. An object-oriented class that acts […]
Part 1: Setting Up Page Object Model for Selenium Automation with PyDev in Eclipse
Introduction to Selenium Web application testing is the primary use of Selenium, an open-source program that may be used for various tasks, such as web scraping and automating tedious tasks. Apart from supporting multiple programming languages, including Python, Java, C#, and others, it provides a suite of tools for automating web browsers across various platforms. […]
Acceptance Criteria – Part 2 of User Story
This blog is the second post in a series about leveraging user stories to improve product outcomes. In this post, we will explore how acceptance criteria can be used to define the scope and requirements of user stories. What are Acceptance Criteria? Acceptance criteria, or AC, are the minimum level of expectations that need to […]
AI Automation Testing: A Deep Dive into Katalon Studio’s StudioAssist Feature
Katalon Studio is a robust test automation tool that offers a range of features to streamline the testing process. One such feature is StudioAssist, which provides intelligent suggestions and code completion to help testers write tests more efficiently. This blog will explore how StudioAssist can enhance your test automation efforts and provide practical tips for […]
Guide to TestCloud Tunnels Configuration for Test Execution in Private Domain
Testing applications hosted locally or in private environments presents a unique challenge for testers. Accessing these applications for testing purposes requires setting up a secure connection, commonly known as a tunnel. This detailed guide will explore the concept of test cloud tunnels and provide a step-by-step configuration process to enable test execution in a private […]
Overview and Basic Concepts of Adobe Experience Manager (AEM) Components
Adobe Experience Manager (AEM) is a sophisticated and versatile content management tool. Components are the elements that help structure the page, for example, the header, body, and footer, through authoring. AEM’s core components, have always allowed authors to create pages that are both efficient and simple to use, whereas developers can create components that are […]
Manual Accessibility Testing Techniques with ARC Toolkit
Manual testing plays a crucial role in ensuring that websites are inclusive and usable for all individuals, including those with disabilities. One powerful tool that aids in manual accessibility testing is the ARC Toolkit. This blog will delve into the significance of manual accessibility testing, the process of performing manual checks using the ARC Toolkit, […]
Accessibility Compliance and Legal Considerations
In the digital age, ensuring website accessibility is not just a matter of good practice but also a legal requirement. Accessibility compliance is crucial to providing equal access to all users, including those with disabilities. Importance of Accessibility Compliance Accessibility compliance ensures that websites are usable by individuals with disabilities, such as vision impairments, mobility […]