A web table is having 3 columns(name, salary and checkbox) in qtp
How to select a checkbox based on the highest salary of an employee in a webtable.
Answer Posted / cnu_thatavarthi
First We need to get the highest salary from the column and store the row number in Variable(intRow)
set value = Browser().page().webtable().childItem(intRow,column,"Checkbox",0)
value.Set "ON"
set value =Nothing
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference in testing a client-server application and a web application?
How to open a new test using quicktest professional (qtp)?
Write a script to customize the test results in PDF and HTML format.
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What are the different properties of an web object
Object repositories types, which and when to use?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
What is business process testing(bpt) in qtp?
How to capture all the data of a webtable, weblist and combolist using QTP?
how to test use the quality control .how to verify the image verification
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
How to associate function library at a run time?
what type of run time errors you get while you ar edoing rpg program?
What is the basic concept of quicktest professional (qtp)?