What are SetToProperty, SetRoProperty, GetToProperty
scripting?
Answer Posted / mahesh.k
getroproperty: retrieves property of a test object.
getropropertyretrieves: it retrieves all the properties associated with test objects.
settoproperty:It can modify,add property to the objects which is exist in repository.
setroproperty is not existed in qtp,nothing but we cant change or modify run time(object in appication) objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many tabs are available in debug viewer pane?
How to associate shared object repository to test in qtp?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is a data driven test in qtp?
How to test results for qtp ?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What do you mean by iteration?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What are the properties you would use for identifying a browser and page when using descriptive programming?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to find the path of folder in which the test is saved in qtp?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?