Questions tagged [rft]

Acronym for Rational Functional Tester, an IBM Rational product for automated GUI testing

188 questions
2
votes
2 answers

How to programmatically build RFT project?

I use SVN manage my RFT test scripts. I need to repeatedly check out the code to a clean RFT workspace and build the whole project, for some special requirement. I want to automate this process, which means I need to build the project without…
eric2323223
  • 3,518
  • 8
  • 40
  • 55
2
votes
0 answers

Automation data-change firing issue using Selenium, jQuery and RFT

Hey all I am using RFT in order to automate a page on a Pega website page. However, the automation doesn't seem to be able to fire off the change event of the input that I am inserting a string of text into. This input box seems to be located inside…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
2
votes
1 answer

How to check ready state for Firefox using RFT

I have been working on a web app, and it was designed for Firefox only. The getProperty(".readyState") always return 4 >> READY even if the page is still loading. I already tried the following: - image comparison using Robot (NO LUCK) -…
Kukzee
  • 21
  • 1
2
votes
0 answers

Rational Functional Tester 8.6.0.7 adds 1 second delay to all low-level events (after update)

some time ago we updated our Rational Functional Tester from v8.2.2 to 8.6.0.7. Since this update there is an 1 second delay for all low-level events. But there wasn't a delay before the update. I checked all preferences but could not find a reason…
2
votes
0 answers

The jar of this class file belongs to container 'RFT Libraries'

I get this error when I try to integrate Selenium web driver with IBM RFT. The jar of this class file belongs to container 'RFT Libraries' which does not allow modifications to source attachment' How do i overcome this issue? Can some one shed…
Sona Shetty
  • 997
  • 3
  • 18
  • 41
2
votes
1 answer

Rational Functional Tester - How can I get scripts called from a parent script to use the parent's data pool?

I'm fairly new to Rational Functional Tester (Java) but I have one large blank. I have an application that is in an agile development environment so some of the screens can flux as new interfaces are brought online. For this reason I'm trying to…
Chris Ruffalo
  • 1,903
  • 12
  • 17
2
votes
1 answer

IBM Rational Functional Tester not able to read from datapool file when launched from command prompt

I am using IBm Rational Functional Tester(RFT)8.0.6 to automate my Java based HTML application. I am using commandline to launch RFT and my automation script and its launching properly but the only issue is its not able to read from the…
user5252179
  • 133
  • 3
  • 20
2
votes
1 answer

RFT: How can I export error messages generated on screen during playback

I'm writing a negative test script in order to deliberately generate error messages which will be displayed on the screen to the end user. I've written the script and it works, and I added a System.print in order to write the message to the console.…
HGF
  • 51
  • 1
  • 2
  • 7
2
votes
0 answers

Rational Functional Tester vb6 - Stackhash Crash on Win7

Ive got an issue using RFT with VB6 on Win7 (32,64) bit. This isnt is not present on Windows XP. I am unable to highlight objects, or call verification points as the VB6 application crashes with a stackhash error. I have done weeks of research and…
2
votes
3 answers

How to make IBM RFT script fast

Hi I have created a new script in IBM RFT in .net script 2005. The script is very slow. Please advice what should be done. Here is an example of…
ExecuteBug
  • 27
  • 4
2
votes
1 answer

Rational Functional Tester - multiple app instances not working

I've been exploring Rational Functional Tester from IBM and have come across something which is rather frustrating. According to the following references, it is possible to have multiple instances of an application in a test script. You…
Amoeba
  • 1,573
  • 4
  • 19
  • 25
2
votes
1 answer

How to create manual VP for callScript?

I have a script that makes calls to other scripts that test databases. when the script runs it displays the query results in console. How could I possibly create a manual VP to display the results of callScript in the log?
nancyb
  • 21
  • 1
2
votes
3 answers

RFT throws unsatisfiedLinkError when making JNI call

I have a two line code in Rational Functional Tester script which is calling a method defined in a dll (created for jni call). But I am getting error: [java.lang.UnsatisfiedLinkError] - com/JniSleep.jniWait()V.]. import…
user1805280
  • 251
  • 1
  • 5
  • 14
2
votes
1 answer

How to programmatically get object recognition score in RFT 8.1.0?

In RFT 8.1.0, is there a way to know the recognition score of an object programmatically? Sometimes when performing an action like html_button().click() you get a warning that the object isn't perfectly recognized, but the action gets done…
Alessandro Da Rugna
  • 4,571
  • 20
  • 40
  • 64
1
vote
1 answer

How do we get Data grid values in RFT

I am using RFT(8.2 version). I need to get the datagrid values. The AUT is developed in VB.Net(2005). I used the following code. But it returns the value as null. Please help me... ITestDataTable tDTObj=(ITestDataTable)…
1
2
3
12 13