if full in Object Repostoiory then how to load other Object
Repository
Answers were Sorted based on User's Feedback
Hi...remember one thing OR never gets full..
if situation comes...and u r using 9.0 or above..
u can go for Object repository Manager..there u can create
another object repository...and by using associate
repositories tool u can associate that repository to current
test..like this u can associate number of repositories for
same test....
if want to execute that repository at run time..
repositoriescollection.add "<repository file path>"
this will execute the repository file at run time only..if u
used this second time in same test it will over write the
old repository...and enables new repository given by u...
If any queries regarding this...
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sankalp shukla
we can load object repository from scripting (run time)also
with RepositoriesCollection.Add() method.
| Is This Answer Correct ? | 0 Yes | 1 No |
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
is it possible to operate(on/off)the capslock using qtp
Explain script generated at the time of setting runtime property?
How to Identify broken links in QTP
how to acess a test in RSA?
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
After running scripts how you report results ,there is any specific report form
what is automation(qtp)bug pls giv me one ex?
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
Where you get the run time data table?
To which environments does QTP supports ?
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?