3)what is the difference of approach for Testing Client/server and webappications.(wat is the main difference).

Questions by kiranbtech01

Showing Answers 1 - 5 of 5 Answers

Rajendra,NIIT

  • Feb 7th, 2006
 

in case of web based testing we have test web browser and pages

but in case of client server testing we test icon of application

that is main difference

  Was this answer useful?  Yes

madhu

  • Feb 23rd, 2006
 

testing web application and client /server application are same but In web application some feature we have to test(like Links,Broken links,URL,static  text coverages)

  Was this answer useful?  Yes

 

Web application: A 3-tier application is an application program that
is organized into three major parts each of which is distributed to a different
place or places in a network. The three parts are:

-> The workstation or presentation interface

-> The business logic

-> The database and programming related to managing it


Client Server: Where as in 2-tier application is an application
program that is organized into 2 major parts each of which is distributed to a
different place or places in a network. The 2 parts are:

-> The workstation or presentation interface with The business logic

-> The database and programming related to managing it

Client Server Testing:

1.GUI TESTING

2.Usability testing3.Fucntional testing4.Database testing


 Web testing:


1.Behaviour Testing2.Static web testing3.Input domain testing4.Backend testing5.Error handling testing5.Frame Level testing

Srinivas

  Was this answer useful?  Yes

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