How can we make a shared object repository in QTP 9?
Answers were Sorted based on User's Feedback
Answer / m
hai abhesheke..the above answer for qtp 8.2 only..in qtp
9.0 this is the process--open the object repository
manager ..switch to file->save->give some name->save
as .tsr file. this is the global repository file..then go
to object repository->tools->associate repositorys-->click
+ icon-->open the previously saved tsr file..this is the
global repository file..ok..na..
| Is This Answer Correct ? | 25 Yes | 5 No |
Answer / abhesheke
we can create our own shared object repository in Qtp
navigation for creating own shared object rep
test menu->test setting->resoures-> there u can option for
object rep types so we can create own shared rep there
any queries ping me
abhesheke@yahoo.com
| Is This Answer Correct ? | 10 Yes | 6 No |
Answer / yogesh
Hi Friends,
I agree I worked with 8.2.
but regarding the same I am having one more question.
I created one script and recorded some think and save as
Test 1 and I followed the Steps given by the Ans. 2 for
making Shared Object Repository.
Now I created one more script and save as Test 2. In this
script I am calling script with the Help of "Call of
existing action" and I executed but QTP is not able to
execute due to it is not a shared Object Repository.
Please Let me know Why?
Once I made Script 1 as a shared Obj. Repository so it
wound give any Problem. Right?
| Is This Answer Correct ? | 4 Yes | 4 No |
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How to add multiple values in rows, under a single column of a run time datatable?
What are the major/ important methods, functions in QTP we use realtime testing
What is the differnce between action & script
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
write progamming connecting QTP to database sql? this is question asked by interview? please give sql, pl/sql related answer?pls any answer this?
Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance
What is test object model in QTP ?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
How to interact tool & application build in QTP?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?