Button Test Cases

Sr No.Case DescriptionDataExpected Output
1Button to be shown with label only.label = 'Save'Button with Label 'Save' is shown.
2Button is shown and a tooltip is shown on hoverlabel='Save', tooltip: 'Save'Button is shown and on hover a tooltip is shown with text as 'Save'
3Button is shown with icon only.iconName='Plus'Button is shown with plus icon.
4Button is shown with icon and labellabel='Save', iconName='Save'Button is shown with icon and label
5Button is shown with secondary coloroptions not passedButton is shown with secondary colors.
6Button is shown with primary coloroptions: {
isPrimaryClr : true
}
Button is shown with primary colors.
7Button is shown with modified CSScontainerClass= '{className}'Button is shown with class applied on the container