Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between web based application and
client server application as a testers point of view?

Answers were Sorted based on User's Feedback



what is the difference between web based application and client server application as a testers po..

Answer / shivanibehere

According to Tester's Point of view------
1) Web Base Application (WBA)is a 3 tier
application ;Browser,Back end and Server.
Client server Application(CSA) is a 2 tier
Application ;Front End ,Back end .
2) In the WBA tester test for the Script error like java
script error VB script error etc, that shown at the page.
In the CSA tester does not test for any script error.
3) Because in the WBA once changes perform reflect at every
machine so tester has less work for test.
Whereas in the CSA every time application need to be
instal hence ,it maybe possible that some machine has some
problem for that Hardware testing as well as software
testing is needed.

Is This Answer Correct ?    41 Yes 16 No

what is the difference between web based application and client server application as a testers po..

Answer / sujatha

Hai
As per my knowledge
Web Based App means:
1.The web app can be developed by using any kind of tech
like "java,.Net,etc.
2.It's a 3 tier arch.i.e
a.Business tier
b.Presentation tier(HTML,DHTML,SERVLETS)
c.Data tier(Oracle,SQL Server)
3.If any change occure in app that will effect only sever
side.means here no need to bother about the client means
client is thin client means browser.
any change occure in app the entire app is installed in
sever only becoz in this the core app will reside at server
side only.

Client server App:
1It's a 2 tier arch.
b.Presentation tier(HTML,DHTML,SERVLETS)
c.Data tier(Oracle,SQL Server)

2.In client server app ,the app will reside in client side
only .means if any change will occure in app that will
effect the client.

Is This Answer Correct ?    30 Yes 5 No

what is the difference between web based application and client server application as a testers po..

Answer / samyuktha shetty

Client server application: In this type of architecture,
the entier application has to be installed on client
machine, and whenever you do any changes in your code,
again it has to be installed on all the client machines.

Web based application:Core application resides on the
server and client can be thin client( browser).whatever
changes you do, you have to install the application in
server, NO need to worry about the clients,bcoz u will not
install anything on client machine

Is This Answer Correct ?    27 Yes 2 No

what is the difference between web based application and client server application as a testers po..

Answer / preethi

Difference between web based application and client server
applications are as follows:

1)Client server applcation directly we can launch
where as for launching the web based applcations we need
start database server,web server and by using internet
explorer (URL) we can launch web based application

2)Client server applications are menu driven where as web
based applications are liks driven to get the next page.

3)Client server application will contain less content, and
with less images
when compared to web based applications
web applications will contain more content with more images

Is This Answer Correct ?    14 Yes 3 No

what is the difference between web based application and client server application as a testers po..

Answer / sreeen

actually in web based testing we main concentrate on
browser compatability .why bec in IE it display gui objects
correctly but in the Netscape it will change the position
of gui objects should be changed.
after words we will check broken links,image links,home
page from every page,securities,cookies,donot divide the
pages into more frames,colors,fonts,images.


In the client server application we will check response
time,normal functioanlity,server load,deadlock.

Is This Answer Correct ?    17 Yes 8 No

what is the difference between web based application and client server application as a testers po..

Answer / sridhar

client Server: Testing the application in intranet (with out browse) is an example for client - server ( the company firewalls for the server are not open to outside world outside people cannot access the application) so there will be limited number of people using that application

Web application: testing an application in internet (using browser ) is called web testing the application which is accessible by numbers around world (world wide web)

Is This Answer Correct ?    0 Yes 0 No

what is the difference between web based application and client server application as a testers po..

Answer / satish

1. Client server application using two tier architecture.
1.1 . using client and server only.
1.2 changes can't reflect in this. used to install again and test whether application works or not.
1.3 Single user system.
1.4 difficult to test scripting problem in this.
1.5 Using functionality, Regression, load testing.
2. Web application using multi tier architecture
2.1 many users can use at the same time.
2.2 three tier architecture which are user client, middled tier which is for Database and application server for this.
2.3 changes regarding scripting reflecting at the moment only.
2.4 Easy for testing.
2.5 using functionlity, regression, load, stress, performance,security, etc.

Is This Answer Correct ?    3 Yes 4 No

what is the difference between web based application and client server application as a testers po..

Answer / srikanth

Client server application:It can be only accessed by the
peoples in corporates.For eg.Portals in your concerns.

Web Application:It can be accessible by the peoples all
over the world.For eg.Google

Is This Answer Correct ?    5 Yes 22 No

what is the difference between web based application and client server application as a testers po..

Answer / courashigue

spelling!!!

Is This Answer Correct ?    6 Yes 52 No

Post New Answer

More Manual Testing Interview Questions

I want test cases for CLI? can any one send TC for CLI?

0 Answers  


Difference Between Adhoc Testing & Exploratory Testing?

20 Answers   TCS,


In Manual testing how to test proxy servers? can u please explain with example?

0 Answers  


(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.

2 Answers  


what is the difference between testcase and test scenario? Please give one example.

7 Answers   IBM,


In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?

0 Answers  


What is the difference between SRS, BRD and FRD? Please explain in detail.

8 Answers   Kalyan, Syntel,


How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.

0 Answers  


what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?

2 Answers   Accenture,


Can u tell me any 3 BVT's for yahoo login page ?

1 Answers   Directi,


What are the main points to cover in system test report? What are all the points should consider while reviewing a test report?

2 Answers   Logica CMG,


What testing roles are standard on most testing projects? Categories: Software Testing

1 Answers   Wipro,


Categories