Write a code check the checkbox in the web table which is in
the 4th row and fifth column (Use child item concept)
Answer Posted / 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 |
Post New Answer View All Answers
How to analyzing the checpoint results?
How can you identify the browser and its information using QTP script?
How to export quicktest professional (qtp) results to an .xls file?
Will down time for server and content maintenance/upgrades be allowed? how much?
Describe synchronization point.
your coming from electrical backgroung..but y ur coming to software side?
What is the difference in the global and action sheet in qtp?
How do you test DLL files using automation Tool QTP?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
What is the expert view?
What is action?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What is the difference between byref and byval in qtp?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.