Property | Type | Description | |
---|---|---|---|
dataTestMailBody | string |
Method | Description | |
---|---|---|
ConfigureMail ( ) : string |
Email configuration details
|
|
EmailDataRow ( int sNo, string title, string testResult ) : string |
Email data
|
|
Main ( string args ) : void |
Main method of class
|
|
ReportData ( ) : void |
To retrieve test report data
|
|
ToSentenceCase ( string str ) : string |
This method is used to Manipulate joint string
|
public EmailDataRow ( int sNo, string title, string testResult ) : string | ||
sNo | int | Row id |
title | string | Email title |
testResult | string | Test result |
return | string |
public static Main ( string args ) : void | ||
args | string | Command line arguement |
return | void |
public ToSentenceCase ( string str ) : string | ||
str | string | Input string |
return | string |