PDA

View Full Version : What are the common bugs in web testing?



swatijain2233
07-27-2019, 08:59 AM
Hello friends,


What are the common bugs in web testing?

sinelogixtech
07-29-2019, 04:32 AM
Hi Friends,

here are different types of bugs that you will notice in a software:

Functional Errors.
Compilation Errors.
Missing commands.
Run time Errors.
Communication problems.
Logical errors.
Inappropriate error handling.
Calculation issues.

RH-Calvin
07-29-2019, 09:58 AM
- validation fields
- browser compability
- page layout at different screen resolutions
- date control
- app crash caused by button click
- communication errors (software - end user)
- tips & tricks

BangkokDinning
08-10-2019, 10:54 AM
1) Browser Adaptability. One of the most frequent problems is an app's browser adaptability. ...
2) Authentication Fields. Such errors occur if: ...
3) Date Control. ...
4) Page Layout on Various Screen Sizes (Resolution) ...
5) Software to End User Communication Error. ...
6) Button Clicks Leading to App Crash.

tomsfashion2019
08-12-2019, 08:57 AM
1) Browser Adaptability. One of the most frequent problems is an app's browser adaptability. ...
2) Authentication Fields. Such errors occur if: ...
3) Date Control. ...
4) Page Layout on Various Screen Sizes (Resolution) ...
5) Software to End User Communication Error. ...
6) Button Clicks Leading to App Crash.