if there r 10 windows open in QTP write a command to close
all 10 windows at a time ?
Answer Posted / kamaldeep singh
If u are using iexplore then use this function
SystemUtil.CloseProcessByName ("iexplore.exe")
For mozilla only change the name i.e iexplore.exe
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
In qtp is it possible to check broken links of a page?
How do client side image and server side image work?
How to export quicktest professional results to an .xls file?
What is contained in the object repository?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Where to use Property Let, Property Get, Property Set in UFT
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How to check which add-ins are associated with a test in qtp?
If created one virtual object? Next time I changed the window position will it work?
what is the difference between built-i function and In-built function?
How to capture a window in QTP?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How many lines of code in each script of QTP?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How to modify the text checkpoint?