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
Which operator can be used to change the value of the operand or change the state of the condition?
How to assign a numeric value to a variable?
How will you get the smallest subscript of an array in vbscript?
Compare java script and vb script?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How can you create a file object to work with the files in the vbscript language?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
What is select case statement?
Explain the functionality of vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Which keyword is used to declare a variable in the vbscript language?
How can you fetch the value of a cookie?
Which operator can be used to check if two numbers are equal or not in vbscript?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
In html file what is an ideal position to include vbscript?