Icon Rating Test Cases

Sr No.Case DescriptionDataExpected Output
1No iconNameiconName = ''Default SPINNER SPIN will display
2Wrong iconNameiconName = 'stars'Icon will not display
3Correct iconNameiconName = 'CIRCLE_NOTCH'Display icons based on iconName and passed data
4No extLabelextLabel = ''Default label will display 'Loading...'
5Correct extLabelextLabel = 'Data is loaing'Given label will display
6No loaderParentClassloader will take full screen
7loaderParentClassloader will come on top of the given class with class's dimension
8No cst-loader-element-override.cst-loader-element-override = {}Default css will apply on component
9Css property without !important.cst-loader-element-override{
color: red;
}
Default color will apply
10Css property with !important.cst-loader-element-override{
color: red !important;
}
Red color will apply on icons