For Programmers: Free Programming Magazines  


Home > Archive > Software Testing > August 2006 > how to send mail from Winrunner









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author how to send mail from Winrunner
karthikeyan_ed

2006-08-31, 4:53 pm

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@orbitz.com","kannadorai@orbitz.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 which is different from CSO lib, please send it to me.

Regards,
Karthikeyan A
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com