How to create a run time propertyfor an object?
Answer Posted / kiran1783
'The following example uses the SetTOProperty method to set
the
'html id of the WebFile object.
Browser("Fill-Out-Form").Page("Fill-Out-Form").WebFile
("name-of-files").SetTOProperty "html id", 4
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate the type of test cases which can be automated and which cannot be automated?
What is Unicode Compatibility?
What are the key elements available in test result window?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Where to use function or action?
Hybrid framework supports Descriptive programming. Is it true?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Explain the types of object repository?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
What is an optional step in qtp ?
when u script reveiwing in which area u more concentrates?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
how to disable the pop ups through QTP using a script
When ‘option explicit’ keyword is used in qtp?