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 |
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
which type of testing process are you following in ur company? how to recognize a qtp page?
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
What is checkpoints for quicktest professional (qtp)?
What are the different attribute used with regular expression?
How to test background color and dynamic images which are moving during runtime?
If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
where do you define the objects as regular expression when u are using regular expressions.
What is the file extension of the code file in qtp?
What is object spy in quicktest professional (qtp)?
how we will use output values in qtp? is there any possibulity by descriptive programming?
How to find given string is palindrome or not without using strreverse() function?