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
Functionality of the application to be automated through Winrunner is that when I click on certain field (say: amount field), some of the other fields gets populated with predefined values from the database.But
Latest Answer: winrunner will execute only your commands and nothing more than that. So if it is closing IE then you shold have given win_close ( window );window The logical name or description of the window.The win_close function closes the specified window. ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top