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 attributes used with regular expression?
Can any one please explain hwo to test client/server application using QTP?
Can we run multiple QTP scripts one after the other without manual intervention? How?
what is the use of VIRTUAL OBJECTS? explain ?
10 Answers ABC Infotech, IBM, TCS,
VB - Script Training in MUMBAI.
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?
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
Explain different type of event trigger option.
How to Identify broken links in QTP
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.
Where we can use the synchronization?
How to Test Dynamic links ?