How to Identify broken links in QTP
Answer Posted / qtp tester
Other than the above method, there is one more way that can
be used to identify broken links in QTP.
http://www.automationrepository.com/2012/03/how-to-identify-
broken-links-using-qtp/
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Please guide me release notes of Automation once scripts are completed
what is the advantages and disadvantages of using functions instead of re usable actions
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
diff between qtp versions from 8.5
What is the difference between a Function and Action in QTP?
Describe how Smart Identification is used
What are the advantages of a Hybrid framework?
How to check which add-ins are associated with a test in qtp?
What is the use of text output value in quicktest professional?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain the features and benefits of quick test pro(qtp)?
Explain hybrid framework with advantages and disadvantages?
What is the difference between a Function and Procedure in QTP?
is it possible to add sheets to excel at runtime