What are the most common bugs that we find on a daily basis in web based testing. Also can some one give examples of high priority real time bugs and how they solved them?

Questions by puja123

Showing Answers 1 - 15 of 15 Answers

rajiv

  • Nov 22nd, 2007
 

1. UI (Text not alligned)
2. Text not displayed as per the requirement(Somewhere it should be bold or plain)company logo is not properly displaying.
3. Inconsistency in data

Simple Example of "Severity and Priority for bugs" If you are doing webtesting for any Company wesite and in that if you found the company logo different then for webdeveloper its easy to change means severity is low but from comany point of view its logo is in proper way so that time priority is high. If you are doing testing for UK client and if you found the date format MM/dd/yyyy(in UK its dd/mm/yyyy) then for developer its change the format of date is not big issue that time from developer point of Priority is low and severity id high.

If you are doing webtesting then you have to check the Browser Compatibilty, then all the links of that web page is properly redirect or not on that page previous and back button is working or not... like this.

  Was this answer useful?  Yes

Shakkila

  • Oct 5th, 2008
 

Common Bugs during web based testing :

1.Bugs due to the wrong functionality .
2. Bugs due to the delay in page loading as a matter of performance.
3. Bugs caused due to User Interface indifference , (Look and feel of the application like fonts).
4. Bugs caused due to the data .
5. Bugs caused due to the insecurity of the web pages.

  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