can u explan me clearly wt is web based app: and client
server app:
Answers were Sorted based on User's Feedback
Answer / sri
Web application: is a 3 tier arch structure which has a
client, a server and a database. In the web application,
core application lies on the server side and client can be
a thin client like a browser. And what ever changes are
made they occur at server only and is reflected every where
else.
C/S application is always a two tier and has a client and a
server only. In C/S, entire arch is installed at client and
when ever change is required, all the clients are to
changed.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / beda
WEb applications are 3 tier, no. of users are more, URL
Driven, session are closed wen u log out , performance
issues are more related to session time, speed, no. of
users, security
Client -server are 2 tier with menu driven control, limited
no. of users, performamce issues are less
Is This Answer Correct ? | 0 Yes | 0 No |
Can Parrto Principle be used in Quality Assurance and testing?
Mention some of the types of software testing?
What are the different levels in software testing?
write bug due for a web app in which a text field "phone number" which should allow only 10 numbers,but allows chars, special char and more than 10 numbers in to the field?
how to retrive only second row from table in sql server 2000?
Explain the advantages of implementing cmmi.
what are the differnent techniques of testing?
When we should continue testing?
What is QMS,PMS,BMS
What r the advantages of automation?
waht is the difference b/w test caes and test data?
What kinds of performance tests might be required for a word processing system?