How to open a new test using quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
How to connect to data base?
What is the keyword view and expert view in qtp?
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
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 ???
What are the features supported by UFT?
How can we translate the steps between the Keyword and Expert Views?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
What is the use of an object spy tool in qtp?
Could you please suggest a book to start with QTP and also a book for advanced concepts?
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
Can we use Virtual Objects in Discriptive Programming?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??