Karthikeyan082075
Programmer
Hi,
I have a set of scripts which i will be running on a daily basics.
Every script will write the result into an excel sheet.
Now i need to mail (send as a mail) the content of the excel sheet to a list of people using winrunner
How to do that?
I tried using the below code which is actually part of
"CSO Lib X" example.
public msg[ ], rv;
rv = SMTP_email_x("kannadorai@yahoo.com","kannadorai@yahoo.com","Test mail from WR","How are you?","CHITDSEXC01.tds.corp.cendant.org");
if(0==rv){
rv = get_last_error_x(msg);
report_msg(msg);
}
But i got an error saying the function 'get_last_error_x()' is not defined.
There is no problem with the way i deployed the CSO library. I could even get the library and list of functions listed in the winrunner function generator window.
One thing i noticed is that even the function generator is not displaying the 'get_last_error_x()' function.
Could any one help me?
If you have a working solution for the same, please share it with me.
Regards,
Karthikeyan A
I have a set of scripts which i will be running on a daily basics.
Every script will write the result into an excel sheet.
Now i need to mail (send as a mail) the content of the excel sheet to a list of people using winrunner
How to do that?
I tried using the below code which is actually part of
"CSO Lib X" example.
public msg[ ], rv;
rv = SMTP_email_x("kannadorai@yahoo.com","kannadorai@yahoo.com","Test mail from WR","How are you?","CHITDSEXC01.tds.corp.cendant.org");
if(0==rv){
rv = get_last_error_x(msg);
report_msg(msg);
}
But i got an error saying the function 'get_last_error_x()' is not defined.
There is no problem with the way i deployed the CSO library. I could even get the library and list of functions listed in the winrunner function generator window.
One thing i noticed is that even the function generator is not displaying the 'get_last_error_x()' function.
Could any one help me?
If you have a working solution for the same, please share it with me.
Regards,
Karthikeyan A