how to write code: to check whether the window of an
Application Under Test exist or not . plz give with example
Answers were Sorted based on User's Feedback
Answer / saleh
I can show you with an example:
Dialog("Login").Exist
if it returns true then you can say that the above object
exists else not. For QTP you can write as below:
msgbox Dialog("Login").Exist
if it is true then ...........
| Is This Answer Correct ? | 2 Yes | 1 No |
How to return a value from function...? you should not tell msgbox, print.. etc.,
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
write a program to display the system specifications of client system with the help of vbScript.
Is vbscript language a case-sensitive language and what does it mean?
Mention how to access array data?
How will you get the exponent of the given number in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
how to add action through AOM in QTP
Explain the operator precedence in vb script?
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Mention what is vbscript procedures?