Answer Posted / rajkumar
Web site testing is little bit complicated than client server based applications.
1) Check the web site for functionality testing.
2) Check for broken links spelling mistakes.
3) Check all alternate text of all images are displayed properly.
4) If Ur web site is using cookies to save user related information also do little bit cookie testing.
5) If Ur web site is using any user registration page use SQL injection for security testing.
6) Do performance testing of the web site.
7) Do compatibility testing of the web site with diffrent browser versions.
8) U can also do load and stress testing but u need automation support for that.
9) Most Important u should do is Usability testing of ur web site.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
How do you determine user soad for a perf test of a Web application?
What are the different servers and difference between them?
What is bug release?
What are the various techniques in black box testing?
through which phases a software ttester need to pass like as a junnior test engineer,team lead,project lead,etc.? which is the final stage of your promotion and how will u achieve?
HOW TO CREATE SRS REVIEW REPORT TO PL?
How do you go about testing a project?
What is a code walk through?
what is data guidelines
can u merge 10GUI map files into a single GUI map file in winrunner?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
Give me an example of something you tried at work but did not work out so you had to go at things another way.
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.