Using the function load_dll("c:\windows\system32\msvcrt.dll"), I loaded the dll to winrunner.When I declare the functions which return void in c, I don't know which keyword I should use in Winrunner.example:C ——void window(int left, int top, int right, int bottom);
Latest Answer : hiYes it is possible.Winruuner script programming style is different from C language programming style.In winrunner the lot of bulit in function used for scripting.But some of the functions is envornment defented ,it's not work with java add-in.Other ...
Latest Answer : auto, static, extern, public are the variable types allowed in winrunner. ...
Anybody can explain about Exception Handling in winrunner? What are the exception handler functions in winrunner with example?
1.set_record_attr(" ", "class html_name MSW_class", "regexp_MSW_class attached_text", index");2.set_record_method(" ", RM_RECORD);3.set_class_map("html_table","
Latest Answer : Some objects WR recognizes as generic object. Adding custom properties for objects allows to manage them as concrete objects with by their properties: # add new object html_table to GUI map Configurationset_class_map("html_table", "object"); # define ...
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