if there is a web table of having row and colmns.a button is
placed at 2nd row's 3rd column which is worked for both edit
and delete..how to write script for the button to test both
operation on the web table using desriptive programing..
plz help me on script wheather using getroproperty
Q2)what is the command for taking valiue from a web table in qtp
Answer Posted / ashish srivastava
For Ques 1
Browser().page().webtable().childitem
(2,3,"WebButton",0).Click
For Ques 2
strname=Browser().page().webtable().GetCellData(2,3)
msgbox strname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to define array in qtp?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
can any one say that where we can download the QTP trail version ??????????
Describe the differences between functions and actions in UFT?
What is data driver in qtp?
What is the quicktest professional testing process?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Explain building blocks of the bpt framework ?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Did QTP prove efficient for your project? Yes or No, explain?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
How to create Reusable and Multiple Actions?
Can you list some technologies that support qtp?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Discuss the QTP Environment?