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
Explain the benefits of quick test pro(qtp)?
How the exception handling can be done using quicktest professional (qtp)?
Where is the Bitmap checkpoint information stored?
Explain object spy in qtp.
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
distinguish between old version and new version QTP features.
what QTP Options do you know?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
assume i have few url link how will i dynamically call then using descriptive programming?
How can I change object description or check point values in qtp?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
what is clean sweep?
how to evalute defects in QTP script?
How many scripts did you have?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?