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


Please Help Members By Posting Answers For Below Questions

Analyzing the checpoint results?

599


How to find operating system information using the qtp script?

585


What contains Data Driven Framework document in qtp?

1471


In what occasion we can specify global sheet and action sheet?

570


write a script to verify the image path(src property) of the images which are in web pages.

1811






What is the difference between analog and low level recording?

626


Explain the concept of object repository and how quicktest professional recognises objects?

561


how to evalute defects in QTP script?

1492


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1546


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1693


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

1608


What is ‘object spy’ and what is the function of object spy in qtp?

578


How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?

1508


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

2401


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

1392