What is object & properties (in QTP)
Answer Posted / baskar palani
Object:
Ok button is an object.
Properties:
Label,class,enable,visible is the some of the properties of
an OK button.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How to add synchronisation points in qtp?
What is keyword view?
How you debug your script?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
can anyone tell me from where i can download qtp demo or crack version
How to connect to a database?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What are the differences between quicktest professional and winrunner?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
If object is not recognized by qtp but the object is standard object what is your approach?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)