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
What is vbscript procedures?
How will you release the memory acquired by an array variable in vbscript?
What is the difference between vb debugger and the script debugger?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
who will create the object?
Mention what is vbscript?
What is the use of option explicit in vbscript?
In what way program "hello world" you can write in vbscript?
How can you create an object in vbscript?
How to capture a runtime error in vbscript?
How will you get the natural logarithm of the given number in vbscript?
What is the purpose of the err object in the vbscript language?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
What are lbound and ubound in the vbscript language?