Questions tagged [testautomationfx]

Test Automation FXis a tool for User Interface testing in Visual Studio

Test Automation FX (TAFX for short) is a tool for User Interface testing in Visual Studio. It enables developers and testers to record and manage user interface tests from inside Visual Studio with 100% .Net code.

Test Automation FX is developed by Cenito Software.

77 questions
0
votes
1 answer

Is there any way to add external links in test cafe metadata?

I am trying to organize our testing framework and what we have right now look something like: test.meta({ testID: '1234' })('testTheButton', async () => { // the test code } where the testID in metadata is referring to a testID in…
0
votes
2 answers

How to use a variable created by later test suite in Robot framework?

I have following test suite structures in my mind: Test Suite 01, has one test case (TC01) in side. Test Suite 02, has one test case (TC02) in side. Variable file available and imported both Test suite as resource. Variable file has one List…
Daniel Chen
  • 1,933
  • 5
  • 24
  • 33
0
votes
1 answer

WebdriverIO SevereServiceErrror not stopping the test run

I have setup a custom wdio service (as per the documentation) which is used to create a build for the Angles automation dashboard. As part of this service I want to use the SevereServiceError when it is unable to create the build and stop the run.…
sergionb
  • 1
  • 1
0
votes
0 answers

how to automate ant time picker using selenium web driver and java?

In my application, there are few ant time pickers(https://ant.design/components/time-picker/) used in the forms. I'm experiencing the following behavior, "OK" button of the start time is working properly. using the below coding…
0
votes
2 answers

Using selenium , I was trying to move from one element to another using x path in siblings

enter image description here import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Demo { public static void main(String[] args)…
0
votes
1 answer

Test Automation Ruby, RSpec, Capybara: Date/time selector error

Failure/Error: expect(page).to have_selector("li:nth-child(1) > dl:nth-child(6) > dd") expected to find css "li:nth-child(1) > dl:nth-child(6) > dd" but there were no matches Above is my error. I'm struggling to find a way to verify the date…
0
votes
1 answer

How can I validate with a test a json with all the parameters? Python

Example: { "name": "Jocelyne", "age": 30 } and it returns the same. In case someone adds more parameters it fails.
Soru
  • 11
  • 2
0
votes
1 answer

Is there any way to create Robot file with multiple Test Templates in robot framework?

I would like to know if there is anyway to create multiple Test Temapltes in single robot file. *** Settings *** Test Template Login with invalid credentials should fail Test Template Open Browser *** Test Cases *** USERNAME …
0
votes
0 answers

RESTAssured - response.getBody().getList() is returning me a null collection

Sorry about the long post in advance.Peculiar problem and I guess it knowing the answers to such ones that separate the men from the boys. Here goes: I built an API Testing framework over RESTassured that allows setup through an excel sheet. One of…
0
votes
1 answer

HOW can i extract text from SPAN? Please

I don't want to extract by Xpath, I would like a clearer and cleaner code. thank u my World Brothers From Xpath, OK!! Assert.assertEquals("Digite um e-mail ou número de…
Tadeu
  • 67
  • 6
0
votes
2 answers

Robot Automation: Continue For Loop even if one test case fails

I have a robot test case as shown below: *** Test Cases *** Login Test ${jsonfile} OperatingSystem.Get File ${EXECDIR}/test/testData/LoginTestData.json ${source data}= Evaluate json.loads("""${jsonfile}""") json ${all data…
0
votes
1 answer

Stale Element Exception, Element not Clickable,Element Click Intercepted & No Such Element error displayed Alternately by same element

I am trying to select multiple filers available in https://www.jabong.com/find/men's-black-jeans using Automation(Firefox). However, after selecting the first option (Gender), I am unable to proceed. I faced the Element click intercepted and tried…
0
votes
1 answer

How To Fix Xcode Build Failed For IOS Automation

When Using "Build" For Xcode, Build Failed Shows Up. I use Xcode Version 9.4 I have reinstalled xcode already but this does not work "CompileC…
0
votes
2 answers

How to kick user back on homepage without using Navigations in IOS app

Background- I have an Ios Native app for which i am automating test scripts in XCUITest. The current test case flow in a class is as setup device,install app open app-> login ->perform action for the second test case method it logs out first from…
shashank shekhar
  • 155
  • 3
  • 16
0
votes
1 answer

Mocking location on map for iOS UI Tests?

anyone out there tried mocking location on map for iOS UI Tests programmatically (not using edit scheme > allow location simulation) please?
AyaAkl
  • 77
  • 6