Sending QTP report to mail - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Sending QTP report to mail (/Thread-Sending-QTP-report-to-mail) |
Sending QTP report to mail - vamshiram - 06-12-2008 Hi Please any one can let me know How to sent the report generated by the QTP to our mail box any specific code for that.. I tried with the report functions they are not so helpfull to me Regards Vamshi RE: Sending QTP report to mail - namitarayudu - 06-12-2008 Hi, Please try the following vb script and change the ToAddress and other variables accordingly. I think this will help you. Code: '========================================================================= Thanks, NamitaRayudu RE: Sending QTP report to mail - vamshiram - 06-13-2008 Thank you very much vamshi |