Is it possible to check the Run time value property of a
field through a Database Checkpoint ?
Further, is it possible to localize and mention a
particular cell , in the database dynamically.
My requirement is that I would need to check the status of
a particular field , that would change from an "Active"
state to a "Stopped" state dynamically.
Answer Posted / guest
This we can do using GETROproperty() function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
Have you used xml check point in your project? How?
Without using gui map editor we can recognize the application in winrunner ?
How to check which add-ins are associated with a test in qtp?
QTP script is not working on other's machine..
We stored into the objects OR and then write the scripting
What is a recovery scenario?
Explain about datafile/verification of date file when file is not available in local system?
What is different command used in command Prompt while using QTP?
What is optional step in qtp? How you can add optional step in qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to use parameterization in qtp?
Explain the types of object repository?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Explain advantages and disadvantages of ddf?