ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
HOW TO TEST A WEBSITE BY MANUAL TESTING ?
 Question Submitted By :: Prashant
I also faced this Question!!     Rank Answer Posted By  
 
  Re: HOW TO TEST A WEBSITE BY MANUAL TESTING ?
Answer
# 1
Web Testing
During testing the websites the following scenarios should 
be considered. 
	Functionality 
	Performance 
	Usability 
	Server side interface 
	Client side compatibility 
	Security
Functionality: 
In testing the functionality of the web sites the following 
should be tested.
	Links 
	Internal links 
	External links 
	Mail links 
	Broken links 
	Forms 
	Field validation 
	Functional chart 
	Error message for wrong input 
	Optional and mandatory fields 
	Database 
	Testing will be done on the database integrity. 
	Cookies 
	Testing will be done on the client system side, on 
the temporary internet files. 
Performance: 
Performance testing can be applied to understand the web 
site's scalability, or to benchmark the performance in the 
environment of third party products such as servers and 
middleware for potential purchase. 
	Connection speed: 
o	Tested over various Networks like Dial up, ISDN etc 
	Load 
o	What is the no. of users per time? 
o	Check for peak loads & how system behaves. 
o	Large amount of data accessed by user. 
	Stress 
o	Continuous load 
o	Performance of memory, cpu, file handling etc. 
Usability : 
Usability testing is the process by which the human-
computer interaction characteristics of a system are 
measured, and weaknesses are identified for correction.
Usability can be defined as the degree to which a given 
piece of software assists the person sitting at the 
keyboard to accomplish a task, as opposed to becoming an 
additional impediment to such accomplishment. The broad 
goal of usable systems is often assessed using several 
criteria:
	Ease of learning 
	Navigation 
	Subjective user satisfaction 
	General appearance 
Server side interface: 
In web testing the server side interface should be tested. 
This is done by
Verify that communication is done properly.
Compatibility of server with software, hardware, network 
and database should be tested.
The client side compatibility is also tested in various 
platforms, using various browsers etc.
Security: 
The primary reason for testing the security of an web is to 
identify potential vulnerabilities and subsequently repair 
them. 
The following types of testing are described in this 
section: 
	Network Scanning 
	Vulnerability Scanning 
	Password Cracking 
	Log Review 
	Integrity Checkers 
	Virus Detection
Performance Testing 
Performance testing is a rigorous usability evaluation of a 
working system under realistic conditions to identify 
usability problems and to compare measures such as success 
rate, task time and user satisfaction with requirements.
The goal of performance testing is not to find bugs, but to 
eliminate bottlenecks and establish a baseline for future 
regression testing.
 
To conduct performance testing is to engage in a carefully 
controlled process of measurement and analysis. Ideally, 
the software under test is already stable enough so that 
this process can proceed smoothly.
A clearly defined set of expectations is essential for 
meaningful performance testing.
For example, for a Web application, you need to know at 
least two things:
	expected load in terms of concurrent users or HTTP 
connections 
	acceptable response time 
Load testing:
Load testing is usually defined as the process of 
exercising the system under test by feeding it the largest 
tasks it can operate with. Load testing is sometimes called 
volume testing, or longevity/endurance testing
Examples of volume testing:
	testing a word processor by editing a very large 
document 
	testing a printer by sending it a very large job 
	testing a mail server with thousands of users 
mailboxes 
Examples of longevity/endurance testing:
	testing a client-server application by running the 
client in a loop against the server over an extended period 
of time 
Goals of load testing:
	Expose bugs that do not surface in cursory testing, 
such as memory management bugs, memory leaks, buffer 
overflows, etc. 
ensure that the application meets the performance baseline 
established during Performance testing. This is done by 
running regression tests against the application at a 
specified maximum load. 
Although performance testing and load testing can seen 
similar, their goals are different. On one hand, 
performance testing uses load testing techniques and tools 
for measurement and benchmarking purposes and uses various 
load levels whereas load testing operates at a predefined 
load level, the highest load that the system can accept 
while still functioning properly. 
Stress testing: 
Stress testing is a form of testing that is used to 
determine the stability of a given system or entity. This 
is designed to test the software with abnormal situations. 
Stress testing attempts to find the limits at which the 
system will fail through abnormal quantity or frequency of 
inputs. 
Stress testing tries to break the system under test by 
overwhelming its resources or by taking resources away from 
it (in which case it is sometimes called negative testing). 
The main purpose behind this madness is to make sure that 
the system fails and recovers gracefully -- this quality is 
known as recoverability.
Stress testing does not break the system but instead it 
allows observing how the system reacts to failure. Stress 
testing observes for the following.
	Does it save its state or does it crash suddenly? 
	Does it just hang and freeze or does it fail 
