Hi, I Need code to click the webbutton inside of webtable. I
need to click a particular 'Edit' webbutton inside of
webtable.
For Example...
Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in
10th Column. I need to click the 3rd row 'Edit' button with
unique value.
Browser("....").Page("...").Frame("...").WebButton("btn_Edit
")
I Tried with below code:
Set objButton =
Browser("...").Page("...").Frame("...").WebTable("...").Chil
dItem(3,10, Webbutton,0).Click - Not working this code :(
Anyone can help me to sort out this simple issue ???
Answer / crazy boy
In place of ChildItem(3,10,webbutton,0).click
Write the Webbutton in Double quotes Ie: "WebButton"
| Is This Answer Correct ? | 3 Yes | 1 No |
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what is descriptive.create()in qtp?
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
What is output value? How many types of output values are there in qtp?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
Have you used xml check point in your project? How?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?