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 can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is the descriptive programming?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
How to find the length of the string in qtp?
Connect to QC using AOM.
What are the advantages of qtp?
What are the different types of recording modes in qtp? Which will be used when?
how will you load the test cases in ddt?
What is the file extension of the code file and object repository file in QTP?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What are the different types of functions available in qtp and explain ?