What are the main key components in Web applications and
client and Server applications? (differences)
Answer Posted / dhrutisundar
Web Apps-The U.I,B.L and D.B part is fully installed into the web side where as
only UI part is installed in user's machine(client side) and the BL and DB is installed at the server side.
Ex-web apps-chrome,firefox..
Ex-client-server apps-GTalk,FB messanger..etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an equivalence partition (also known as an equivalence class)?
What goes into a Test Summary? How would you write a Test Summary?
How to improve in english
What is what are the parameters of performance testing?
In the 7 Stages of the SDLC (Planning, System Analysis, System Design, Development, Testing, Implementation, and Maintenance), WHO are the stakeholders of each stage?
What is intrusive testing?
i want learn "itesting tool"....which is best institutes to learn "itesting tool" in hyderabad or banglore ?plz give me reply as soon as posible?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
what is system testing?
What is considered to be a good test?
What are the main constrains of SCSI in storage networking?
What is called the process starting with the terminal modules?
what is the difference between 8.2 and 9.2 versions of qtp tool
What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering
Mention what the main advantages of statement coverage metric of software testing are?