Acronym for Rational Functional Tester, an IBM Rational product for automated GUI testing
Questions tagged [rft]
188 questions
0
votes
3 answers
Does RFT have equivalent for jQuery .next() ?
I need to make work select in RFT in case the select is done via jQuery AJAX select where the html code looks like
0
votes
1 answer
Is rft capable of reading object inside a panel
I am working with rational functional tester8.1 and I am unable to read the objects inside a panel (.Net application) so please help me
Thanks in advance,
Regards,
Mano

Manohar Kulanthai vel
- 571
- 4
- 9
- 20
0
votes
0 answers
zTree !button formatting
I want to insert a !button item. However, the layout does not look as I want. Is it possible to enlarge the button, change font size of the entered text or even arrange them side by side?
Hope somebody can help me
!button: 0 = "{\rtf \fs28 A }"; 1 =…

Tom
- 1
0
votes
1 answer
java multi-line string behave strange in rational function test
I just wonder why it act this way.
In IBM RFT 6.x version integrated with a eclipse IDE .
I run the follow lines to get a text output from another program.
String Text = "";
String Text_Value = "";
Text = (String)…

oyss
- 662
- 1
- 8
- 20
0
votes
1 answer
Java.lang.LinkageError RFT - Selenium - Appium
I am stuck in this situation, I have reviewed a lot of documentation but I cannot find the solution, I am working on a project that automates web and mobile apps, and sometimes both at the same time, because there is information that must be…

Jorge Diaz
- 118
- 1
- 7
0
votes
1 answer
How to get Rational Functional Tester to perform the recorded action on every row in a grid?
I'm facing a problem editing a Rational Function Tester script. I have an application to test where the user creates a request for different company products. All the requests are set vertically in a grid, and all the requests have the same view…

sajjad
- 1
- 1
0
votes
1 answer
Rational Functional Tester dropdownlist select
I'm working on automation project, and I'm trying to select a html dropdown list and the item in the list with JAVA-code (not javascript). Apparently the best way to this is the GuiSubitemTestObject but on constructing the method i can't find any…

Eve
- 514
- 3
- 12
- 23
0
votes
3 answers
XML to Hashtable
Currently I have the code below to put the data in a Hash.
My question: which value do i have to put in the part of !!!SOMETHING!!!.
The code only has to read one elementtag and insert it's value in the hashtable.
public void ReadXML(){
try…

Eve
- 514
- 3
- 12
- 23
0
votes
2 answers
Java XLS get cell through columnname
I'm currently working on a project where I need to edit XLS with Java. The first row of the xls is a row with columnnames. I want to use the columnname to insert data in the cells below. Instead of using getCell to insert a prefix number, I want the…

Eve
- 514
- 3
- 12
- 23
0
votes
2 answers
How to run an RFT Script in a remote machine without using RQM and RQM Adapter?
How to run an RFT Script in a remote machine without using RQM and RQM Adapter ?

Muhammed Ak
- 9
- 2
0
votes
0 answers
Why does RQM execution variables pass only null values to RFT using IVariablesManager?
I have connected RQM to RFT via the default adapter.
On RQM, I have a test case and some test scripts for which I have created some execution variables at test case level.
The RQM successfully runs the RFT test on the local machine on which RFT is…

Obed Tetteh
- 1
- 2
0
votes
1 answer
Error while executing Java code in RFT
I am using RFT(Rational Functional Tester) 8.2 for my automation. I am getting error when I am doing the following steps
I using Microsoft Excel ODBC Driver to connect to excel sheet from Java program.
I cant able to connect to the excel driver. I…

user621773
- 1
- 2
0
votes
2 answers
How to store the state of Java bean in a non web application?
As part of my RFT QA Automation, I have to store the state(Object) of Java bean and should access the object across the whole application, Singleton may not work here as it is not a web application, would you please suggest any other approach to…

TP_JAVA
- 1,002
- 5
- 23
- 49
0
votes
1 answer
RFT click on second named node
I have a JTree that has two same-named nodes.
I am writing an RFT script that needs to click the second-named node but it will only click the first entry it finds.
enter image description here
By utilising ITestDataTree, I have managed to retrieve…
user3073772
0
votes
1 answer
Does IBM's Rational Functional Tester (v 9.1) test web pages?
I would like to know if I can access a website using a browser for testing purposes using RFT. For practice, I'm trying to use www.google.com.For example, can I automate a Google search using RFT?

user7999116
- 199
- 1
- 12