Please explain how to open with notepad of saved html file by
right click option using QTP



Please explain how to open with notepad of saved html file by right click option using QTP..

Answer / 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

More QTP Interview Questions

any one can explain about QTP proocess,means where to start and how to start Scripting.

3 Answers  


what is output parameters in qtp?explain? 2)

2 Answers   Span Infotech, TCS,


What are the different scripting languages you could use when working with QTP ?

6 Answers  


How to customize checkpoints with parameters?

0 Answers  


Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?

1 Answers  






How to do Laod testing for web based Application?

1 Answers  


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

0 Answers  


what is Automation frame work and how do u used this for your project?

3 Answers  


How do you start automating/ writing your QTP scripts ?

3 Answers   Keane India Ltd,


How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application. plz explain in detailed or mail the sample code to malepatin@gmail.com

1 Answers  


what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???

1 Answers   GE,


I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


Categories