Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?

Answer Posted / shanwaj khan

Main difference between Client server application and web
application - Client server applications is two tier
application but web application is three tier application.
client server application access by single user, but
webapplication can access by Multiple user.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.

1771


What environment does qtp run in?

784


what is error and fault in terms of software quality?

1657


How you can delete excel file in qtp?

793


How will you declare a variable in qtp?

754


What are the steps involved in recovery scenario wizard?

725


What is object repository in qtp?

762


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1468


I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

1807


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

1759


what is clean sweep?

2056


What are the major/ important methods, functions in QTP we use realtime testing

2480


How many types of recording modes in qtp? Which will be used when?

738


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2350


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3970