when we right click on the desktop of any operating system
we find a menu , consisting of refresh,edit,open,paste and
cut etc...
how to load the object and object properties of that menu
in QTP
Answer Posted / murali raju
I think it's not possible to add the object repository...
Window("Program Manager").WinListView
("SysListView32").Click 753,200
Window("Program Manager").WinListView
("SysListView32").Click 753, 200, micRightBtn
Window("Program Manager").WinObject
("SHELLDLL_DefView").WinMenu
("ContextMenu").Select "Refresh;"
Try this code in ur system...at that time of recording only
we can add those type of menus..if i am wrong..then mailme..
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does quicktest professional identifies the object in the application?
Explain the types of object repositorys in qtp?
what r the main attributes of test automation?
How to call a test from another test?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How you debug your script?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Which scripting language used by quicktest professional?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How many types of parameters are available in quicktest professional?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
How to creating an output value using quicktest professional?
Explain data driven framework?