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
what is smart identification?
 Question Submitted By :: Padmasekharpediredla
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is smart identification?
Answer
# 1
It is alternative solution to recognize Non-Standard objects
 
Is This Answer Correct ?    2 Yes 0 No
Jyotheeswar
 
  Re: what is smart identification?
Answer
# 2
Smart identification is a mechanism provided by qtp,which is
used for identifying the objects even though some properties
are dynamically changed.
 
Is This Answer Correct ?    1 Yes 0 No
Vijay
 
 
 
  Re: what is smart identification?
Answer
# 3
QTP uses smart identification to recognize the objects 
those are not recognized with mandotary properties of the 
object.



Smart Identification is nothing but an algorithm used by 
QTP when it is not able to recognize one of the object. A 
very generic example as per the 

QTP manual would be, A photograph of a 8 year old girl and 
boy and QTP records identification properties of that girl 
when she was 8, now when 

both are 10 years old then QTP would not be able to 
recognize the girl. But there is something that is still 
the same, that is there is only one girl in 

the photograph. So it kind of PI (Programmed intelligence) 
not AI.

When should i use SMART Identification?

Something that people don't think about too much. But the 
thing is that you should disable SI while creating your 
test cases. So that you 

are able to recognize the objects that are dynamic or 
inconsistent in their properties. When the script has been 
created, the SI should be enabled, 

so that the script does not fail in case of small changes. 
But the developer of the script should always check for the 
test results to verify if the SI 

feature was used to identify a object or not. Sometimes SI 
needs to be disabled for particular objects in the OR, this 
is advisable when you use 

SetTOProperty to change any of the TO properties of an 
object and especially ordinal identifiers like index, 
location and creationtime.

For more information go thru this link

http://mercuryquicktestprofessional.blogspot.com/2006/11/how
-qtp-identifies-objects-complete.html
 
Is This Answer Correct ?    1 Yes 0 No
Raju
 
  Re: what is smart identification?
Answer
# 4
"SI" is used when the object properties like 
Mandatary,Assistive and Ordinal Identifier are not 
sufficient to recognise a particular object.
 
Is This Answer Correct ?    0 Yes 0 No
Anupama
 
  Re: what is smart identification?
Answer
# 5
Smart identification is a mechanism used by the qtp in order
to identify the objects while normal method fails to
identify the objects.Normal method fails due to the presence
of  more no of objects of same type and also presence of
dynamically changed object(propeties are changed dynamically)
Here qtp will uses properties like base filter properties
and optional filter properties.
 
Is This Answer Correct ?    0 Yes 0 No
Satyanarayana
 
  Re: what is smart identification?
Answer
# 6
Smartidentification is a special mechanism provided in qtp 
to recognize the non standared objects or the objects which 
are not identified by Mandatory as well as assistive 
properties.

when Si is used?
when the QTP is not identified the objects while executing 
the script we will use SI
it will add more properties from Base fileter and Optional 
filter properties and try to identidy if at all not 
identified yet,
it will mix the basefilter and mandatory as well as 
optional and Assistive then ony one of the property is 
surely identified at last
Thanking You,

please correct me if i am wrong...,
 
Is This Answer Correct ?    0 Yes 0 No
Venkat Reddy
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana) IBM7
Have you performed Debugging and how did you?  2
HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.  2
QTP 1.What type of bugs u commonly find in u r project? 2.what is agile testing explain with example? 3.application is given req n functionality r missing then how can u start testing? 4.what r the types of defect tracking tools? 5.what is functionality testing? 6.what is change req how u use it? 7.diff bet gul n functional testing? 8.test cases for IE 6.0? 9.where do u store test cases? 10.what r design objects in qtp? 11.what r 5 types of objects in qtp? 12.how to change .mtr to .tsr n vice versa? 13.in which situations qtp will not recoznize objects? 14.how to call .vbs fuctions, library files in qtp? 15.if 10 windows r ope write command to close all windows in qtp? 16from what stage u start automation in u r project? 17.what is VSS? it is usedin automationr manual? 18.size of object repository? 19.how to conduct GUI testing n performance testing on MS-Word? what r performance TEST CASES? 20. use of virtual objects explain? 21.how to connect buzilla with qtp? 22. what is API ? 23.how to merge 2 object repositories in qtp? 24.what is recovery scenario manager? 25. diff bet link n hyper link? 26.diff bet test case n test case scenario? 27.what is relational testing? 28.where do we write test cases? 29.what is base line in testing? 30.what r key process areas(KPA) in u r company? 31.what is hot fix? 32.what is sql injection? 33.what is valnerability? 34.what is TOM in qtp? 35.can we do qtp testing with out creating objects in object repository? can we completely write code in expert view only? 36.where we cant do automation testig? give example using OR is a advantage r a disadvantage? IBM5
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?  1
Explain script generated after applying database check point?  2
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u IBM14
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance  4
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not Syntel4
How can we QTP Scripts in xml format? is there any way to do so? Apex2
how to lunch the application in the qtp tool ?  2
LINUX environment supports QTP or not? LINUX environment supports QC or not?  2
What is Tree view?  2
when do we write a script in qtp?(plz give me more then 2 reasons)  1
how many types of actions r there? what r they? explain? pls give any one answer? IBM2
1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal Emulator add-in installation and configuration procedure ? 3. Tell me how do u define action and transaction in QTP ? 4. Is QTP case sensitive ? 5. Problem with XML checkpoint ? 6. When was QTP 8.2 and Loadrunner 8.0 officially released to the market ? 7. Can we record on netscape browser does it require any special settings ? 8. How do I add new object to the object repository to any particular frame ? 9. Do we have rapid test scrpit wizard in QTP ? How to learn all the windows and objects in QTP 10. How to open Exceel sheet using QTP script ? 11. Is it necessary to learn VB script to work with QTP or we can manage with keword driven ? 12. What is descriptive programming in QTP ? 13. How to invoke the QTP from dos prompt and run a test without any interaction with human ? 14. What is the meaning of Context sensitive ? 15. How to retrive the property values from "Resource.mtr" after recording the script with "Standard checkpoints" ? 16. Where should we use accessbility checkpoints. Can u explain me with the example ? 17. How do we add object repository dynamically ? (During runtime) 18. How to record right click of a context menu and click on the selection ? 19. How to connect oracle database to QTP ? 20. How will you load few objects in Active Screen ? 21. Can I compare two DataBases using QTP ? 22. If the the two object have same class then how QTP will find the object ? 23. Can I change the runtime properties of an object ? How can I check if a parameter exists in database ? 24. What is the script for database check point, bitmapchek point, regular expression ? 25. What is QTP environmental variable ?  1
who is the best faculty in Hyderabad for QTP?  5
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?  3
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.  1
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?  1
 
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