write a qtp script to count the number of minimized windows
Answer Posted / 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 View All Answers
Is vbscript language a case-sensitive language and what does it mean?
What is the use of the recordset object and which statement is used to create such an object?
How will you get a combined string from array of string in vbscript?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
What is the use of the instr function?
How will you convert a string to upper case string using vbscript?
What is the purpose of the err object in the vbscript language?
What is the extension of the vbscript file?
Mention the environments where vbscript could be run?
Explain about .wsf files?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How will you get a string with the specified character the specified number of times in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
What is the difference between function and procedure?