if there r 10 windows open in QTP write a command to close
all 10 windows at a time ?
Answer Posted / sudheer kumar putsala
if Browser("micClass:=Browser","index:=0").Exist(0) Then
Browser("micClass:=Browser","index:=0").Close
Above line of code will close all the open Browsers.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is virtual object supported in low level recording mode?
What environment does qtp run in?
How do Parameterization and Data-Driving relate to each other in QTP?
How to do call a output parameter from one action to another action??/
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What is system testing and what are the different types of tests you perform in system testing?
Explain how qtp identifies objects?
What is the extension of the recovery scenario file in qtp?
What is the difference between run time object and test object in QTP?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
what is the difference btn risks & Therads in the Test plan documentation?
Approach for Installation,comaptibility,system testing
Define Canvas view of UFT?
Explain types of descriptive programming?
What are the different types of functions available in qtp and explain ?