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 can you destroy an object in vbscript?
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
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
how to validate the text in a web table
How to Import data from a file (file is on the desktop) to the data table
what is event handling?
How to capture a runtime error in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.
write a qtp script to count the number of minimized windows
How many data types are supported in Vbscript?