I want to test some pages which have checkboxes in a form. Is it a good idea to include a test case which simply checks if all checkboxes are unchecked upon page reload ?
In other words, I am asking if its possible that checked checkboxes do not become unchecked even after reloading the page or by going to another page in that website & then returning to the page ?
Is this always caused by the browser and maybe poor programming/design ?
What i tried: Why does the checkbox stay checked when reloading the page?