wr_dentry

This is a script I wrote when I worked at a big bank. It is useful to anybody that is unlucky enough to work with WinRunner.

High level interface to create_custom_dialog().

With this script, the winrunner programmer can easily and painlessly create input dialogs without directly using create_custom_dialog(). It will also allow the creation of “dialog resources”. This means, you can store your dialog tables and use them (and reuse them) when needed.

Another nice feature is that all the data the user inputs in the dialog is stored in memory and can be easily accesed with function calls. There won’t be a need to define variables/arrays to store the data.