using descriptive programming how to close all opend browsers?
Answer Posted / naveen
while Browser("Creation Time:=0").Exist
Browser("Creation Time:=0").Close
Wend
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
if our qtp vb Script may be Currepted then What we want do?
What is the difference in the global and action sheet in qtp?
What is the script for database check point, bitmapchek point, regular expression ?
Tell me about qtp?
How many types of recording facility are available in quicktest professional (qtp)?
What is standalone database?
What are the five challenges you faced in QTP?
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...!!!
Explain the types of properties that quick test learns while recording?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is keyword view?
How will you test a stapler?
What are parameterizing tests?
How to remove associated function library?