what is the object properties settings in the QTP
Answers were Sorted based on User's Feedback
Answer / santhosh
Object properties settings means to see whether the
particular object selected is enabled.disabled,focused,etc
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / santhosh
At checkpoints,we can check the object properties settings
in QTP
For Example,
When we go for checking standard checkpoint for an object
it will link to an object and then it will asks for
confirmation,after clicking "OK" button we will get the
Object properties like,enable,disable,focused,true or false
conditions etc.at that point we can check the state of an
object.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhay
We can configure Object properties setting from Tools >>
Object Identification >> Select Mandetory properties and
Assistive properties.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / stl
where we can change settings of the objects . like from
enable to disable .etc
Is This Answer Correct ? | 0 Yes | 1 No |
What is deference between normal QTP testing and descriptive programming?
How to "Turn Off" QTP results after running a Script?
how many types of actions r there? what r they? explain? pls give any one answer?
What is throw object?
On what basis we select test cases to automate?
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
How to supress warnings from the "Test results page"?
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
how to evalute defects in QTP script?
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail