What is UAT?

User Acceptance Testing (UAT) is a type of testing performed by the end user or the client to verify/accept the software system before moving the software application to the production environment. UAT is done in the final phase of testing after functional, integration and system testing is done. Purpose of UAT The main Purpose of UAT is to… Continue reading What is UAT?

Test Scenarios for Sending Emails

The email template should use standard CSS for all emails. Email addresses should be validated before sending emails. Special characters in the email body template should be handled properly. Language-specific characters (For Example, Russian, Chinese or German language characters) should be handled properly in the email body template. The email subject should not be blank.… Continue reading Test Scenarios for Sending Emails