how to test an web application. and what step have to
considered first.
Answer / dada_khairnar
Web sites are essentially client/server applications - with
web servers and 'browser' clients. Consideration should be
given to the interactions between html pages, TCP/IP
communications, Internet connections, firewalls,
applications that run in web pages (such as applets,
javascript, plug-in applications), and applications that run
on the server side (such as cgi scripts, database
interfaces, logging applications, dynamic page generators,
asp, etc.). Additionally, there are a wide variety of
servers and browsers, various versions of each, small but
sometimes significant differences between them, variations
in connection speeds, rapidly changing technologies, and
multiple standards and protocols. The end result is that
testing for web sites can become a major ongoing effort.
Steps considered are:
1. Behaviour Testing
2. Static web testing
3. Input domain testing
4. Backend testing
5. Error handling testing
5. Frame Level testing
| Is This Answer Correct ? | 0 Yes | 0 No |
1. what are the types of testing you know and you experienced ?
what is Defect Containtment?
What is the Diff between Code Walk through & Code Review?
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.
how to maintain review reports
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
What is there in the final Test Summary Report
what is issue ?and difference between issue, defect and bug
is functional and black box testing same or not
Whats the resumption and assumption criteria in Test plan? explain briefly.
2 Answers CTS, Oneclick Testing Solutions,
Differentiate verification and validation?
what are the type of test strategy