Hi, I have an attachment with all the UI automation report in html file I want to display my email subject with % of test cases covered which is there inside my attached document. How do i iterate the data inside my attachment and displaying the % covered

image
I am uploading the generated report screenshot which i want to display that 60 in the subject line of my UI path email.

Hi @ashokkarumuri6 ,
You can read html by this step

  1. To open HTML file, use start process activity.
  2. Then use Data scraping to extract table from HTML file.
  3. then use send outlook mail
    with html body as value in extract table
    regards,

Hi Team,

I want to update my automatic generated mail subject with test case % which is there inside attachment of the file.
image

Could you please tell me how to update the subject line with the test case coverage.

Someone please help me on this.

Hi @ashokkarumuri6

How about the following?

Give the attachment path in Load Image activity

After that use Send SMTP Mail Message activity to send the mail

BlankProcess16.zip (977.7 KB)

Cheers!!