what is run-time object property in Object spy in QTP9?

Answer Posted / param

Run time Object Property: Property of an object at run time.
run means while execution. Property of a run time object
might change depending upon the action in run time.
ex: Text property of a winedit object will change when we
give some data input(ex- username and password).

GetROProperty is the method which is used to get the run
time object property.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain abt dyanamic changing object with example?

1899


In qtp, how you can get the last character from a string?

554


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3608


Can anybody post some real time scenario in qtp? please its very urgent.

1799


how do u plan test automation?

1439






How we can import data from database?

643


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1552


What is a quick test professional?

624


How to handle the exceptions using the recovery scenario manager in qtp?

564


How does you test a weblink which is changing dynamically?

548


How many add-ins comes by default with quicktest professional (qtp)?

558


Can we create user defined functions in qtp?

551


Limitations in QTP?

1737


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

2865


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1323