Explain what the difference between Shared Repository
and Per_Action Repository
Answer Posted / sreeprasad
Shared Repository: Entire application uses one Object
Repository , that similar to Global GUI Map file in
WinRunner
Per Action: For each Action ,one Object Repository is
created, like GUI map file per test in WinRunner
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Through array we can execute the testcase how ? give me example
How many number of actions possible in qtp?
images are dynamically changes how to compare two images with out using the bitmap
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
i can done the project with QTP in that time i can say how many members in my team size?
Whether qtp 9.0 supports Test director8.0
give me an example where u used good judgement and logic in solving a problem
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What is action? How many types of actions are there in qtp?
What phases are involved in testing an application in qtp?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma