ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
Can i run the qtp, without OBJECT REPOSTIRY...
 Question Submitted By :: Srinivasan
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 1
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 ?    2 Yes 0 No
Lokesh Kanithi
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 2
Thanks Mr.Lokesh
 
Is This Answer Correct ?    0 Yes 0 No
Srinivasan
[Logica]
 
 
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 3
Mr.lokesh can you please send few example of Descriptive 
programm details of qtp without object Repositry...!
 
Is This Answer Correct ?    0 Yes 1 No
Srinivasan
[Logica]
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 4
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 ?    0 Yes 0 No
Lokesh Kanithi
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 5
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 ?    0 Yes 0 No
Jignesh
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 6
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 ?    0 Yes 0 No
Pavankumar
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 7
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 0 No
Sudheer
 
  Re: Can i run the qtp, without OBJECT REPOSTIRY...
Answer
# 8
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 ?    0 Yes 0 No
Rohit
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word driven frame work. Can any body explain the above 3 frame work models. y2k_ram2000@yahoo.com Fidelity2
What is Expert view?  3
What u say as experience(Interview) "TELL ME ABOUT UR SELf"? As a Fresher(interview) What u Say? ShopRite2
what is the difference between invoke application and system.util.run Syntel18
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process? Logica-CMG12
how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run) HCL1
how to get the object property Covansys4
How u send bugs to dev'lpment team all at once or one by one or waht is the process? kenexa2
What is difference between QC and TD?  8
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP. SAP-Labs8
In website, protocol has been changed http:to https what you will do? tell me your approach?  1
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?  5
After Creation of your QTp frame work, The folders are saved in VSS or Other. plz explain brifly? Infosys3
What is the file extension of the code file & object repository file in QTP?  2
Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent  1
How u perform exception handling in QTp,what is other name for ths Lehman-Brothers1
what is the automation framework that ur company using(actual procedure,not theoritically explination)  1
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance... Navis2
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me  2
What are Error handling other than Recovery scenario manager?  2
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com