whenever a scenario is recorded ever, it creates a object
repository automatically (‘per action’ /local ). we do not
need to make them individually…then why we need a shared
object repository. How it will be practically utilized ??
your input will be highly appreciated..
Answers were Sorted based on User's Feedback
Answer / varun
shared object repository is useful.... when we want shift
the scripts in a network. in this scenario, we can easily
shift one object repository file to that remote location
with our scripts. so, it will reduce some confusion.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / akshay
global or shared repository is helpful for several tests to
access the same objects with diff cases....all the objects
should be added at once and the suitable actions shud be
allowed access to the repository...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bfakruddin
This is major task in QTP, My friend please refer the
information about repositories... These answers are not at
all helpful... you will not get clear idea about
repositories with this answers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siddu
Per-action repository is used for that particular action only
shared repository is used for any action in that test or any
test.
We have to save the scripts for regression purpose, so we
required the corresponding repository. so we have to save
the object repository (In 9.5 when we saved a object
repository then it automatically changes to shared object
repository)
we can use one object repository inspite of two or three
repositories for each test by merging (using merge tool
option )these shared object repository (to save the memory
space and for best performance of QTP)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / devask007
in practical we can load the required repository whenever
it needed so it will helpfull to consume the memory as well
as time
| Is This Answer Correct ? | 0 Yes | 1 No |
Is it possible to split an action? How?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
Hi, Can anyone help me in esimating time for an application using QTP tool.. What factors should be considered while calculating the estimation time for QTP... Thanks in advance... Prasad Gali
Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
How to Analyze the Checpoint results by Checking Bitmaps?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
Tell me few important difference Between QTP and WinRunner?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?