Hi,
Can anyone help me with:
How to select a value from combobox and check the checkbox and set the filter.
I have to set a filter by selecting a value from dropdown.
Also, im using UFT 11.5 so can anyone help me with code for UFT.
Thanks
Sreevidya
Answer / ranga
I think the following site is helpful to you to set the filter....as i'm not able to understand your question clearly.
http://www.tutorialspoint.com/qtp/qtp_smart_identification.htm
For Selecting a value from combbox
Window("").Wincombobox("").select "value to select"
Selecting check box
Browser().Page().webcheckbox().set "ON"
Is This Answer Correct ? | 2 Yes | 2 No |
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
How many types of object repository in qtp?
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
How Does Run time data (Parameterization) is handled in QTP?
When to Insert transactions in QTP?
Explain about reusable actions?
How many check points are there in QTP and what are they?
What is the difference between QTP 8.2 and QTP 9.2 ?
what are pretesting activities
How to get line numbers in your editor in expert view?
Give me some real time point of way where exactly we can conduct audits?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?