The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML help for my POC in Automation, Help in creating one html format
Akshat Jain
post Aug 6 2022, 12:31 AM
Post #1





Group: Members
Posts: 2
Joined: 6-August 22
Member No.: 28,492



Need HTML Format for the following content in the attached screenshot

My Framework creates one ErrorExecution.properties at run time which is dynamic and changes as per the failed test cases (Not it is 15 records and can be 5 in the next execution)


1;New Supervision 5.10 End to End Cases;To validate that data for Gates, Agents and DDI for selected organization from New Supervision should match with Legacy Supervision
2;BRE Engine Rule Matching Different Scenarios;Verify when user create rule with Calendar with regular days and send request with different days or different timestamp or timezone then getting error message ok no match with response
1;Outbound Test Cases 5.10;Verify campaign call for multiple contacts happens only on phone numbers specified in contact import file, and skips the null/blank fields, when adding new contacts
2;Agent should be able get the recording options on the toolbar;Console Verify that ongoing recording stops automatically for blind transfer
1;Customer Details are displayed on campaign calls for ASB agents.;Verify Customer Details mapped with outbound campaign call are displayed to agent.
2;Console Test Cases 5.10;Change the Agent status to "Break" and "Meeting" before "Union Break"
2;Outbound Test Cases 5.10;Verify that call happens at the specific date and time and to a specific agent
2;Agent List UI;Sup stat smoke TC6
2;Admin Test Cases 5.10;Verify queue is working fine when Coef B has 9999 value in gate settings.
1;Outbound Test Cases 5.10;Verify if the Specific Date and Time is same and contact priority is different, call happens according to priority
2;User Accounts;AdminSmokeTC2-Create a user-Agent
2;New Reporting End to Ends Tests 5.10;Verify the metric value for Handled interactions (per channel category)
2;Edit existing report functionality;To verify User is able to edit existing report
2;New Supervision 5.10 End to End Cases;To validate the 'Occupation Timeline' widget header on New supervision module
2;Console smoke check - MC IVR Sup;(2)Verify if the agent is able to connect on console with both digital and voice skills



So in the above file there are 15 records and each record contains

1;New Supervision 5.10 End to End Cases;To validate that data for Gates, Agents and DDI for selected organization from New Supervision should match with Legacy Supervision

<Type of issue>;<Scenario Name>;<Epic Name>


Here on Type of issue : 1 means Test Data Issue , 2 means Application issue , 3 means Environment Issue

In the attached screenshot the text content for which html has to be created is in the form

Hi All,



Quick Summary:


Total 3 Failures Ref Total <n records> Failures

No Issue logged on Jira for the Application & Infra Issue :

4 Test Data Issue and 2 loading issue , verified manually and historically build analysis has a High pass % so no action needed Ref <n Test Data> Test Data Issue and <n Application Issue> application , verified manually and historically build analysis has a High pass % so no action needed


Please find the analysis for INT AWR01 5.10 AWS Smoke below :



1. Console Failures (3)- Ref 1. Console Failures (<Total records>)-

Test Data Issue : Epic Name -> Failed due to Session already opened issue (1) <<Type of Issue> : <Epic Name> -> <Scenario Name> >
Action Required : AutoQA has verified the scenario manually and is working fine . Passed in the historical run
Application Issue : Failed due to "The page is not working" while loading console (1)
Action Required : Intermittent Issue . AutoQA has verified the scenario manually and is working fine and will pass in next automation run . Passed in the historical run
Test Data Issue : Failed due to Incoming call issue due to test data (1)
Action Required : AutoQA has verified the incoming call manually and is working fine .QA-47157 is logged for the test data issue


This post has been edited by Akshat Jain: Aug 6 2022, 12:38 AM


Attached thumbnail(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Aug 6 2022, 07:45 AM
Post #2


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(Akshat Jain @ Aug 6 2022, 07:31 AM) *

My Framework creates one ErrorExecution.properties at run time which is dynamic and changes as per the failed test cases (Not it is 15 records and can be 5 in the next execution)

Sounds like the HTML must be generated by the same Framework software that generates the error records.

What is "ErrorExecution.properties", is it a file? What does it contain, plain text?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Akshat Jain
post Aug 6 2022, 08:37 AM
Post #3





Group: Members
Posts: 2
Joined: 6-August 22
Member No.: 28,492



QUOTE(Christian J @ Aug 6 2022, 07:45 AM) *

QUOTE(Akshat Jain @ Aug 6 2022, 07:31 AM) *

My Framework creates one ErrorExecution.properties at run time which is dynamic and changes as per the failed test cases (Not it is 15 records and can be 5 in the next execution)

Sounds like the HTML must be generated by the same Framework software that generates the error records.

What is "ErrorExecution.properties", is it a file? What does it contain, plain text?




I have this Selenium Automation Framework which runs n number of automated test cases . At the end of execution when all the test cases completely runs ErrorExecution.properties which is normal text file stores some information of the failed cases which is generated at run time

Now I want to trigger a mail in the format which I have shown in the attached screenshot from the jenkins pipeline . For that I need a dynamic html code which I can configure in the jenkins job

@Christian May you help me to create an html for the above format

This post has been edited by Akshat Jain: Aug 6 2022, 08:38 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Aug 6 2022, 11:43 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(Akshat Jain @ Aug 6 2022, 03:37 PM) *

I have this Selenium Automation Framework which runs n number of automated test cases . At the end of execution when all the test cases completely runs ErrorExecution.properties which is normal text file stores some information of the failed cases which is generated at run time

Can't the Framework itself generate emails or HTML?

QUOTE
Now I want to trigger a mail in the format which I have shown in the attached screenshot from the jenkins pipeline .

I'm not familiar with Jenkins pipelines, sorry.

QUOTE
For that I need a dynamic html code which I can configure in the jenkins job

HTML alone is not dynamic, nor can it create and send emails. Perhaps you could let some (server-side) scripting language like PHP read the data in the text file and generate an email from it. Javascript could also read a text file (using Ajax), but not create an email.




User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 06:45 PM