in which case & which method we can use "native" property of
an object ?



in which case & which method we can use "native" property of an object ?..

Answer / pankaj jaju

There are times when QTP doesn't give you "ready-made"
functions/methods/properties which you may need in your
automation scripts. One simple example is, to know the
selected row in a java table, you would have to use native
object. For e.g., <javatableobject>.Object.getSelectedRow

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to capture screen shots when an error occurs?

2 Answers  


I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?

6 Answers  


what r the drawbacks and limitations of QTP?

2 Answers   NIIT,


How to create log file in qtp?

2 Answers   AppLabs,


how to retrieve data from the data table (from a particular cell)

7 Answers   Cap Gemini,






What is the extension of script and object repository files in QTP?

9 Answers  


I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.

3 Answers   TCS,


What are the ordinal identifiers in web page?

0 Answers  


can somebody send the script to write a multiplication table in notepad through qtp

3 Answers   AppLabs,


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

0 Answers  


How Qtp will identifies object during run time

6 Answers   CSS Corp, Yahoo,


We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)

3 Answers  


Categories