What type of Compatibility bugs can found in web testing?

Questions by sricharan_l

Showing Answers 1 - 6 of 6 Answers

I've generally found the issues in below areas.


1. java script errors : Shown only in mozilla, not in IE

2. Hidden fields: Some times some of the controls should be hide in some pages,
that hidden fields are directly shown when checking with Mozilla.

3. Usability : Alignment of the fields has been changed for some controls in
some pages when checking with Mozilla.

4. Close buttons in child windows: Some pages have child windows with close
button, if clicked on close button the page should closed actually, but when
checking with Mozilla it's not happening where as with IE it is ok.

5. Sorting : The main problem i've faced is sorting has not been worked which is
available in every data grid.

6. Tool tip or Help text: In every page some important controls have tool tips
which introduces about it's use, these tips are working fine in IE , but while
working with  mozilla some times tips are shown, some times not, and some
times over lapped.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions