What is difference between function and procedure?
Answer Posted / anonymus
Answer Number 8 Is exactly correct
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the descriptive programming?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
How to create runtime property for an object?
How can we conduct U-I Testing by using QTP??????
Tell me about your project? please help me how to tell about insurance project
How many number of actions possible in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
terminal services client
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
What are the benefits of quick test pro(qtp)?
how to find that tools work well with ur existing system?
How will you test a stapler?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.