Difference between Web testing and client server testing

Questions by Gaurav Atri

Showing Answers 1 - 6 of 6 Answers

Web testing or web application  or web environmant :  Client will be one system, application server layer will be one system and database server is one system that is called three tier architecture or web testing.

Client server testing: Here server reffers to database server, presentation layer and business layer will be one system and database will be one system that is call a two tier architecture or client server.

  Was this answer useful?  Yes

1) For launching the Client Server application there is no need of starting the database server and web server,where as to launch Web based application we must start data base server and web server.

2) Clinet server application is a menu driven application i.e using menu's only we can able move forward from one page to another page,
where as web based application is a links driven application i.e using links only we can able to move forward from one page to other page.

3) Client server applications will consists of less content where as web based applications will consists of more content compared to client server applications.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions