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 |
in a web page How to check and display a particular word from a paragraph?
how you test broken link using the automated tool QTP ?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
What are output values and why they are used ?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
Associated files in QTP?
What is 'sleep' in sync point?
how to merge object repositories in qtp for n different applications
What is .Ini file in QTP?
How to find given string is palindrome or not without using strreverse() function?