Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
1.44/5 (3 votes)
I am new in testing field and want to go deeper into it.I Have very simple question.

" If suppose you have an eCommerce website say "www.abc.com" ,how will you find bugs in that website?"

What are the simple ways to find bugs in that website?

What are the most handy software testing tools which testers use to find bugs .....like first step in a testing a website"

I need some links also where I can find more information regarding this.

What are test cases should i use?

How can I check its cross browser compatibility etc?

If I am using Firefox what kind of add-on are available which can find bugs in a website?

Thanks and Regards,
Posted
Updated 23-Nov-19 2:24am
v3

This is a very broad question. Still follow the blog post below to get some idea.

How to find a bug in application? [^].
 
Share this answer
 
As a tester you should perform or consider below mentioned test scenario for web testing.
1.Functionality testing :- This should cover the functionality offered by your website.
2.Usability Testing :- Usability testing is a technique used in user-centered interaction design to evaluate a product by testing it on users.
3.Compatibility Testing :- Issues like cross browser compatibility can be tested.
4.Interface Testing :- In case system is interfacing with external systems them interface testing helps to ensure proper handshaking.
5.Security Testing :- Security testing is a process to determine that an information system protects data and maintains functionality as intended.
6.Performance Testing:-Load and Stress testing

Enogh information is available if you use google for more information.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900