10-05-2010, 05:21 PM
I have the following query:
Block of code:
{
statement 1
statement 2
"
"
"
}
if ....exist
execute the block of code again
How do I implement this in QTP? the block of code should be executed only once and again if the if condition becomes true.
Block of code:
{
statement 1
statement 2
"
"
"
}
if ....exist
execute the block of code again
How do I implement this in QTP? the block of code should be executed only once and again if the if condition becomes true.