Write a code check the checkbox in the web table which is in
the 4th row and fifth column (Use child item concept)

Answers were Sorted based on User's Feedback



Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use chi..

Answer / uday

set cbObj=browser(browserObj).page(pageObj).webtable
(webtableObj).childitem(4,5,"WebCheckbox",0)

cbObj.set "ON"

Is This Answer Correct ?    16 Yes 0 No

Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use chi..

Answer / goutham

set cbObj=browser(browserObj).page(pageObj).webtable
(webtableObj).childitem(4,5,"WebCheckbox",0

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What are the different attributes used with regular expression?

0 Answers  


Can any one please explain hwo to test client/server application using QTP?

3 Answers   Patni, Value Labs,


Can we run multiple QTP scripts one after the other without manual intervention? How?

0 Answers  


what is the use of VIRTUAL OBJECTS? explain ?

10 Answers   ABC Infotech, IBM, TCS,


VB - Script Training in MUMBAI.

1 Answers  


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?

0 Answers  


what is memory leakage?

16 Answers   ITC Infotech, Panamax, TIT,


Explain different type of event trigger option.

0 Answers  


How to Identify broken links in QTP

2 Answers   Ness Technologies,


I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.

1 Answers   IBM,


Where we can use the synchronization?

0 Answers  


How to Test Dynamic links ?

4 Answers   Wipro,


Categories