What is the difference between Client/Server application and
Web application ?
Answer Posted / 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 View All Answers
how to idetfy which test cases are automated?who will deside that plz tell me
How to check feasibility of the appliction?in automation testing?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Explain the views in the QTP GUI?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Which recording modes need more memory?
How to create scenario selector
What are private functions in QTP? How they can be called from the function library?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
give me the code to save all messages of inbox of gmail into a folder and notepad
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What are the different attributes used with regular expression?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What are the steps involved in the recovery scenario wizard?