How we can differentiate between stand alone application and
web application in QTP?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How we will execute(run) the scripts in qtp 8.2?
What are the different ways to invoke an application using QTP?
How do you convert manual test cases to automated test cases?
Explain types of exception handling and script for that?
how to retrieve data from the data table (from a particular cell)
what is impact analysis on regression testing?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
What do you do if QTP doesn't recognize object ,what action should be taken
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
Differences between quicktest professional (qtp) and winrunner?
How will you handle the situation when object is not captured during record?