Why we load add-ins in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
what is the advatages of merging of object repositories in Qtp9.0
how u track bugs using Test director in manual testing.
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
any body can you help me what is the script to automate an comand promt
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
How to retrieve the property of an object?
Explain in brief about the QTP Automation Object Model.
Can you tell me any books or websites to learn VB Script for QTP ??
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
If QTP not recognizing using repository while executing, how can we go forward
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 ???