Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

In how many ways we can add check points to an application using QTP.

4 Answers  


How can I use Call dlls in QTP ?

0 Answers  


How can i initiate the objects to find uniquely in OR

0 Answers   IBM, Livetek,


Diff b/w WEB TESTING AND Client server testing?

3 Answers   Ordain Solutions,


Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )

2 Answers   FIS,


What is the life cycle of QTP? Pls Give me Exact answer?

6 Answers   Google,


How to export QTP results to an ".xls" file?

3 Answers  


how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.

3 Answers   IBM, Questacon,


what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.

1 Answers  


How to do Batch run in qtp? provide the steps?

5 Answers  


QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!

1 Answers  


i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

0 Answers  


Categories