Votes
Answers
Views
Question
2
1
191
I had UFT 11.53 installed, and everytihng was working fine using the PowerBuilder Add-in. I just installed UFT 12.01 (build 1112), and am now running into constant problems. Any dropdrop down list of type DropDownDW doesn't get recognized properly, so I can't grab the text from the list. I also get ...
0
3
102
I'm trying to work with PowerBuilder and UFT. When I record the Toolbars, it only records one object. Do I have something set wrong with the addin?
0
1
71
asked 9 years ago by esen
updated 9 years ago by bubblehead712
Tags:
Environment ? qtp12 and powerbuilder12, I define two functions? *Function GetAllDataTxt (object) GetAllData = object.Describe (datawindow.data) End Function* **Function GetAllDataRows (object) GetAllDataRows = object.Rowcount End Function** But,Executed in the script data = GetAllDataTxt (PbWindow (...
1
1
244
asked 10 years ago by kaptainkayoss
updated 10 years ago by rich-text
I am trying to work with a power builder data window object. I have to select multiple items in the list. When I do a select method, each time I select an item it deselects the previous one. Is there a way to do a multiple selection? I don't see a method to allow this in the PbDatawindow object help...
1
6
53
I'm automating an Powerbuilder 12.5 app. I've applied all of the different patches to QTP 11, but when I object spy the powerbuilder app, QTP still recognizes the objects as (for example): Window("Window").Window("Application Logon").PbDataWindow("PbDataWindow") Shouldn't QTP...
0
1
44
I have been automating tests for a PowerBuilder application and the stability of QTP has been decreasing steadily. During General Run errors on large tables or while interacting with the application, any action(Stop, Skip, Retry, Debug) causes QTP to freeze itself, the application, or the computer, ...
6
3
231
asked 13 years ago by fandabidozi
updated 9 years ago by nehaa
Does anybody know how to get all of the data from a Power builder pbdatawindow?
1
2
248
I am currently working with Sybase's powerbuilder for a client's application. For the script that I am writing, it is a semi-standalone application. Also, I am validating that a report that has been generated will be the same after the report has aged. The first nine iterations work properly. They d...
0
1
34
asked 13 years ago by i-script
updated 13 years ago by bubblehead712
I am working with a powerbuilder application and I am moving from standard checkpoints to custom checkpoints. The custom checkpoint I am working on will pull all the information from a table in the application and store it in an excel spreadsheet. It will then compare the values in the application's...