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
1
vote
0 answers

How can I launch a UFT Mobile test script remotely from a java application?

I'm developing a java application that will be used to launch remotely the UFT Mobile scripts, on related server, download the test result from it and then analyze the report in order to save the results on a specific database. I'm writing this post…
ShinjiruPP
  • 25
  • 5
1
vote
1 answer

An element could not be located on the page using the given search parameters Appium login page

I am new to Appium and have been trying to automate the App for Android. my all configuration successfully has done and now i am triying to login the App but at the login page i can not click Customer Number, password and login other than that i can…
Selman
  • 11
  • 2
1
vote
2 answers

Is it possible to build a CI pipeline where the dev and test Automation code are maintained separately as two different project on Azure Devops

I am currently using azure DevOps for the current project where the entire code of the application is maintained as a project and the test Automation code is maintained as another separate project. Now I want to do build a CI pipeline thru azure…
1
vote
1 answer

Spot Instance "frequency of interruption" ratio get as scheduled

AWS announces "frequency of interruption" on the page without API in here: https://aws.amazon.com/ec2/spot/instance-advisor/ I need to get all types(255 pieces) on Virginia in a scheduled way. How can I do that?
seremet
  • 175
  • 2
  • 11
1
vote
1 answer

How to handle pop up windows in Robot Framework?

I need to handle a pop up window on an eCommerce site using Robot Framework. I'm unable to post screenshots of the actual site I am working on but It is similar situation to the following. I select the item I want to purchase Then I click on the…
Lee
  • 59
  • 2
  • 10
1
vote
1 answer

AutoIT Page/Window Object Model

I would like to ask if we can also achieved a Page/Window Object Model in AutoIT? Majority of my project assignment was on Web Automation and I'm using Selenium Webdriver with Framework uses Page Object Model. Currently, I'm assigned to a project…
1
vote
0 answers

How to query Excel like database in Javascript-NodeJs package?

I have requirement to access the excel file like a database in javascript to pump large size of test data. For the same requirement Fillo Excel API provided solution for JAVA solutions. Now I am looking for same type in Javascript.
1
vote
3 answers

I generated a console.property file from katalon studio but I can't excute through command line

The documentation on Katalon saying if run below command line after generating console. property file from test suites, it will run from the command window : katalon -propertiesFile="" -runMode=console However, it says Katalon is not recognized as…
Lacie Yu
  • 49
  • 2
  • 8
1
vote
1 answer

How to call a running Ranorex test in a loop?

I have recorded & partly written a test for a Website, which works for a specific browser type. The user can modify a class field of the so-called EBrowserType type, which is an enum I have created. It contains all browser types that Ranorex can…
Sae1962
  • 1,122
  • 15
  • 31
1
vote
1 answer

Test Automation tools shipped with Visual Studio 2015 Enterprise?

Management is looking into automated testing. Our QA Lead would like to know what if any automated test tools are shipped with Visual Studio 2015 Enterprise and Team Foundation Server 2012. From what I am reading, MS offers a Suite of Tools as a…
user5855178
  • 567
  • 1
  • 7
  • 17
1
vote
2 answers

Test Automation Framework for different types of products

I have read some basic definition of what Test Automation Framework is but I wish to know in easy words and more practical example. Lets say. I own a company that makes different kinds of products made on different platforms for different purposes.…
1
vote
1 answer

Automated UI test naming Convention

I need to use standard naming convention for UI test cases. When i am investigating this, i found naming convention for Unit testing. but my scenario is different. I have main three projects, 1 web client, 2 windows application and mobile…
1
vote
1 answer

Recording External Application to Eclipse from Q7 capture and record tool

I working with an eclipse based mobile app development IDE which triggers Android emulators to run the apps. I like to automate the testing procedure of this IDE using Xored Q7 automation tool, but I don't find any way to record the test after…
Kaje
  • 851
  • 7
  • 18
1
vote
2 answers

QTP: HTML Tag is recognized, but click function does not have response

In QTP11, I have a function as below to handle a drop-down list button. The HTML structure is as follows: Sub FindDropdown(text) ' get page and text as parameter counter = 0 Set oDesc = Description.Create() oDesc("html tag").Value =…
Torrence
  • 448
  • 3
  • 20
1
vote
1 answer

How to disable ChromeDriver console messages?

I'm using chrome driver as my web driver to test my site. I just need to know is there any way to disable the default messages that we are getting at the time of running the chrome driver. e.g. [0.996][INFO]: received WebDriver request: GET /status…