Answer Posted / geetz
Web sites are essentially client/server applications - with
web servers and 'browser' clients. Consideration should be
given to the interactions between htm
l pages, TCP/IP communications, Internet connections,
firewalls, applications that run in web pages (such as
javascript, plug-in applications(flash, quick time)), and
applications that run on the server side (such as asp.net,
database interfaces etc.).
Other considerations might include:
What are the expected loads on the server (e.g., number of
hits per unit time?), and what kind of performance is
required under such loads (such as web server response
time, database query response times).
Who is the target audience? What kind of browsers will they
be using? What kind of connection speeds will they by using?
What kind of performance is expected on the client side
(e.g., how fast should pages appear, how fast should
animations etc. load and run)?
Will down time for server and content maintenance/upgrades
be allowed? how much?
What kinds of security (firewalls, encryptions, passwords,
etc.) will be required and what is it expected to do? How
can it be tested?
What processes will be required to manage updates to the
web site's content, and what are the requirements for
maintaining, tracking, and controlling page content,
graphics, links, etc.?
Which HTML specification will be adhered to? How strictly?
What variations will be allowed for targeted browsers?
How will internal and external links be validated and
updated? how often?
Can testing be done on the production system, or will a
separate test system be required? How are browser caching,
variations in browser option settings, dial-up connection
variabilities, and real-world internet 'traffic congestion'
problems to be accounted for in testing?
How extensive or customized are the server logging and
reporting requirements; are they considered an integral
part of the system and do they require testing?
links concerning web site security - eg.https pages for
account info in banking website.
Some usability guidelines to be consider - eg.how
userfriendly it is.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Field level test cases are developed using AF TOD to validate individual fields on a screen using a black box testing methodology. IN THIS CONTEXT WHAT IS "AF TOD"
In Software Development Team, Who has the biggest and smallest salary? Can You list all of it? It say that SQA Tester is the smallest one, Is it right?
What is the basis for choosing the sdlc model for development of software?
List out the software quality practices through the software development cycle?
is possible smart identification through descriptive Programing
Why is it often hard for management to get serious about quality assurance?
What are the actual QA processes run in software compamy ?
Tell me about any quality efforts you have overseen or implemented.
Explain what is traceability matrix?
What is the need of test plan document?
Explain paradigms for interfacing module?
list potential risks that you have identified so far in Banking domain
How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).
Hi every body i am going to take the ISTQB Foundation level Exam on March 21th 2010, Could any one send some list of question papers and latest Dumps to My mail id: (saran_loyola05@yahoo.co.in). Advance thanks. Regards, Saran
How to perform SQL inject test for a login page using OWASP ZAP proxy security testing tool