- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How do email the results of a testcase execution to someone in iTest?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-31-2008 08:21 PM
Hi
I want to email the results of my testcase to someone at the end of the testcase execution. Is there a way to do it?
Thanks
delta
Solved! Go to Solution.
Re: How do email the results of a testcase execution to someone in iTest?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-31-2008 08:50 PM
delta
Some days ago, I had to do the same thing. I have written a simple procedure which can be called any time to email the results of the test case execution till that point in that testcase. I am attaching the example test case with the procedure. You will have to edit the procedure to provide information for mail configuration for your user account.
key things for the procedure are shown in these attachments:
1. Select the "open" step of the procedure and go to the properties show in the first image. You will have to provide the mail server used to send email for your company. You will need user name and password as well.
2. A "summarize" step summarizes the results of your testcase. On this step, we will store the results of the summary in a variable by opening the properties for "summarize" step as shown in the next image.
3. Finally, we will write the summary stored in a variable to the mail message body.
Re: How do email the results of a testcase execution to someone in iTest?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-31-2008 08:52 PM
Here is the testcase attachment with the procedure. You can reuse procedure in any of your testcases to mail the test results.
teksolver1
