Which object repository we use in real time and can we
merge 2 object repostiory and how?
Answer Posted / sreeprasad
There are usually two types of object repository
1. Shared Mode (.Tsr)
2. Per-Action. (.Mtr)
-We usually use 1.Shared Mode (.Tsr)object repository.
We can merge two object repository.If you go to QTP-->Test--
>Settings-->Resourses
You can use the Resources tab of the Test Settings dialog
box to associate specific files with your test, such as
VBScript library files and Data Table files, and to specify
the object repository mode and file to use for your test
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If I give some thousand tests to execute in two days what do you do?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
what is run action?
What are private functions in QTP? How they can be called from the function library?
what is the difference between modular framework & datadriven framework
Where is the Bitmap checkpoint information stored?
Problem with XML checkpoint in QTP ?
What are the automation metrice in your project?
How to use the object spy in quicktest professional 8.0 version?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Can we record an application running on a remote machine using qtp?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
What is the syntax for how to call one script from another?
What are the technics follow in writing VB script?