we r conduction testing on a project USING QTP, regarding
that project the object repository is full ? Till that
project having objects that r not recognised by repository,
then what wil you do? How we wil recogine remailning objects?
Is it possible to maintain another shared(or)peraction
repository? what is the maximum capcity of object
repository? How the technical people decide this much object
repository is enoughf for this project?
Answer Posted / ycy
Better solutions is to use the descriptive programming when
the same objects are vailable in all pages.
If you record these object by using REpository it will
consume more space
Eg; ADD, cancel, submit button in all 15 to 20 pages
If u go by REpository- In every page parent of the these
objects different, it will added 15*3= 45 object value
stored.
If we create DP of these objects we can use repeatedly
In these way we can reduce the consumption of space in
Repository and it would increase the performance of tool
too.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
What are the types of object repository?
how will you load the test cases in ddt?
With what extension you can save the list of tests in a file to run in test batch runner?
How to interact tool & application build in QTP?
Explain measuring transaction.
Did the scripts need lot of maintenance? If yes, why?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Can you write a script to check if the folder exists or not?
Explain Descriptive Programming Types with Examples?