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?
RE: What are the most common bugs that we find on a da...
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
RE: 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?
common bugs we find in web based testing page taking too long to load hyperlinks not working text not alligned correctly
RE: 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?
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.
RE: 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?
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.