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
How will you get the largest subscript of an array in vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Explain the arrays in vb script?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
What is the purpose of on error resume next statement?
What are the different types of operators and their order of precedence?
What are the 2 ways to pass a value to the function?
Mention what is byref and byval parameters in vbscript?
Differentiate javascript and vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to open a file. What is the perpose of true and false mode there?
Mention how you can call vbscript functions?
Explain vbscript in detail?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?