How to edit XML file using Winrunner?
How to create a DSN in Winrunner 8.2
What is a cvr file in WinRunner?
How will you set a value of a Textbox in QTP/Winrunner?
Latest Answer: Set value of a Textbox in Winrunner.You can do this by different ways, depends on what type of Textbox it is:edit_set(edit,text); #if it is of class editobj_type(obj,keyboard_input); #if it is of class objectwin_type(win,Keyboard_input);#if ...
How can I parameterize MS Access table in Win Runner?
How can we print a value on screen through WinRunner?
Latest Answer: Use the pause function for this.syntaxpause(Variable); ...
What is Add watch in Win Runner?
Latest Answer: Add watch is used to include variables, expressions and arrays to the watch list.In Watch list you can monitor the values of variables,expressions and arrays.This is useful when you are debugging the scripts as you can see the current values of the ...
How can we enable a GUI object using Winrunner?
Latest Answer: We cannot enable object using Winrunner but while scripting we can check if object is enabled or not if not we can perform some action on GUI which enable the object.For eg in flight reservation application check if "Insert Order" is enabled it will not ...
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: Checking button wether it was pressed or not depends on behavior of button when pressed, its correct we can not always check the state of button, but if button is changing its state from enabled to disabled then the function mentioned in first answer ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top