How we can call the scripit from another scripit in
QTP?,Not a call Action
Answer Posted / pavithra
Make a function for the script. use the execute file ()
METHOD, CALL THE FUNCTION IN UR SCRIPT
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the script for database check point, bitmapchek point, regular expression ?
Through array we can execute the testcase how ? give me example
if our qtp vb Script may be Currepted then What we want do?
How to find operating system information using the qtp script?
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...!!!
How to change the priorities of the recovery scenario properties?
what is review
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
What is difference between design time and run time data table?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How to execute a winrunner script in quicktest professional?
How many ways is to parameterize the value?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What is the difference in testing a client-server application and a web application?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible