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 |
What is string concatenation function in VBScript?
give me any information abou vb script books learn quckly
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
What is the use of the date function in the vbscript language?
how to declare a variable in vbscript using vbscript
Which date function is used in the vbscript language to find the difference between the 2 dates?
Which constant is used for print and display functions and works as same as pressing enter key?
Mention how to create a cookie using vbscript?
What are the disadvantages of vbscript?
How are values assigned to string type and numeric type variables?
compare the string without using stringcomp function?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?