1)what is the quality process in QTP?
2)how to add the .tsr file in qtp through scripting?
Answer Posted / kotike
Process in QTP:
Generating and Enchancing the script
Debugging the script
Executing the script
Analyzing the script
Reporting
2. We can do it in two way using scripting
a)Using RepositoriesCollection.Add "Path of the .tsr file"
b)using AOM
set qtapp=CreateObject("QuickTest.APPlicaiton")
set qttest=qtapp.Test.Action[Action Name]
set or=qttest.ObjectRepositories
or.add "path of the .tsr file"
set qttest=Nothing
set qtapp=Nothing
regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Is it possible to change the values of analog recording?
Is qtp supports uni-code?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How to use the object spy in quicktest professional 8.0 version?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How QTP identify the system time that's changes every seconds?
What are the differences between quicktest professional (qtp) and winrunner?
What is CMMP and CMMH?
Hoe can we do retesting using functions please give the code for it using login page
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
Explain the new feature of UFT regarding the export of test results?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How to call a test from another test?
What is QTP scenario.