How to load object properties to object repository through
scripting.give one example
Answer Posted / uday kumar _anem
Use the Automation Object Model to specify the path to a
Shared Object Repository:
Dim App 'As Application
Set App = CreateObject("QuickTest.Application")
App.Test.Settings.Resources.ObjectRepositoryPath = ""
http://hpsqtp.blogspot.com/2008/08/how-to-programmatically-load-shared.html
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
what is meant by Implicit and explicit requirements?
how to convert 100 into hundred repees only and viceversa
i can done the project with QTP in that time i can say how many members in my team size?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
How the smart identification is used in real time?Please explain with an example
What are test settings and global settings?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
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 are items we r going to test for QTP... explian clearly with example
How smart identification works in qtp ?
what is output value in QTP and how it can be used in automation testing
Hi Samrat, Thank u very much, what u said it is right.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Name the different types of recording modes?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Define Environment Variable in UFT and its uses?