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
How many add-ins comes by default with quicktest professional?
How would you export a script from one pc to another in qtp?
How does quicktest professional (qtp) identifies the object in the application?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
What are the different types of qtp test assets and their extensions?
what is the frame work in J-meter?
How will you test a keyboard?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
They asked by using qtp recording writing scripting
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Hi All, How to get repeated word in string . Thanks Balaji
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!