Hugh McCamphillhughmccamphill.com·Oct 16, 2024Appium, iframes and iOSWhen performing end to end journey test automation on an eccommerce style website, it’s common for security reasons for the credit card fields to be loaded in an iframe to allow payment forms from a payment service provider to added to a website in a...Discuss·28 readsappium
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 10, 2024Enhance Console Logging with a Custom Global Log Wrapper in WebDriverIOStep-by-Step Guide to Creating a Custom Log Wrapper in WebDriverIO In this guide, we’ll enhance console logging in WebDriverIO by creating a global log wrapper with custom features like color-coding and promise handling. Logging is an essential part ...Discuss·50 readsWebdriverIOenhance console logging
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 4, 2024WebdriverIO Configuration Guide: Setting Up Your Test Automation FrameworkIn this blog, we will dive into setting up and configuring WebdriverIO V9, which forms the foundation of your Automation framework. WebdriverIO Setup: WebdriverIO can be installed and configured in two main ways: Custom configuration via the termina...Discuss·144 readsWebdriverIOwebdriverio-setup
Hardik Chotaliyahardikchotaliya.hashnode.dev·Aug 15, 2024🚀 What’s New in WebdriverIO v9: Key Features & Updates for 2024Introduction On August 16, 2024, WebdriverIO announced the release of version 9, marking an exciting advancement for this test automation framework. Building on the improvements made in versions 6, 7, and 8, the WebdriverIO team revamped the framewor...Discuss·98 readsWebdriverIOwebdriverbidi
Hardik Chotaliyahardikchotaliya.hashnode.dev·Mar 13, 2024🔐 Automate Basic Authentication Popups: A Step-by-Step Guide Using WebdriverIO 👍How to Automate Basic Authentication Popups Using WebdriverIO Introduction Welcome, QA enthusiasts and SDETs! If you’ve ever had to manually test basic authentication, you know it can be a time-consuming and error-prone task. But what if you could a...Discuss·172 readsWebdriverIOAutomate Basic Authentication
Hardik Chotaliyahardikchotaliya.hashnode.dev·Jan 13, 2024👨🏼🏫 Mastering Performance Testing with WebDriverIOAre you exploring - How to do performance testing using the WebdriverIO automation tool? What matrices should be taken care of while measuring performance, and accessibility testing? what is my status of SEO? which tool I can use to make it possi...Discuss·11 likes·707 readsWebdriverIOLighthouse
Md. Niaz Morshedniazmorshed1494.hashnode.dev·Oct 19, 2023Exploring Automated Testing with WebdriverIO: Usage, Advantages, and LimitationsAutomated testing has become an integral part of the software development as well as testing process, allowing developers and QA teams to ensure the quality and reliability of their applications. WebdriverIO, a popular JavaScript-based automation fra...Discuss·1 like·83 readsWebdriver.io
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 15, 2023📝 A Complete Guide to Setting up Logging in WebdriverIO Frameworks 🎯🖊️ Introduction Logging is an essential aspect of any automation framework. It not only helps us monitor the progress of test execution but also plays a crucial role in debugging issues. In this blog post, we will explore how to set up a logger for ...Discuss·755 readsWebdriverIOlogging
Hardik Chotaliyahardikchotaliya.hashnode.dev·Sep 2, 2023🚀 Seamless Migration: Upgrading Your Automation Framework from WebdriverIO v7 to v8 🔀WebdriverIO, the go-to automation testing framework, has rolled out its latest version, WebdriverIO v8, and it comes packed with exciting new features and enhancements. Whether you're just starting your automation journey after December 1, 2022, or y...Discuss·1.4K readsWebdriverIOWebdriverIO upgrade
LambdaTestlambdatest.hashnode.dev·Aug 24, 2023Component Testing with WebdriverIO [Testμ 2023]As the use of frontend frameworks in web development continues to grow, the importance of testing individual web page components becomes evident. This approach facilitates quicker problem identification and resolution. However, a significant challeng...DiscussTesting