Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
1k views

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 ...
3
votes
3answers
85 views

Need advice on fixing my JAVA query statement?

My JAVA script consists of 2 JAVA classes: RMS, queryRMS In the RMS class I call the method in the queryRMS class RMS Java Class (I left out the start execution part, below is just the method) ...
3
votes
3answers
3k views

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 ...
2
votes
1answer
61 views

Load App.Config at runtime

I am creating a test project using IBM's Rational Functional Tester(RFT) tool(we are using the VB version of it and it only supports till .net 3.5).In this project I am making all database queries ...
2
votes
3answers
77 views

Regular Expression to search for the “Not Existence” of a pattern at the end of a URL

I am writing a Rational Functional Testing (RFT) script using Java language where I am trying to create an object in my object map with a regular expression not to match a certain pattern. The URL ...
2
votes
1answer
168 views

Copy certain nodes with Java

I'm trying to read/copy a certain part of a xml document in JAVA and then save this part as a new xml document. So like in de example below you see studentinfo and contact info, I just want to select ...
1
vote
1answer
19 views

More than one datapool to a script in RFT

Is there any way can we add two datapools to a single script? Or in other words how can we get inputs from two different datapools to a single script. Thanks in advance.
1
vote
1answer
92 views

Now able to get Id property for flex components

I am not able to get the Id property for flex components in my flex application(swf file) using Test Object Inspector in Rft Tool. How can i get them?
1
vote
5answers
232 views

is that possible in java? (code to execute) if (condition)

Please note that I am not a java guru. I might not use the right terminology, I learn java inside RFT on the fly. What is described below works exactly as stated. In ruby we can code like (code to ...
1
vote
2answers
583 views

How do I change what Rational Functional Tester logs?

Recently my company upgraded from RFT 8.1.1.1 to RFT 8.2 and now all of our rational_ft_log.txt files that get generated from tests are at least a dozen times longer than they were before we upgraded. ...
1
vote
2answers
146 views

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 ...
1
vote
1answer
208 views

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: - ...
1
vote
1answer
197 views

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 ...
1
vote
2answers
335 views

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, ...
1
vote
3answers
233 views

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 ...
1
vote
1answer
808 views

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 ...
1
vote
3answers
675 views

QTP, QC, Load Runner and RFT tutorials

I am newbie in testing. Can you please suggest me some good tutorials of Quality Center Quick Test Professional RFT Thanx in advance
0
votes
0answers
10 views

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
0
votes
0answers
41 views

Word automation - How can I get Rtf text from current selection?

I am working on an project to create a word add-in allow extract information from selected paragraphs. The most important thing i have to get out is the current selection with full format. These ...
0
votes
1answer
78 views

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 = ""; ...
0
votes
2answers
37 views

Play back Rational Functional Tester

How to play back Rational Functional Tester 8.1 without IDE instead use command prompt please provide the command
0
votes
1answer
184 views

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 ...
0
votes
2answers
151 views

Remove formatting java [closed]

I was wondering if there is a java-method that removes the formatting of anykind of output, whether it be string, int, double. I'm automating test process and i'm going entering data from a xls-sheet ...
0
votes
3answers
383 views

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 ...
0
votes
2answers
363 views

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 ...
0
votes
1answer
332 views

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 ...
0
votes
2answers
106 views

RFT Exporting & running it on a server

I'm extremely new to rational tools. I have a script recorded and its ready to be exported into something I can execute. I'm not sure how to do so. I'm using Rational Function Tester v 8.1.0.3 Java ...
0
votes
2answers
434 views

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 ...
0
votes
3answers
634 views

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. ...
0
votes
2answers
423 views

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 ...
-1
votes
2answers
65 views

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 ...
-1
votes
1answer
217 views

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 ...
-5
votes
2answers
42 views

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:" + ...