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
How will you get a combined string from array of string in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Explain the filter expression?
Explain the support of asp for vb script functionality?
Explain what is loose binding? Why is it not a good practice to use it?
Explain about the support of asp for vb script functionality?
Does VB/Win make standalone .EXE files?
What are events in the vbscript language?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
What is the purpose of on error resume next statement?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
what is diff between static and dynaic arrys?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
who will create the object?
What are class variables?