Please explain how to open with notepad of saved html file by
right click option using QTP
Answer Posted / antaryami
SystemUtil.Run "D:\abc"
Window("Window").Click 392,198
Window("abc").WinObject("DirectUIHWND").Click 70, 45, micRightBtn
Window("abc").WinObject("ShellView").WinMenu("ContextMenu").Select "Open"
Window("abc").WinObject("DirectUIHWND").Click 205,63
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to analyzing test results using quicktest professional (qtp)?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
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
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What is the use of an object spy tool in qtp?
What are the general steps involved in the data driven framework?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
How to change the priorities of the recovery scenario properties?
how can i call function (which has link with excell sheet at a remote location) within another function
What is the difference between run time object and test object in QTP?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
hi nani my doubt is how does qtp process metrix related to software process.
How to use the object spy in quicktest professional 8.0 version?
What is expert view in qtp?