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 |
What is the method for maximize the application while we using Decriptive programming in QTP?
What Folder Structure following in Keyword Driven Frame work?
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
what is the difference between ClassName and class in QTP?
How to Identify broken links in QTP
Diff b/w Health care domain and Banking Domain?
There is a name "AJAY" how do u count no.of. "A" in that name ?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How do you create a library file
How to find if given number is prime or not
How do you done Data-Driven Testing using MS-Word. What is the script for that