how to write code: to check whether the window of an
Application Under Test exist or not . plz give with example
Answer Posted / sandeep
It is possible to check window of an applocation exist or
not by using javacript call
function checkWin()
{
if (Window.closed)
alert("Window closed")
else
alert("Window closed")
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i need to sort the data using qtp script for this how i need to write a qtp script
What are the environments supported by vbscript language?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What are the different types of loops available in the vbscript language?
can anyone tell me the procedure of interview held in applabs
How to pass argument by reference to a function in vbscript?
What are the advantages of vbscript?
Explain the support of asp for vb script functionality?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
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.
Anyone have qtp11.0 crack?
Explain the functionality of vbscript?
what is the differance between BYVAL,BYREF?
how to set one column as primary key in QTP and fetch values accordingly
What is event handling in vbscript?