-
Junior Member
Re: Difference between a web based, Client Server and a Desktop application?
I need more examples with testcases for all 3 kinds of applications.. Thanks!!
Preethi
preethimara@yahoo.com
-
Junior Member
Re: project and product testing
product is a type of application which is designed to serve generally different kind of customers...means for the development of product we do
1-take requirment gathering from market, survey
2-analyze it by experts
3-codeing 4- testing 5- providing user evaluation copies
project is a type of application designed to serve a specific customer on the basis of his requirment
so development goes normal way as life cycle we take input from customer alalyze it code test nd handover it..
-
Junior Member
Re: Difference between a web based, Client Server and a Desktop application?
Actually environment is a combination of 3 layers
1.presentation layer(view)
2.business layer(logic)
3.database layer(database)
Types of environments
1. 1-tier architecture or stand alone environment
2. 2-tier architecture or client server environment
3. 3-tiers architecture or web environment
1.stand alone environment(desktop application);
In this environment only 1-tier will be there,presentation layer,business layer and database layer will be present in one tier only.whenever the application is used by single user at a time then this environment is suggested
2.client server environment:
In this environment 2 tiers will be there,one is for client and other is for server.
presentation layer and business layer will be present in all the clients and database logic will be present in the server.
whenever the application need to be used by multiusers sharing common data in limited premises wants to access the application very fastly.
3.web environment:
In this environment 3 tiers will be there.one is for clients and the middle one is called application server and the other is called database server.presentation logic will be present in client,business logic will be present in application server and database logic will be present in database server.when ever the application need to be used all over the world by limited number of users.........
Thanks and Regards
Krishna
9000977222
-
Junior Member
Re: Difference between a web based, Client Server and a Desktop application?
does client server application can also be a web application?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules