How to test menu options using qtp
Answers were Sorted based on User's Feedback
Answer / sudha
Can you specify what exzactly u want to check in menu ?
Mostly we check wheter the menu option is exist or enable:
window("name").winmenu("name").exist(2)
OR
rc = window("name").winmenu("name").GetROProperty
("Enabled")
above command will return TRUE if menu is enabled elase
FALSE
| Is This Answer Correct ? | 6 Yes | 0 No |
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
What is object & properties (in QTP)
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.
I have 14 itmes in a drop down that are associated with an account And these items change with different accounts I want to be able to define it by and index number or any other id so if I enter 2 in my Global excel sheet it selects the 2nd item from the drop down - is this possible?
what is the difference between modular framework & datadriven framework
how to disable the pop ups through QTP using a script
What is the difference between Dim And Redim
4 Answers Hotel Jobs, IBM, Microsoft,
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?