How to create a run time propertyfor an object?
Answer Posted / firoz basha shaik
for ex, suppose that we want to know what is the data in
the text box while the application is running?
FName = Browser("Browser").Page("Page").Webedit
("FirstName").GetROProperty("text")
msgbox FName
the runtime text which is present in FirstName field will
be stored in FName variable and can be seen using msgbox.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When to use descriptive programming?
How the smart identification is used in real time?Please explain with an example
Key word driven framework
What are the common defects found in your project? (in qtp interview)
Diff b/w Health care domain and Banking Domain?
In qtp, explain what is keyword driven automation framework?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what is command for executing files?
Explain process of smart Identification in QTP?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
What is a data driven test in qtp?
Is QTP supports Unix. If yes, then how the test automation is done?
Explain qtp(quick test professional)?
How many add-ins comes by default with quicktest professional (qtp)?
How do know the number of browsers opened?