How to send the qtp results file by email (Lotus notes).
Answer Posted / 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 View All Answers
How to change the priorities of the recovery scenario properties?
Explain qtp(quick test professional)?
Hi All, I need code for how to execute qtp scripts from excell sheet
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
banking domain description for software tester for interview
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Hoe can we do retesting using functions please give the code for it using login page
How many scripts did you have?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How do we analyze the checkpoint results?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What is the Difference between test object and run time object?