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. ...
Latest Answer: Hi...Above one is Correct...But after save the function in compile module..u have to run the function once...so that it will create one exe file for that function. ...
How to configure the Email setting in WInrunner --Tools-General option.I have supplied all the relevant data in email settings. mail server name,username & password and senders email address, recipients
Latest Answer: Hi, Make sure that the following settings are done properly.1)Goto Tools> General Options > Notifications and select the check box for Sending notifications.2) Add Sender and receiver mail ids and click Apply and OK Buttons.Please let ...
Latest Answer: table = ""; rc = # This function opens your excel sheet in readmode.if (rc!= E_OK && rc != E_FILE_OPEN) # This will check whether excel sheet exists in the specified ...
I have a application in which I am selecting browse button to add file from local drive. On click of browse button it opens select file dialog. I am unable to capture the browse dialog along with all the
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top