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 |
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
How to write functional test cases for send button in gmail.
What are the 2 ways to pass a value to the function?
What is the use of the formatdatetime function in the vbscript language?
how to add the shared repository file to the script file while running the script manuall
What is the difference between do until loop and do while loop?
Illustrate briefly about the different types of statement
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Explain about operator precedence in vb script?
What is Procedure or Subroutine in VB Script?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
Explain the functionality of vbscript?