Interview Questions

Online Vs Batch Execution - Online Test Scripts How do we use Online Scripts?

Mercury WinRunner FAQ


(Continued from previous question...)

Online Vs Batch Execution - Online Test Scripts
How do we use Online Scripts?

Using Dialog functions we can use the Interactive Testing accomplished.

In Mercury Interactive the following code is
SSN = create_input_dialog ("Please Enter the SSN Number");
In Compuware's QARun the following code is Dialog "Array_A" Array_A []
USER = Array_A["Userid"]
Pass = Array_A["Password"]

(Continued on next question...)

Other Interview Questions