CloudFront, Amazon’s Content Delivery Network (CDN), accelerates website performance by delivering content from geographically distributed edge locations. But how do you understand how users interact with your content and optimize CloudFront’s performance? The answer lies in CloudFront access logs, and a powerful tool called AWS Athena can help you unlock valuable insights from them. In […]
Posts Tagged ‘Perficient India’
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 […]
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 […]
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 […]
Concurrency in Extent Reports for Parallel Testing: ThreadLocal to the Rescue!
Modern automation frameworks greatly benefit from parallel test execution. However, it can introduce complexities when dealing with shared resources like extent reports. Running tests in parallel can lead to chaos in the results, as multiple tests might update the same report simultaneously. This blog tackles a common hurdle: how to ensure thread safety in Extent […]
A Guide to OAuth 2.0 Authorization Code Grant in API Testing using Rest Assured
Understanding OAuth 2.0: The Gatekeeper to Secure API Access In API testing, ensuring secure and authorized access to protected resources is paramount. This is where OAuth 2.0, an industry-standard authorization framework, comes into play. It acts as a robust mechanism for granting temporary access tokens to applications. It enables them to interact with APIs on […]
Streamlining Web Automation: A Comprehensive Guide to Using AutoIT with Selenium
In the realm of web automation, handling various scenarios like file upload, file download, and various Windows GUI operations can be challenging. AutoIt, a powerful scripting language and automation tool, seamlessly integrates with Selenium to tackle these challenges. This blog provides a detailed guide on installing and configuring AutoIT and demonstrates its usage with Selenium […]
Mastering Basic Authentication in Selenium: Strategies and Techniques
In the realm of web testing, encountering sites with basic authentication is commonplace. Handling basic authentication seamlessly within test scenarios is essential for comprehensive testing coverage. Selenium offers various approaches to tackle basic authentication challenges. This blog delves into the nuances of working with basic authentication using Selenium’s uriPredicate function, exploring different strategies and techniques […]
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 […]
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 […]
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 […]