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 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
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What if you do not specify anything when you call a procedure?
Explain about adodb.stream class?
Explain about scrrun.dll?
How to create pull down menu box using vb script
How can the spaces from the string be removed?
Why is it recommended to close the database connection every time after the work is completed?
Explain about the support of asp for vb script functionality?
what is extension of the file if its saved from recovery manger to some drive
How will you check that a variable is an array in vbscript?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not