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 test background color and dynamic images during run time can you put the check point for moving objects?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How will you report the bug and explain the defect tracking sheet you handled?
How to carry out bit map check points in QTP
What are the different types of qtp test assets and their extensions?
what is defenetion of kiran can u tell me plz CVS, SVN
Differentiate the type of test cases which can be automated and which cannot be automated?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
how will load the object during runtime?
What is the difference between a Function and Action in QTP?
How to capture all the data of a webtable, weblist and combolist using QTP?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
what are the limitations of smart identification in qtp 9.0
write the vb script for call to new action in qtp?