How can we print a value on screen through WinRunner?
What is Add watch in Win Runner?
How can we enable a GUI object using Winrunner?
Explain Regular Expression in Win Runner
I want to know whether a button is pressed by the user or not. I want to use this in an if statement. Does any1 know about this? Please help
Latest Answer: I think the answer mentioned above is wrong.As above script checks whether the button is enbled or disabled and not the button is pressed or not.As pressing button does not necesarily disbled it. ...
1.What are the TSL functions available when working with Winrunner?I. tddb_ get_ step_ value II. tddb_ get_ test_ valueIII. tddb_get_testset_valueIV. tddb_ get_ teststep_ value2.Which sign indicates that
I have an application that has a lot of DIV strings, and WR does not recognize them. Is there any way that I can make WR recognize this?Thanks in advance.-
Latest Answer: To get column count in winrunner we can useddt_get_parameters ( table, params_list, params_num ) command.where params_list is the list of columns in tableand params_num is the number of columns in the table. ...
Latest Answer: We can call external function in winrunner using load_dll comand.syntax : load_dll(pathname for dll)We need to declare the function in dll as extern first befor using it in to the module. ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top