how to write code: to check whether the window of an
Application Under Test exist or not . plz give with example
Answer Posted / 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 |
Post New Answer View All Answers
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
What is the output of a + b in vbscript if a = 5 and b = 10?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
what is the differance between BYVAL,BYREF?
What are the naming conventions while declaring a variable in the vbscript language?
How to declare an array in vbscript?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Mention how to access array data?
Which operator is used to concatenate the 2 values in the vbscript language?
How to replace junk code recorded by QTP with a mall function.
Mention what is the technology used by vb script?
How will you get the smallest subscript of an array in vbscript?
Explain the support of asp for vb script functionality?
what is the difference between modular and data and keyword driven framework
Mention the rules for using option explicit statement?