This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to Mimic the tool functions like Click(),SetText("") in SilKTest Open Agent (4Test) , Any clear example ?

Hi, As per my Application(Windows) if we click on the button it should open dialog box (Close based on the dialog box). Here based on the provided input in fields its pulling data from backend, so sometimes its opening and sometimes its not closing the dialogbox. so i would like to Mimic the Click Finction like enabled = true, visible = true  or waitforpropery.

In UFT we have objControl to mimic the existing functions as user defined functions.

Here do we have any options to deal this kind ?