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 |
How to Analyze the Checpoint results by Table and DB Checkpoints?
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
What is the extension for Recovery scenario?
what is exact difference between smoke and sanity testing?
When it be decided to go for either Per - Action or Shared?
How to Analyze the Checpoint results with Standard Checpoint ?
where the log files stored when using QTP? plz send answer to me ........
What Folder Structure following in Keyword Driven Frame work?
Can you do more than just capture and playback?
can we call a test in another test?
how to retreive the xml file data through qtp.can anybody send script for this..
How did u write macros?What is the main importance of VB macros in testing environment?