rft

Rational Functional Tester wait for object existence

I'm currently modifying a Java script in Rational Functional Tester and I'm trying to tell RFT to wait for an object with a specified set of properties to appear. Specifically, I want to wait until a table with X number of rows appear. The only way I have been able to do it so far is to add a verification point that just verifies that th...

A problem with Runtime exec and a custom built RTF editor

I have a class that manages the creation of RTF documents and a method in that class that calls the RTF editor with a xml file for display. All but one user can access this editor without any issues. This one user consistently runs into an issue where their application just hangs. There are no errors in any logs. Normally this kind o...

Is it possible to configure TFS not to mark file as read-only?

The title pretty much says it all. I'm using a RFT, VS addin that allows me to edit a proprietary data file with a GUI. The problem is that this file doesn't show up in VS and when I start editing it via the GUI, VS doesn't check it out automatically (probably a bug of the VS addin). So, I've to check it out manually before editing it, o...

QTP, QC, Load Runner and RFT tutorials

Hello, I am newbie in testing. Can you please suggest me some good tutorials of Quality Center Quick Test Professional RFT Thanx in advance ...

How do I overwrite the URL in an IE address bar using RFT?

I need to execute the following steps: 1. Start an IE browser window and open a URL (Done using StartBrowser(final string URL) 2. Start a session (done by logging in) 3. Now, I want to enter a different URL in the same browser window which has the same session. My question is related to Step 3. How can I overwrite the URL in the existin...

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 modularize my test scripts. For example: I would like to have a login script, a search ...

how to resolve 'htmlproxy release exception in RFT" or "httpproxy spy heap exception in RFT"

Am trying to reada a html table and iterating rows for specific column values and am getting the above exceptions .. any ideas ...

can I have svn for RFT scripts?

We user svn at work and now we are introducing RFT (Rational Functional Tester). Is there any chance I can use existing svn to version my RFT scripts? I understood that one RFT script contains is not equal only one file. RFT v 8.1.1.2 runs on windows xp svn runs on linux is it good enough to version .class and .java files? ...

How do I make RFT report test results in real time?

In our development environment, we run a Continuous Integration service (TeamCity) which responds to code checkins by running build/test jobs and reporting the results. While the job is in progress, we can easily see how many unit tests have executed so far, how many have failed, etc. My automated testing team is delivering UI tests de...

how to write custom function/method in java? (RFT)

I need to process few lines of code over and over in RFT (java) so custom method/function/procedure is the best (and only) solution to this. I have no java experience so I need some help with that. The method will receive some parameters and will return no value. Basically it will be entering new records into a database (web based app...

QuickStart Tutorials for Rational Functional Tester (RFT)

I am new to RFT. Infact I have seen the interface only once. But now my next project seems to be an automation using RFT. I would like to get some quick start on learning RFT(Rational Functional Tester). Can anyone show me some quick links as to where can I start with this? Thanks in advance. ...

RFT and JUnit Related Issue

I was trying to create a Junit Testing framework within an existing RFT framework. The JUnit set up works fine to the point where we don't have to instantiate any framework classes.Whenever we are trying to access framework classes it throws the below exception. I did look for similar issues online but couldn't get a solution.Please sugg...