How to get the run time object property without using GetROProperty

Answers were Sorted based on User's Feedback



How to get the run time object property without using GetROProperty..

Answer / soumya

Use Checkpoints.

Is This Answer Correct ?    0 Yes 0 No

How to get the run time object property without using GetROProperty..

Answer / yogi

Use method called QueryValue(propertyname)...

Is This Answer Correct ?    0 Yes 0 No

How to get the run time object property without using GetROProperty..

Answer / divis

Insert --> output value

output value is used to export the object properties and their value to data table at run time.

Is This Answer Correct ?    0 Yes 0 No

How to get the run time object property without using GetROProperty..

Answer / suri

GetToProperty

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More QTP Interview Questions

What is the use of virtual objects?

1 Answers  


What is checkpoints for quicktest professional?

0 Answers  


Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?

10 Answers  


Explain the Keyword View ?

2 Answers   Crea,


Please clarify Automation and QTP both(names) are same or diff?

1 Answers  






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

0 Answers   Cap Gemini,


7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.

4 Answers  


Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.

3 Answers  


Hi any body can tell me the in detaled information about Description.Create() thanks in advance

2 Answers  


how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know

3 Answers  


How the exception handling can be done using quicktest professional?

0 Answers  


How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.

4 Answers   CarrizalSoft Technologies, DST Global Solutions,


Categories