Questions tagged [rft]

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

188 questions
0
votes
1 answer

How do i rename a script in RFT ? Renaming deletes the entire content of the script?

I have created a RFT script using Add empty script option. And added my code which processess some logic.. Now when I rename the script the code which I have written is gone and is replaced with empty script and the file is renamed. Why does this…
Harika Mamidi
  • 452
  • 4
  • 20
0
votes
2 answers

Functional and performance testing for the "Finacle - Infosys" core banking system using IBM Rational

I am trying to evaluate the capabilities of the below IBM Rational tools to handle functional testing automation and performance testing for the "Finacle - Infosys" core banking system. IBM Rational Functional Tester (RFT) IBM Rational Performance…
yazankhs
  • 173
  • 8
0
votes
2 answers

How do I get the RFT version number?

How can a Rational Functional Tester script figure out under which version of RFT it executes/was built with? I digged through the documentation, and the closest I found was com.rational.test.ft.script.ScriptUtilities.getOperatingSystemVersion()…
TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
0
votes
1 answer

Rational Functional Tester, how to dynamically identify links in an HTML table?

I have HTML that looks something like this:
Mike Jr
  • 1,789
  • 3
  • 14
  • 21
0
votes
3 answers

How to get value out of .getProperty('style")

.getProperty("style") outputs TestObject(Ref:RemoteProxyReference{testContext:af4e390002a336, objectId:3171, testObjectClass:TestObject}) while to[0].getProperties() outputs text hash where key "style" is presented {... , style=DISPLAY: none,…
Radek
  • 13,813
  • 52
  • 161
  • 255
0
votes
1 answer

Getting a .net tooltip from RFT

Using Rational Functional Tester, I need to verify the tooltip objects created in .net. I can use reflection to invoke methods on .net controls I have found using RFT, but there doesn't seem to be a way to get the tooltip object associated with the…
Yamikuronue
  • 746
  • 8
  • 37
-1
votes
2 answers

How to merge two strings into another variable

The following is the situation: I have three String parameters a1,a2,a3 Each of the parameter has a different number inside a1: 12 a2: 34 a3: 56 So using a for -loop i want to insert these number into a method items = the amount of parameters so in…
Eve
  • 514
  • 3
  • 12
  • 23
-1
votes
1 answer

How to use descriptive programming in RFT?

I'm new to Rational Functional Tester(RFT). I want to know, How to use decriptive progrmming in RFT? and is it possible to edit scriptname.java file? What is the equivalent RFT command for QTP's execute command?
-1
votes
1 answer

IBM RFT : Cannot add Firefox as browser

On windows, I am trying to Add Firefox (57.0.2) as a browser in RFT(9.1). When I click on Configure -> Enable Environment for testing -> Web Browser -> Add and choose C:\Program Files\Mozilla Firefox I get the following message: The [C:\Program…
Melodie Gauthier
  • 685
  • 3
  • 12
  • 35
-1
votes
1 answer

How to open and close browser in RFT

I am new to RFT and i just want simple script to open browser and close the same using RFT. I tried to find solution on internet but there were solutions which i can't digest. Help me out on this
-1
votes
1 answer

RFT: Problems testing window visibility

I am trying to confirm the visibility of a window on an HTML page using java. In every aspect of the window, it is passing even when not visible. Rational Function Tester can observe the objects of the window and I have used them to test the windows…
TJF
  • 45
  • 6
-1
votes
2 answers

HTML/Java: .exists() always returns true

I have the following code. The site has a tab that only shows up once something happens. I'm testing to see if the tab is showing up but it always returns true. if (html_tab1().exists() == true) { //Some code } I think the problem is the way the…
TJF
  • 45
  • 6
-1
votes
6 answers

Selenium or Rational Functional Tester

What do you recommend for testing purposes in Java environment (Selenium or Rational Functional Tester)? Could you write some pros and cons? I heard about MicroFocus TestPartner, do you have experience with it?
user310952
  • 7
  • 1
  • 1
  • 2
-1
votes
2 answers

Is there a way to make RFT scripts runnable in java eclipse?

I am trying to move my RFT java files to eclipse and import all the required jar files into eclipse.. will this run my RFT script the way it does when i run it in RFT environment for testing? Pls help. Harika
Harika Mamidi
  • 452
  • 4
  • 20
-2
votes
1 answer

Limit Element Search to driver RFT

is there a way to limit the searching to a single process or driver in rational functional tester? If i have two instances up at the same time, it doesn't know which one to look at and crashes.
1 2 3
12
13
Date StartedDate UpdatedYyyyyyyySummary Report Full Report