Hi cud you plz answer my question..
what is the size of Object Repository?
Answers were Sorted based on User's Feedback
Answer / srujan
thanq sahadev..
what will be default size(memory) of Object Repository and
upto what extend we increase the size?
cud u plz answer me clear..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mkjmkumar
It Depends Upon how much u are allocated by BDA for your
schema.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / uday kumar_anem
For QTP9, there are no known size limitations for the
Object Repository(OR) file(s).
For QTP8.2 and below, There is no defined limitation for
the OR size. Mercury Support recommends taking regular
backups of the OR file(s) and trying to limit the size to
around 1.5 MB.
As the OR size increases, the performance of your test
decreases.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is exact difference between “while” and “do while” in QTP ?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
Explain the features and benefits of quick test pro(qtp)?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How does Parameterization and Data-Driving relate to each other in QTP?
please tellme ordernal identifiers in QTP?
what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766
What is an expert view and keyword view?
How to get popup error message.
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
Hi, I am new to QTP testing and was exploring the frameworks used for automation. I wanted help in writing various scripts and files for keyword driven automation like 1. Control File 2. Test Case File 3. Startup Script 4. Driver Script 5. Utility Script . etc It would be great if someone can give help in this context ... Thanks
Per-Action Vs Shared repository?