Reply
Contributor
delta67
Posts: 25
Registered: 08-30-2008
0
Accepted Solution

How do email the results of a testcase execution to someone in iTest?

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

Contributor
teksolver1
Posts: 16
Registered: 08-30-2008

Re: How do email the results of a testcase execution to someone in iTest?

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.

 

 

 

mailsend3.JPG
mailsend2.JPG
Contributor
teksolver1
Posts: 16
Registered: 08-30-2008

Re: How do email the results of a testcase execution to someone in iTest?

Here is the testcase attachment with the procedure. You can reuse procedure in any of your testcases to mail the test results.

 

teksolver1