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...


Can i run the qtp, without OBJECT REPOSTIRY...

Answers were Sorted based on User's Feedback



Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / lokesh kanithi

Yes,By using descriptive Programming.by defining each
object properties...
But it is not suggested all the times.Instead we have the
facility like object Repo.also QT identfies the objects
using recorded Description & smart identification.

Is This Answer Correct ?    5 Yes 0 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / lokesh kanithi

Hi Srinivasan!
Identification can be done using descriptive programming.
Here is example # 1 with description object.
set EditDesc = Description.Create()
EditDesc("Name").Value = "userName"
EditDesc("Index").Value = "0"
Browser("Welcome: Mercury").Page("Welcome: Mercury").WebEdit
(EditDesc).Set "MyName"
Here is example # 2 with out description object.
Dialog("text:=Login").WinEdit("window id:=3001","attached
text:=Agent.*").Set "john"
Dialog("text:=Login").WinEdit("window id:=2000","attached
text:=Password:").Set "mercury"
Dialog("text:=Login").WinButton("text:=OK").Click
These both method will be used in expert view to identify
object with out object avaialble in object repository.

Is This Answer Correct ?    4 Yes 0 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / jignesh

Yes, you can run QTP script with object repository by using
descriptive programming. But it is advisable when your
object logical name or properties change frequently,
otherwise not.

Is This Answer Correct ?    2 Yes 0 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / srinivasan

Thanks Mr.Lokesh

Is This Answer Correct ?    1 Yes 0 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / pavankumar

hi guys i think u people have not correctly understood
descriptive programming concept. please note descriptive
programming is written without any any object in object
repository. It is normally written even before the
application is ready. that is why descriptive programming is
the best.

Is This Answer Correct ?    1 Yes 0 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / rohit

Descriptive programming is an advanced concept in QTP.We can
handle the application without using object repository.It
can be implimented by using object syp when the application
is available.And It can also be implemented with out
application in hand based on the properties of the object(
which can be done by experts).The main purpose of using DP
is it increases the performance of the tool.Easy to
maintain.Very flexible in objectsvimplementing and we can
modify the script easily when compare to QTP script/code.

Is This Answer Correct ?    1 Yes 0 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / srinivasan

Mr.lokesh can you please send few example of Descriptive
programm details of qtp without object Repositry...!

Is This Answer Correct ?    1 Yes 1 No

Can i run the qtp, without OBJECT REPOSTIRY.....

Answer / sudheer

I won't prefer Keyword Approch, please check below points.

?The Keyword driven approach was difficult to understand
for any new person who is introduced to QTP.
?The approach did not utilize QTP resources effectively,
like we were not referring to the actual names of the
object in the script but in the datatable. This meant if we
changed an object name in the repository we had to change
it in the datatable as well, which otherwise is not
required.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

In Test Director bug rEPORTS, wHAT ARE THE CONTENTS(fIELDS)? iF yoU PREAPARE BUG REPORT IN eXCEL sHEET , hOW U SEND TO dEVELOPMENT TEAM THRW T.D?

1 Answers  


What is smart identification in QTP?

0 Answers   HCL,


How do we run the scripts in QTP ?? what are the three options....

4 Answers   HCL,


Explain the difference between data driven testing and parameterization ?

0 Answers  


If already everything is tested using White-Box testing, then what is the need of using Black box testing?

3 Answers  


Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better

1 Answers  


What is the extension of 'Log file' in QTP

3 Answers  


What are the 3 main stages involved in testing with qtp?

0 Answers  


how you update scripts in qtp?

1 Answers  


Explain features of the latest version of qtp/ uft 12.1?

0 Answers  


i can done the project with QTP in that time i can say how many members in my team size?

0 Answers  


How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.

4 Answers  


Categories