Votes
Answers
Views
Question
0
1
73
asked 12 years ago by candyb
updated 12 years ago by pavelshainsky
Tags:
Is there a way to do this: I have a test step that executes a SELECT statement against a database. One of the columns in the results set is a number represented in the database as a VARCHAR data type. I want to convert it to an integer and test if it is greater than some number. How do I do this in ...
3
1
67
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
Tags:
I need to get the size of a pdf file in QTP, but don't have any property to work with.
0
2
71
I am running scripts on a powerbuilder(sybase) application. I have been asked to used standard checkpoints for some of the validations. The checkpoint has to wait for a report to load before being executed otherwise the checkpoint will generate a general run error. However, with this error, QTP will...
2
1
104
asked 14 years ago by chris-cross
updated 14 years ago by chris-cross
In a Checkpoint, is there a way to map the expected result of a complex data type (one where n number of values can be returned) to a Data source (excel, database, xml)? It appears that only Available steps and Test variables are the only options available in the Select Link Source window. For examp...
1
1
36
asked 14 years ago by mrgreen999
updated 12 years ago by Michaeldx
Tags:
Hi, I have a database checkpoint that checks for a numerical range. This seems to work fine. However I want to be able to change the min/max properties of this checkpoint through code. DbTable("DbTable").Check CheckPoint("26.CheckECG") SQLstr = "Select t1.VitalValue From Case_VIT...
7
1
151
asked 15 years ago by paul
updated 15 years ago by bubblehead712
I have run into problems attempting to edit Checkpoint properties while in the OR. QTP will accept the changes; however, once I move to another Checkpoint and come back the changes that I made do not exist. I am able to change which properties are checked just not the content.