write a qtp script to count the number of minimized windows



write a qtp script to count the number of minimized windows..

Answer / sadashiv byagi

using automation object model
set qtp=createobject("quicktest.appalication")
qtp.launch
qtp.visible=true
if window= Minimized then
count=count+1
msgbox count

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More VB Script Interview Questions

How to create MSAcess table foriegn key

1 Answers  


How to generate 3 digit random number?

3 Answers   IBM, Virtusa,


What is the technology used by vb script?

0 Answers  


Which operator can be used to do an xor operation in vbscript?

0 Answers  


How to write VB script for login module?

0 Answers  






What is a class in CSS?

1 Answers  


Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..

3 Answers   Amazon, bcbs,


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

0 Answers   Accenture,


How to get the background color of a weblist?

3 Answers   Accenture,


Why do we use Option Explicit?

6 Answers  


How do display output message without using msgbox function?

5 Answers  


print the array values in ascending order?

2 Answers   CSS Corp,


Categories