Interview Questions

How to use WinRunne to check whether the record was updated or the record was delelte or the record was inserted or not?

Mercury WinRunner FAQ


(Continued from previous question...)

How to use WinRunne to check whether the record was updated or the record was delelte or the record was inserted or not?

Using WinRunner check point features: Create->dDB checkpoint->Runtime Record check

How to use WinRunner to test the login screen

A: When you enter wrong id or password, you will get Dialog box.

   1. Record this Dialog box
   2. User win_exists to check whether dialog box exists or not
   3. Playback: Enter wrong id or password, if win_exists is
                true, then your application is working good.
                Enter  good id or password, if win_exists is false,
                then your application is working perfectly.

(Continued on next question...)

Other Interview Questions