How can we see the analog recording steps in QTP..the Steps
are stored in a track file with an extension .dat..how can
we open the file..
Answer Posted / nanda
Hi,
while Analog recording QTP will generate only one line
code..that is called track. we can not modify it. so..no
need to bather about it.
if any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Describe the differences between functions and actions in UFT?
what is run-time data?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Explain the concept of how quicktest professional identifies object?
What is quicktest professional?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is parameter in qtp?
What is object repository in qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Describe synchronization point.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?