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
8
votes
3 answers

How to test 'HOVER' using Cypress(.trigger('mouseover') doesn't work)

I wonder if it's possible to test coverable dropdown menu bar using Cypress. For example, when you go to Ebay(https://www.ebay.com), you'll see the alert icon at the top-right corner of the page and if you hover on that element, sign-in notification…
loone96
  • 723
  • 2
  • 13
  • 21
4
votes
1 answer

Using TFS api to execute(pass/fail) test cases?

I am currently working on a program to execute test cases in a program, and I have looked at How to create a test run and result using the Team Foundation Server API? as well as various other articles and am still having lots of trouble. My goal is…
brandon
  • 343
  • 1
  • 3
  • 11
3
votes
1 answer

Getting 'Cypress detected that you returned a promise from a command while also invoking cy commands in that promise.' error when overwriting cy.visit

I am trying to overwrite the Cypress visit method so that it can close the toast when the page is loaded. This is a draft which is trying just to get the element's length. Cypress.Commands.overwrite('visit', (originalVisit, url, options = {}) => { …
Nikki
  • 31
  • 2
3
votes
1 answer

How to tag test in Postman

I want to classified tests to run them for different purposes. As far as, I search I could not an option to tag some test and run test on demand. I also looked at Chaijs if it has such a feature, but could not be able to find a solution. What I…
Mesut GUNES
  • 7,089
  • 2
  • 32
  • 49
3
votes
1 answer

How to persist changes made by maven dependency:go-offline in docker image

I'm Test Automation engineer and working in big product company. Companies big monolithic project being divided and parts are departuring into clouds. As part of such redesign Test Automation projects should also get cloudy. Our typical TA project…
2
votes
1 answer

KarateUI Wildcard Locators doesn't match special characters (ä, ü, ö)

Im trying to find an html element with the exact text: Then assert exists('{a}Enddatum: Bitte geben Sie ein gültiges Enddatum für das Koordinierungsverfahren im Format tt.mm.jjjj an.').exists THe HTML-Element im looking for looks like this:
c0deP
  • 21
  • 3
2
votes
0 answers

Have modified with the recommended protractor.conf.js but still not able to bypass basic authenticator

Thanks for providing the solution with regards to the fix to popup credential (PreviousPost). I have attempted to do the same thing too on my Protractor.conf.js const { Authenticator } = require('authenticator-browser-extension'); exports.config =…
2
votes
1 answer

is there any automated testing tool to test an android apk?

I am told to make an automation testing using android apk only. I tried to use robotium but it requires me to use eclipse. I am currently using android studio. If there is any can you include a link to its tutorial? Thank you.
2
votes
3 answers

Using NUnit-2.5 RequiresSTAAttribute with TeamCity 4

Using TeamCity, I'm trying to get a (TestAutomationFX) test that requires an STA thread to run . It works via a custom app.config that configures NUnit 2.4.x (8) (as referred to by Gishu, thanks, described at…
Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249
2
votes
2 answers

Having difficulty in finding Elements using Xpath and CSS in Selenium Android Webdriver Testing

I want to automate android web apps using Selenium WebDriver and i've run a simple program to open the google page and search a term . While finding the element with the name and id it runs perfectly. But while trying to find the element with the…
1
vote
1 answer

Which driver does Karate UI test automation framework use in backend to connect with web browsers?

I am trying to understand that which web driver does karate UI test framework use to interact with web browsers. As its counterpart Selenium which is already a web driver is used for UI automation and testing. So how is karate different from…
1
vote
2 answers

Converting WebDriverIO test scripts to a playwright scripts

I am trying to convert webdriverIO scripts to playwright scripts. Both are in JavaScript. I’d like to know if anyone of you have converted this type of project and is there any converter projects you encountered? I already started manually…
1
vote
0 answers

'Bad request' error while sending a request with special characters in Robot Framework to Postman API

I'm doing an automation using Robot Framework (in Visual Studio) that makes a request to Postman API, but it won't work if I send a request that contains words with special characters like "Pré-Pago". If I try to make the request manually, in…
1
vote
1 answer

karate is cutting of same names fieldnames?

i am wondering if karate is doing somehow optimization stuff, looking into json body and makes it more rightful ? :-) Scenario: Given path 'blubb' And header Authorization = 'Bearer '+ blabla And url bimbambom And request { "properties": {"var1":…
bozmaci
  • 13
  • 3
1
vote
1 answer

Get The Element "Text" from xml in selenium Java

I have the follwing nodes in XML :
Par Aymen Test - aymen.test@test.fr
I want to get the text element following the class…
Maymanaf
  • 25
  • 4
1
2 3 4 5 6