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 |
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
Mention how to create a cookie using vbscript?
how to organize files in object repository of qtp
Explain How do you create a recordset object in vbscript?
How to throw an error in vbscript?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
write a vb script to display the reverse of vbs
How to take whole text output from screen of Bitmap Application.
What are the different types of loops available in the vbscript language?
Is vbscript language a case-sensitive language and what does it mean?