What is the difference between Client/Server application and
Web application ?

Answers were Sorted based on User's Feedback



What is the difference between Client/Server application and Web application ?..

Answer / partap sandhu

Client/Server Application used tier Architecture where One is server and other is Client.
But Web application supports to Multi tier Architecture ie- User,DataBase and server etc..

Is This Answer Correct ?    13 Yes 1 No

What is the difference between Client/Server application and Web application ?..

Answer / ravi

CLIENT SERVER IS BASED ON TWO TIER ARCHITECTURE ,I.E ONE
TIRE FOR CLIENT AND OTHER FOR SERVER.APPLICATION NEED FOR
MUTIPLE USERS WHIN THE PRIMESIS AND WANTS TO ACCCES THE
APPLICATION VERY FASTLY THEN WE WILL SUGGEST FOR CLIENT-
SERVER ENVIRONMENT

WEBBASED ERNVINONMENT BASED ON THREE TIRE ARCHITECTURE ,ONE
TIRE FOR CLIENT AND MIDDLE ONE FOR APPLICATION ERVER,THIRED
ONE FOR DATABASE SERVER .WHENEVER THE APPLICATION NEED TO
MULTIPLE USERS IN ALL OVER THE WORLD AND ANY FUTURES
UPDATIONS IS DONE FUTURE THEN WE WILL SUGGEST WEB
ENVIONMENT

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More QTP Interview Questions

Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek

0 Answers  


what is keyword driven testing

2 Answers  


can we take 'dim my pen is good' as a paramerter

2 Answers  


what is a good testcase?

3 Answers   Wipro,


Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri

2 Answers  






what testing activities u may want to automate?

2 Answers  


How can you pass value one action to another action?

0 Answers  


Can objects recognised without repository?

5 Answers  


IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.

5 Answers   Wipro,


Test cases for Traffic Signals

4 Answers   AppLabs,


when u script reveiwing in which area u more concentrates?

0 Answers   IBM,


Shall we add Local Repository to shared object repository,if yes,how we add

4 Answers  


Categories