What are the main bugs found in browser compatibility testing?

Questions by y_h_l

Showing Answers 1 - 9 of 9 Answers

avinash

  • Jul 31st, 2007
 

Bugs
1) Particular pages are not opening in every browser like (opera, mozzila, netscape)
2) Cookies are not available in particular browser
3) Exact link is not opening
4) Link is broken or not exist

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

1. Design compatible in one browser and not in another.(Design Issues)
2. Button key press compatible in one browser and not in another browser. (Functional Issue)
3. Page name Compatible in one browser and not in another browser (missing)
4. Components  Compatible in one browser and not in another browser (Date Picker Component)
5. Browser Stability varies in one browser to another(Functional Load)

  Was this answer useful?  Yes

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