Questions tagged [qaf]

Introducing QAF, short for "QMetry Automation Framework," an innovative open-source tool designed for functional test automation. This framework utilizes Selenium, Web-driver, Appium, and is perfect for testing rest-based web services. Use the QAF tag for any questions related to test automation using the QMetry Automation Framework.

Navigating through the cookie clutter: The ultimate guide to clearing Internet Explorer cookies for Selenium automation

Our automation process involves using the IE browser with Selenium webdriver. To ensure that our test cases start from page 1, we need to clear the cookies from the Registry beforehand. Can you assist me in accomplishing this task? ...

Having trouble retrieving the value from the XML file when the key is passed as a parameter

Latest QAF Version 2.1.13 along with 2.1.14-RC1 The XML file contains the following test data - <registration> <existingdata> <title>Mr</title> <firstname>Narendra</firstname> <lastnam ...