How to send the qtp results file by email (Lotus notes).



How to send the qtp results file by email (Lotus notes)...

Answer / a.thirumalareddy@gmail.com

Function SendMail(SendTo, Subject, Body, Attachment)
Set ol=CreateObject("Outlook.Application")
Set Mail=ol.CreateItem(0)
Mail.to=SendTo
Mail.Subject=Subject
Mail.Body=Body
If (Attachment <> "") Then
Mail.Attachments.Add(Attachment)
End If
Mail.Send
ol.Quit
Set Mail = Nothing
Set ol = Nothing
End Function

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More QTP Interview Questions

What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0

1 Answers   DELL,


How to fetch web elements count from Google Page which contains letter "e"

4 Answers  


pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example

6 Answers   Ordain Solutions,


Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .

2 Answers  


During test run,How will you copy/paste from/to clipboard?

3 Answers  


How QTP recognizes Objects in AUT?

1 Answers   Crea,


How to explain a banking project in interview as a test engineer???

1 Answers   Accenture,


types of output value in details.

4 Answers  


What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP

2 Answers   iLink,


what is the use of automation objective model?where is used? plz tell me

2 Answers  


What is the difference between qtp and selenium?

1 Answers  


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1 Answers  


Categories