what is the extension of new local object repository?
Answers were Sorted based on User's Feedback
Answer / raamu.qa
old extension is .mtr(module test repository)
new one is .bdb(bercury data base)
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / n@n!
Local object repository/Per action Repository extension
is .mtr
| Is This Answer Correct ? | 2 Yes | 0 No |
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Define QTP ?
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
How to load an object to a object repository at RUN TIME ?
What are the technics follow in writing VB script?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
how and what kind of vb functions do us ein QTP?
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini