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 event handling?
Explain the scope of the variables using dim, public, and private keywords respectively.
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
What are class properties?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
how to increasing the numbers in a given text box please write a vb script
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
Description.Create
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What is the scope of a constant declared using public?
Which keyword is used to declare a variable in the vbscript language?
How will you get the largest subscript of an array in vbscript?
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
Mention what is the difference between vbscript and vba?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function