How to send QTP test results to an email...(with out using
Quality Center)?
Answer Posted / raj
Try this function
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 ? | 24 Yes | 3 No |
Post New Answer View All Answers
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How you can delete excel file in qtp?
Explain in brief about the qtp automation object model (aom).
What are the five challenges you faced in QTP?
How do know the number of browsers opened?
Shall we add Local Repository to shared object repository,if yes,how we add
What are the various types of Actions in UFT?
Define Error Pane of UFT?
Is it possible to change the property value at runtime? How it is possible?
How you debug your script?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
What is the use of text output value in quicktest professional (qtp)?
What is a reusable action?
Explain the concept of object repository?
What are the Test design techniques you uses in ur project?