How to break infinite loop
Submitted by: Administratorset_window("Browser Main Window",1);
text="";
start = get_time();
while(text!="Done")
{
statusbar_get_text("Status Bar",0,text);
now = get_time();
if ( (now-start) == 60 )
# Specify no of seconds after which you want
break
{
break;
}
}
Submitted by: Administrator
text="";
start = get_time();
while(text!="Done")
{
statusbar_get_text("Status Bar",0,text);
now = get_time();
if ( (now-start) == 60 )
# Specify no of seconds after which you want
break
{
break;
}
}
Submitted by: Administrator
Read Online WinRunner Job Interview Questions And Answers
Top WinRunner Questions
| ☺ | How do you handle unexpected events and errors? |
| ☺ | How do you handle TSL exceptions? |
| ☺ | What do you verify with the database check point custom and what command it generates, explain syntax? |
| ☺ | How to have winrunner insert yesterdays date into a field in the application? |
| ☺ | What information is contained in the checklist file and in which file expected results are stored? |
Top Testing Categories
| ☺ | Manual Testing Interview Questions. |
| ☺ | Rational TestSuite Interview Questions. |
| ☺ | QTP Interview Questions. |
| ☺ | Database Testing Interview Questions. |
| ☺ | Software QA Interview Questions. |
