Alert Test Cases
Sr No. | Case Description | Data | Expected Output |
---|---|---|---|
1 | Show Alert by giving message. | showAlert(_msg) | Info type alert will be shown with message. |
2 | Show Error Alert with position. | showAlertError(_msg,_position) | Error alert with message and at the position will be shown. |
3 | Show non fading alert. | options = { isNonFadingAlert:true } | Alert with close icon will be shown and it will get closed on click of close icon. |