I'm coming across an issue where once my test card number is typed into the first iframe the test tries to target the 2nd iframe (CVC) & it times out whilst
I am testing a WEB and Desktop application (cross OS application: Windows - Mac - Linux) and I'm using RobotFramework to automate the tests. For the Web I use S
While debugging I found out that my tests fail because of the unloaded file. I tried many different locators and checked the absolute path to uploading file, bu
In cypress.json file i have the following code { "baseUrl": "test", "ignoreTestFiles": [], "viewportHeight": 768, "viewportWidth": 1024, "video": fals
I'm trying to save just a number from a string I get from a paragraph but when I try to asign an alias to it and then check the value it returns undefined. I've
In cypress.json file i have the following code { "baseUrl": "test", "ignoreTestFiles": [], "viewportHeight": 768, "viewportWidth": 1024, "video": fals
I'm trying to save just a number from a string I get from a paragraph but when I try to asign an alias to it and then check the value it returns undefined. I've
Good morning! I'm trying to automate the process of logging into my email account, accessing the first email there, opening it and retrieving the necessary code
I have two TestCafe projects, when I tried to run the old one, it continuously requires Permission to record screen but permission is already granted. The new t
I am attempting to use an Azure Automation Runbook to run a query against an Azure SQL database using Azure AD credentials: $cred = Get-AutomationPSCredential
This may sound paradoxical. My goal is to find a tool which automates the process of logging in to App Store Connect, and click the Make App Available button. T
I am using Pytest framwork for testing a web applications. While the tests run, it generates data and store them into variables. Example: @pytest.mark.usefixt
Need to find a way to zoom browser in and out during an e2e test run. Below code does not work. await page.keyboard.down('Control'); for (let i = 0; i < 7;
I have test: @Test public void sixTest() { FlowerList flowerList = new FlowerList(); Specification.installSpec(Specification.requestSpec(),
My test suite have features/scenarios for both desktop and mobile. some steps will eventually have the same name (i.e., when I go to home page, when i click or
I'm having an issue to select the video quality resolution from the youtube video https://www.youtube.com/watch?v=JhdoY-ckzx4. import unittest import time from
I'm trying to do some automation testing where I will need to grab an element to choose the right quality video. The problem here is that I tried CSS Selector,
Okkkayy, hi and welcome inside my head.. i want to make a 7x9 grid layout as a "starting point" like this +/- then i want to add 3 rows every like 6 hours or s
I want to write a test suite for an API. my project tree looks like: project tree I need to have a 'client' file with classes where we initialize all the helpe
I need to implement following flow in Cypress: Download CSV file Read it and match it with data showed on UI How do I do this? CheckCSV() { cy.get("[selecto