11-08-2012, 11:37 AM
Can someone please help how to use wait property without timeout , I have a window which may take 5 secs to disappear and may be one hour. i need to make QTP wait till that window disappears, so no time out, need infinite wait
I am using [undefined=undefined]window("ABC").waitproperty "exist", False[/undefined]
But I have read somewhere like
while (window("ABC").waitproperty ("exist", False, -1) )
{
delay(500)
}
What does -1 means ?
Please help , its very urgent Thanks
I am using [undefined=undefined]window("ABC").waitproperty "exist", False[/undefined]
But I have read somewhere like
while (window("ABC").waitproperty ("exist", False, -1) )
{
delay(500)
}
What does -1 means ?
Please help , its very urgent Thanks