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.
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 |
How you can find length of array in qtp?
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
How to find if given number is prime or not
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
how to test Web application using QTP software
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Explain about import and export files?
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
How can we do Data driven testing Using For loop in QTP?