How we can differentiate between stand alone application and
web application in QTP?

Answers were Sorted based on User's Feedback



How we can differentiate between stand alone application and web application in QTP?..

Answer / balu

stand alone environmnet:
It is a single tier application. here presentation
layer,bussiness layer and database layer will be present
client server.

web based application:- It is three tier application.
Presentation layer will be present in client server ,
business layer will be present in application server and
database layer will be present is database server.Mainly it
is used whenever the application can accessed all over the
world with minimum no.of users.On that time we case use the
web based application.

Is This Answer Correct ?    29 Yes 5 No

How we can differentiate between stand alone application and web application in QTP?..

Answer / manoj kumar gouda

stand-alone-application:
Software installed in one computer and used only one person.
Ex: calculator,Adobe Photoshop,MS office etc.

Web application:
Any Application Software accessed through browser is called web application.
Ex:yahoo.com,gmail.com

Client/Server Application:
Here we are installing both client and server software to access the application
Ex:yahoo messenger,Gtalk,ATM

Is This Answer Correct ?    26 Yes 2 No

How we can differentiate between stand alone application and web application in QTP?..

Answer / rajesh

Based on the add ins available in QTP like WEB, VB, JAVA etc.
While recording any application test objects gets stored in
OR, based on the test object class we know environment(WEB,
VB, JAVA etc) support it takes up. If the application has no
WEB Test objects then its standalone application otherwise
WEB application.

Is This Answer Correct ?    6 Yes 8 No

Post New Answer

More QTP Interview Questions

What is the difference between CVS and VSS? Are you store QTP SCRIPT In VSS OR CVS? Where you store QTP Script?

1 Answers   Brain Roots, Ordain Solutions,


i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

0 Answers   RR Donnelley, RRDonnelley,


Waht is User interface and Integration Testing?

1 Answers  


WHO TAKE DECISION TO RELEASE THE BUILD

2 Answers   IGT,


1. What is extense of Result file in QTP?

7 Answers  






how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage

2 Answers  


What type of automation frame work you are using?and why?

2 Answers   Wipro,


How many check points are there in QTP and what are they?

5 Answers  


what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers   Covansys, Systel,


In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.

1 Answers  


Tell me the situations where we will use Data Driven?

2 Answers  


Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ

0 Answers   IBM,


Categories