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
Mention the rules for using option explicit statement?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
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
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
did any one attended interview in applabs if you had gone through plz tell me the procedure
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Explain about the functionality of vb script?
Explain the arrays in vb script?
How will you get the last occurrence of one string within another string using vbscript?
What is dictionary object in vbscript? Explain?
Which function is used to perform string comparison?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to declare an array in vbscript?
Mention how to access array data?