Monday, May 12, 2008

Dynamic GUI Identifier

In real time, mostly user needs to select the data or click links dynamically. Sometimes user may want to assign the tag dynamically at runtime. In Silktest, user can replace the tag with a function call. See the Example.

Example:

[-] HtmlTable GridTable
[ ] tag "{GetTableTags( )}"
[ ]
[-] String GetTableTags( )
[ ] return (sGridTableTag)


Two dialogs have the same label or caption, but do not have identical contents. For example, one Open dialog has a Name text field and the other Open dialog has a Search pushbutton. See the Handle Same titled windows .

For more Info, Please see the Silktest Help-> Index Tab-> Multitag statement -> Multitag statement