Single Page Applications (SPAs) are web applications that load a website as a single web page, with no page refresh, and content added dynamically with the aid of JavaScript. However, SPAs pose unique challenges to users with disabilities, including keyboard and screen reader focus issues, content changes not being detected and announced, and custom elements […]
Quality Assurance
Interactive Elements for Web Design Accessibility: Sliders, Accordions, and Modals
Ensuring the accessibility of interactive elements is crucial for providing an inclusive user experience on the web. Elements such as sliders, accordions, and modals often require special attention to make them fully accessible to users of assistive technologies. In this blog, we will explore the best practices and tools for testing the web design accessibility […]
Harness The Power of Appium Inspector
As we learned in the last blog, how to set up Appium 2.0 from scratch and install Appium Inspector too. This blog will teach about Appium Inspector’s desired capabilities to start our Android apps. Appium Inspector is part of the Appium 2.0 framework used to inspect elements within mobile applications for automation testing. Appium Inspector enables […]
Unleashing the Power of Custom Selenium Methods: A Guide to Stream Mapping
In the ever-evolving landscape of web automation, Selenium has emerged as a powerful tool for testers and developers alike. One key aspect of Selenium’s flexibility lies in its ability to accommodate custom methods, offering a clear approach to handling complex scenarios. In this blog, we will delve into the realm of developing custom Selenium methods […]
Streamlining Web Table Manipulation with Selenium and Java Streams
In the field of web automation, Selenium is a standout tool for engaging with web applications. Efficient sorting and filtering of data are essential when working with web tables. This blog post delves into the utilization of Selenium in conjunction with Java streams to adeptly sort and filter web tables, presenting a streamlined method for […]
Enhancing Test Efficiency: Blocking Unwanted Network Requests with Selenium CDP
In our ongoing journey through Selenium Chrome DevTools integration, we’ve explored mobile browsing simulation, real-time insights with Selenium CDP Listeners, intercepting and mocking network/API responses, and testing failed network requests. Our exploration now delves into enhancing test efficiency by addressing unwanted network requests. This blog will guide you through the process of necessary network calls, […]
Optimizing Test Scenarios: Testing Failed Network Requests with Selenium CDP Commands
In our exploration of Selenium Chrome DevTools integration, we’ve covered simulating mobile browsing, harnessing real-time insights with Selenium CDP Listeners, and mastering the art of intercepting and mocking network/API responses. Our journey now advances into the realm of optimizing test scenarios by addressing failed network requests. In this article, we’ll navigate through a comprehensive guide […]
Appium 2.0 Unlocking: Complete Installing Walkthrough for Testers and Developers
In this blog, we will set up Appium plugins, Appium drivers, Appium Doctor, NodeJS, UI Automator, Appium inspector, and Android Studio to create our automation scripts for Android devices. Appium 2.0 is an Android platform tool where drivers and plugins are easily created. It will allow us to cover mobile applications, desktop Apps, and Flutter […]
Intercepting and Mocking Network Responses with Selenium Chrome DevTools
In the dynamic landscape of Selenium Chrome DevTools integration, we’ve explored simulating mobile browsing and harnessing real-time insights from network responses using Selenium CDP Listeners. Building upon this foundation, our journey now ventures into the realm of intercepting and mocking network/API responses—a crucial skill for comprehensive web testing. In this article, we’ll embark on a […]
Let’s Learn about API Security Testing
In today’s interconnected world, cyber threats are increasing day by day. Therefore, the importance of security testing cannot be ignored. Hence, API security testing is important in ensuring sensitive data and resources’ confidentiality, integrity, and availability. What is an API? APIs are the application programming interface. It is a type of software testing that analyses […]
Decoding Web Interactions: Unleashing Selenium CDP Listeners to Extract Network Responses
Introduction In the dynamic realm of Selenium CDP integration, where Selenium harnesses the power of the Chrome DevTools Protocol (CDP). We previously embarked on a journey to simulate mobile browsing using Device Metrics Override: Optimizing Web Testing: Mastering Mobile Simulation with Selenium CDP Device Metrics Override / Blogs / Perficient Building on that foundation, our […]
Optimizing Web Testing: Mastering Mobile Simulation with Selenium CDP Device Metrics Override
Introduction Chrome DevTools In the dynamic realm of web development and testing, staying at the forefront of technology is paramount. One indispensable toolset that has become a linchpin in this space is the Chrome Developer Tools (DevTools). DevTools empowers developers and testers alike with an array of features for debugging, optimizing, and inspecting web applications […]