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 |
Difference between Static and dynamic Testing & Which type of testing include in Static and dynamic Testing ? explain in detail with example. Thanks
List the considerations in developing testing methodology
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
Whats the meaning of features to be tested and features not to be tested in Test plan?
3 Answers Oneclick Testing Solutions,
Describe your experiences with code analyzers.
What are the basic concepts of database that a software tester should know?
KINDLY FORWARD ME THE INTERVIEW QUESTIONS & ANSWERS FROM REAL TIME POINT OF VIEW FOR 1.5 YEARS EXPERIENCED CANDIDATE. MY EMAIL ID IS sky_bird433@yahoo.com
Project had been started in Manual testing and Automation of some fixed modules, Then finally decided to Test the total Application in Automation then it is possible to test that application.
what are the conditions of test cases?
How can your reverse a sentence("I LOVE MY COUNTRY" to "COUNTRY MY LOVE I")
What actually testers do in Smoke Testing?
What is Equivalance Class?