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 |
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
write a qtp code to display all the items in the fly from combo box or list box
What is an optional step in qtp ?
Explain the new feature of UFT regarding the export of test results?
Does QTP is "Unicode" compatible?
what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz
Hi All, How to get repeated word in string . Thanks Balaji
how do you run scripts in QTP?please anyone can answer my questions
describe some problems that u had with automating testing tool?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
How to Compare two database tables by using QTP?Please give me code details.