write a qtp script to count the number of minimized windows
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 |
How will you get the natural logarithm of the given number in vbscript?
How will you reverse a string in vbscript?
What is the equivalent of VBScript?s On Error In Jscript ?
If else for do while select in vb script?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
how to write vb script code for login gmail page by using notepad and how to run script in notepad
filter the array values without using filter function?
can anyone tell me the procedure of interview held in applabs
what is used of Property........End Property loop ? how to write the script for it?
What are events in the vbscript language?
How can I write HTML text to the window in VB Script?
What is the difference between a dictionary and an array?