What is the difference between Client/Server application and
Web application ?
Answers were Sorted based on User's Feedback
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 |
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 |
when do we write a script in qtp?(plz give me more then 2 reasons)
How to find RAM size by using QTP?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What is the extension of script and object repository files?
what are the cases in which we use XML and accessibility check points.
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
give me an example where u used good judgement and logic in solving a problem
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
How to retrieve alpha bate from the alphanumeric string with special character.
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.