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 |
what is test coverage??
what is Negative testing and what It?s Purpose?
ISTQB - any model paper questions related to this certification?
what is Regresstion testing? when it will be needed?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
What is Benchmark Testing
What is a Use case? Is it possible to write test case without Use case?
what is mean by service level testing? what will come under this?
How did u perform regression testing what r the steps involved?
Explain unit testing, integration tests, system testing and acceptance testing?
pls explain company testing process in detail
What is the Difference between Stub Testing and Driver Testing?