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 types of recording modes?

0 Answers  


what is On Error Resume Next ?

4 Answers   Accenture,


Hoe can we do retesting using functions please give the code for it using login page

0 Answers  


Which environments are supported by hp qtp?

0 Answers  


what is the difference between xmlutil and xmlDOM in qtp?

2 Answers  






How to display the first 3 letters in these "ABCDEFGH" using qtp script?

6 Answers   Oracle,


whare exactly we have to use functions and sub routain

0 Answers  


I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)

7 Answers   Xansa,


What is Descriptive Programing? In which cases, we will go for descriptive programing?

2 Answers   CTS,


regular expression in qtp standar check point for months from accepting months from january to december only

0 Answers  


Explain about Test Fusion Report of QTP?

0 Answers  


Explain in brief about the QTP Automation Object Model.

0 Answers   Crea,


Categories