Posts

Showing posts from January, 2022

𝐓𝐎 𝐤𝐧𝐨𝐰 𝐚𝐛𝐨𝐮𝐭 𝐒𝐞𝐯𝐞𝐫𝐢𝐭𝐲 & 𝐏𝐫𝐢𝐨𝐫𝐢𝐭𝐲

Image
TO know about Severity & Priority       ► Priority                                                                                                                     it indicate how soon bug should be fixed. Priority defines the order in which we  should resolve an error. Should we fix it now or wait? It could be low, medium and high. It depends on customer requirement. Low: defect isn’t harmful to the Product, so it can be resolve after the critical/harmful defects are fixed or a later date.     Medium : it can be resolved throughout the normal process of development.it can be tested in another build or version. High : error must be solve as soon as possible. It needs to be resolve within a working days. This types of defects affect the functionality. ► Severity                                                                                                                                               it indicates the seriousness of the defect on the product functional

Test Cases For Mobile Number Field

Image
Some Important Test Case For Mobile Number Fields Are Given Below ► Verify that entering Valid 10 digit mobile ie."9876541230". ► Verify that entering less then 10 digit mobile number. ► Verify that entering more than 10 digit mobile number, ► Verify that entering blanc space between mobile number. ► Verify that entering blanc space before mobile number i.e.." 8765441230". ► Verify that entering blanc space after mobile number ie."987654123 ". ► Verify that mobile number field text must be copy and past  ► Verify that mobile number field entering without any value. ► Verify that Asterisk * symbol is display when the field is mandatory.  ► Verify that mobile number by entering special characters & characters. ► Verify that alert message display when entering wrong values in mobile number filed. ► Verify that place holder is proper text or proper visibility  ► Verify that country wise mobile number validation work or not. Hope The Above Test Cases Are he