-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Write and explain various loop command?
A for loop instructs WinRunner to execute one or more statements a specified number of times. It has the following syntax: for ( [ expression1 ]; [ expression2 ]; [ expression3 ] ) statement i. First, expression1 is executed. Next, expression2 is evaluated. If expression2 is true, statement is executed and expression3 is executed. The cycle is repeated as long as expression2 remains true. If...
-
When it is appropriate to change physical description?
Changing the physical description is necessary when the property value of an object changes.
Winrunner Interview Questions
Ans