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 |
How to do call a output parameter from one action to another action??/
describe some problem that u had with automation testing tool?
What is the file extension of the code file in qtp?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
How do you create new test sets in td?
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
If you have given 1000 manual test scripts, what test you will do? and how?
i don't have any experience in qtp? Can u please tell me What work i have to do?
What is the Diff between Image check-point and Bit map Check point?
What is qtpro? What is a quick test professional?