Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What kind of testing to be done in client server
apllication and web application? Explain....

Answers were Sorted based on User's Feedback



What kind of testing to be done in client server apllication and web application? Explain......

Answer / kris

-------------------Web Testing :------------



During testing the websites the following scenarios should
be considered.
&#8226; Functionality
&#8226; Performance
&#8226; Usability
&#8226; Server side interface
&#8226; Client side compatibility
&#8226; Security
Functionality:
In testing the functionality of the web sites the following
should be tested.
&#8226; Links
&#61607; Internal links
&#61607; External links
&#61607; Mail links
&#61607; Broken links
&#8226; Forms
&#61607; Field validation
&#61607; Functional chart
&#61607; Error message for wrong input
&#61607; Optional and mandatory fields
&#8226; Database
&#61607; Testing will be done on the database integrity.
&#8226; Cookies
&#61607; 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.
&#8226; Connection speed:
o Tested over various Networks like Dial up, ISDN etc
&#8226; 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.
&#8226; 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:
&#8226; Ease of learning
&#8226; Navigation
&#8226; Subjective user satisfaction
&#8226; 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:
&#8226; Network Scanning
&#8226; Vulnerability Scanning
&#8226; Password Cracking
&#8226; Log Review
&#8226; Integrity Checkers
&#8226; 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:
&#8226; expected load in terms of concurrent users or HTTP
connections
&#8226; 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:
&#8226; testing a word processor by editing a very large
document
&#8226; testing a printer by sending it a very large job
&#8226; testing a mail server with thousands of users
mailboxes
Examples of longevity/endurance testing:
&#8226; 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:
&#8226; 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.
&#8226; Does it save its state or does it crash suddenly?
&#8226; 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&#8217;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:
&#8226; On various client hardware configurations
&#8226; Using different memory sizes and hard drive space
&#8226; On various Operating Systems
&#8226; In different network environments
&#8226; With different printers and peripherals (i.e. zip
drives, USB&#8217;s, etc.)

---Kris ------

Is This Answer Correct ?    2 Yes 0 No

What kind of testing to be done in client server apllication and web application? Explain......

Answer / santhoshraju

Integration Testing

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is port testing?when it is going to be done?

5 Answers  


Realizing you won't be able to test everything - how do you decide what to test first?

4 Answers  


I am sayyad(frm hyd) new commer for this site? I have some doubt's pls clarify it..... I finished my MCA 2005 pased out),(sayyadmeer@gmail.com) and S/w Testing Course(2006) till now i didn't get any job in testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,for Banking,ERP Projects etc. Advance thanks to all

5 Answers  


An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000 Can you please explain in brief, how to do equivalance class?

4 Answers   ISTQB, Tech Mahindra,


What would u do if u come across a bug...report it.....but the programmer is in a diff location ( say u in India n he is USA)..and he keeps accepting its a bug?

3 Answers   AZTEC,


1.What is end-to-end Testing 2.What ist the difference between WebBased Testing and Application Testing

5 Answers   College School Exams Tests, Mphasis, Tech Mahindra,


What is Trivial Bug?

2 Answers  


Do u writing a separate testcase for Regression Testing? If it is Yes, Explain How to write the Testcase?

4 Answers  


What is broken link? how to test in a web application.

2 Answers   Innovizia Technologies, IT Works,


Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it

1 Answers  


Can anybody describe what might be the reasons or situations where the developer doesn't accept a bug as a bug , raised by tester ?

13 Answers   Accenture,


Please explain software release process in detail.

1 Answers  


Categories