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 |
Explain about constants in vb script?
What is loose binding? Why is it not a good practice to use it?
1. How do declare public variable in vb scripts?
write a vb script to display 3*3 matrix
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
write a vb script to display ***** ***** ***** ***** *****
How will you get the last occurrence of one string within another string using vbscript?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
find the length of the string without using length function?