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 |
what is run-time data?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
What is Expert view?
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
How to handle the exceptions using recovery scenario manager in QTP?
How do you done Data-Driven Testing using MS-Word. What is the script for that
How does qtp identify objects in the application?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
What is positive test case and Negative Test case? What is the meaning of Real World Scenario's?
How to do Laod testing for web based Application?