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
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 |
Answer / goutham
set cbObj=browser(browserObj).page(pageObj).webtable
(webtableObj).childitem(4,5,"WebCheckbox",0
Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of recording modes?
what is On Error Resume Next ?
Hoe can we do retesting using functions please give the code for it using login page
Which environments are supported by hp qtp?
what is the difference between xmlutil and xmlDOM in qtp?
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
whare exactly we have to use functions and sub routain
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)
What is Descriptive Programing? In which cases, we will go for descriptive programing?
regular expression in qtp standar check point for months from accepting months from january to december only
Explain about Test Fusion Report of QTP?
Explain in brief about the QTP Automation Object Model.