gracefully? 
Is it able to recover from the last good state on restart? 
Etc.
Compatability Testing 
A Testing to ensure compatibility of an application or Web 
site with different browsers, OS and hardware platforms. 
Different versions, configurations, display resolutions, 
and Internet connect speeds all can impact the behavior of 
the product and introduce costly and embarrassing bugs. We 
test for compatibility using real test environments. That 
is testing how will the system performs in the particular 
software, hardware or network environment. Compatibility 
testing can be performed manually or can be driven by an 
automated functional or reg The purpose of compatibility 
testing is to reveal issues related to the product’s 
interaction ression test suite.with other software as well 
as hardware. The product compatibility is evaluated by 
first identifying the hardware/software/browser components 
that the product is designed to support. Then a 
hardware/software/browser matrix is designed that indicates 
the configurations on which the product will be tested. 
Then, with input from the client, a testing script is 
designed that will be sufficient to evaluate compatibility 
between the product and the hardware/software/browser 
matrix. Finally, the script is executed against the matrix, 
and any anomalies are investigated to determine exactly 
where the incompatibility lies. 
Some typical compatibility tests include testing your 
application: 
	On various client hardware configurations 
	Using different memory sizes and hard drive space 
	On various Operating Systems 
	In different network environments 
	With different printers and peripherals (i.e. zip 
drives, USBs, etc.)
 
Is This Answer Correct ?    17 Yes 0 No
Sunny
 
  Re: HOW TO TEST A WEBSITE BY MANUAL TESTING ?
Answer
# 2
Write GUI,Postive and Negative test cases for all the 
fields.Divide your webpage on frame base.Eg like we have 
header frame which contains logo,company name and links 
about the web site,like wise go for each and every frame 
for writing testcases.As it is a website concentrate more 
on Cosmetic appearence.i.e.concentrate more on GUI test 
cases.

thanks,

santoshv@proarchitsolutions.com
 
Is This Answer Correct ?    5 Yes 4 No
Santosh
 
 
 
  Re: HOW TO TEST A WEBSITE BY MANUAL TESTING ?
Answer
# 3
Accessibilty is also one of the main criteria for effective 
Web Testing.
 
Is This Answer Correct ?    1 Yes 1 No
Alok D
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is the diff between IE and netscape in a web testing on a login page. Mind-Tree2
How to test the functionality & UI of an application which is in a different language other than English as part of Localization Testing.  1
hi all, i am new to testing environment.i have two questions 1.what is the difference between volume test and load test.? 2.generally ,what is the output for stress testing.?because it is beyond the limit.and what is the use of stress testing? RIM6
please tell me about fish model which is used in sdlc model ,and also tell me about the founder of fish model and diagram of fish model and other things in details Verizon5
What type of testing process do you follow in current organisation?  2
what is test case effective ness ?  2
This is question is for system testing: What are Global catalog server, Schema Master and other NDTS roles ? Veritas3
what is the metrics followed in a small company( if its not a cmm level company). if there is no business analyst in a company then who will prepare the requirement documents  1
what is validation testing.  2
why a developer is not good tester?  2
Diff between static and dynamic review? Softdel2
what is web application testing and what is the difference between a client server application and web server application? IndiumSoft3
What is the clear meaning of test case, levels in test case ? contents of test case  1
What did you include in a test plan?  2
What are new features in Vista / Longhorn ? Veritas2
what is the difference between stress and load testing  5
What is adhoc testing?when it can be done?  5
can anybody give me an example for high severity and low priority? Savitr4
What is the difference between GUI and UI testing? Zolon4
How will u classify the test cases ?  4
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com