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 / 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 View All Answers
What are the various automation frameworks available in qtp?
What is difference in global and action sheet in qtp?
Explain qtp(quick test professional)?
write a script to verify the image path(src property) of the images which are in web pages.
describe some problems that u had with automating testing tool?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Explain different type of event trigger option.
How does qtp identify objects in the application?
desribe a situation where u faced a stressful situation and how did u cope with it
What are table and db checkpoints?
Explain the views in the QTP GUI?
What is QTP’s model for test creation?
When ‘option explicit’ keyword is used in qtp?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?