sandeep


{ City } pune
< Country > india
* Profession *
User No # 5191
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 1
Questions / { sandeep }
Questions Answers Category Views Company eMail




Answers / { sandeep }

Question { 6296 }

how to write code: to check whether the window of an
Application Under Test exist or not . plz give with example


Answer

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