If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script.
Please send the answers...

Answer Posted / vamshi

browser("title:=.*").page("title:=.*").webcheckbox("name:=.*","index:=9").set "on"
browser("title:=.*").page("title:=.*").webcheckbox("name:=.*","index:=10").set "on"
browser("title:=.*").page("title:=.*").webcheckbox("name:=.*","index:=13").set "on"
because index value starts from zero

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

5862


Hi, how can we check or avoid the memory leakage in QTP9.2?

1698


Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?

1393


Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

1608


can u please explain what is the exact difference between qtp8.2 and 9.0

1676






Hi,All How to create a link in excel sheet using qtp

2995


What is active screen?

560


By using QTP can we record any log files written by the application which is in execution?

1471


Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2059


Where we can use the synchronization?

568


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

1715


How you can replace string in qtp?

570


Define Environment Variable in UFT and its uses?

603


They asked by using qtp recording writing scripting

2069


Is it possible to change the values of analog recording?

570