Acronym for Rational Functional Tester, an IBM Rational product for automated GUI testing
Questions tagged [rft]
188 questions
-2
votes
1 answer
How to execute RFT scripts on a remote machine
I have Rational Functional Tester installed on my local machine, and I have written some scripts. I need to run these scripts on a remote machine.
Research shows I should be:
using RATIONAL TEST MANAGER
but the Rational Test Manager is now…

Manmita
- 9
- 3
-2
votes
2 answers
RFT (rational functional tester)
can we test a c++ application like NEAT( national exchange for automated trading using IBM rational Functional Tester (RFT)
-2
votes
1 answer
How Field properties are identified by RFT tool
Properties = .class='Html.INPUT.text'
,.name='deviceNUM'
,.classIndex='3'
,.id='deviceNUM_I'
,.type='text'
What is `.calss = 'Html.INPUT.text' & ,.classIndex='3'
How these properties are calculated by RFT
Can anyone please…

SANECE04
- 11
- 6
-3
votes
1 answer
How to configure svn with RFT?
I want to setup SVN with my RFT project. How can I do that?
I had tried through
Help-->Install New Software-->All Available Sites
But Svn plugin is not coming Attached Screenshot as well
Environment:
Window 8
RFT version 8.6

Shailendra Rathore
- 147
- 1
- 7
-4
votes
2 answers
RFT- What JAR file do i need to use 'import javax.xml.parsers.DocumentBuilder'
On my scenario, I'm trying to retrieve the information of an applicant from an XML file. I'm trying to retrieve the data of certain tags within the xml file and insert the string to an CSV file to use it as the datapool.
Im trying to use the…

user3817253
- 5
- 2
- 5
-5
votes
2 answers
c# change the form title by the savefile name.extension
everytime i change a file such as a .rft or .txt i want it to display the name in the title for e.g RFT Editor:docment.rft
here the code i am using atm
this.Text = "RFT Editor:" + saveFileDialog1.FileName;
hope someone can help

Stefan
- 1,233
- 2
- 8
- 9
-6
votes
1 answer
How to search a string and click on it using java?
I am writing an RFT script using java.
I wanted to know if there is any way in which we can write a java code in script for searching a particular string in the webpage and recognize that object and then click on it.

Manmita
- 9
- 3
-7
votes
1 answer
How to convert from one date format to another in Java?
My input is in the format of Sep 22, 2008 and how to convert it into 9/22/2008 using JAVA?

krnitish1803
- 9
- 3