what is object repository size?
Answers were Sorted based on User's Feedback
Answer / ramana
i am workiung on qtp, i dont how to write descriptive
programming on browser,
how to declare environment variables in qtp,
what is the use of environmental variables in qtp,
how to insert data in application through script as
ascending order from flat file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narender reddy alala
as of my knowlege OR size is 2MB.(according to qtp 8.2)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vamsikrishna.v
Object Repository Size in QTP is 8.2 version is 4mb.
if it takes morethan that then u need to use Excel sheet
like a Objectrepository.usually this method will be
moreusefull in Automation frame work
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shilpa
i think or size will be limited in qtp8.2&9.2 in9.2 we can
merge object reposiytory(or) files we able to create new
objects but all objects not recogniged by tool then we go
for descriptive
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sahithi
The capacity of Object Repository id 500mb(or) 5000 objeats
if the object increase beyound that then we expected slow
performance
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there any limitation size for notepad or wordpad..ok if
there any limitation for those two..plz give me the
details..i dont know how much it holds the tsr file..don't
think about Object Repositoy size..if the size increases
then it will be a problem..No company didn't allow the more
objects in the object repostiory file...in that case we
write descriptive programming.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / venkatraj
Hi Malli, Sweety
QTP 8.2 Object Repository Size is 1.4 mb . Not 1.5 mb
ok.
If i am wrong let me know
VenkatRaj B
TestingCzars Software Solutions Pvt Ltd.
Bangalore
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / chandra sekhar
TO know the correct ans just open QTP in ur system and try
to add Max objects until it is able to add objects and then
see the size of the memory.
okayyyyy
| Is This Answer Correct ? | 0 Yes | 1 No |
if u are using global object repostiory the OR file saves
in .tsr extension. if u are usig per-action objec repostioy
the OR file saves in .mtr file extension..u want to know
the size of object repository see the appropriate file
properties..like .tsr or .mtr files..i think ur
understand..
| Is This Answer Correct ? | 0 Yes | 2 No |
What is object & properties (in QTP)
how to lunch the application in the qtp tool ?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
how can i call an external action,which is not added external action of an action?
Do you know how to connect database? Can you tell me the procedures?
Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.
How to handle the exceptions using recovery scenario manager In QTP?
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
How the objecs properties are identified?Tell me in Hierarchical order?
what is Supplemental Objects ?