How the smart identification is used in real time?Please
explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
write script to read and write data from file ?
What is object state in trigger events,in recovery scenario.write a script to handle this.
what is the Descriptive Progarmming? how it is help to testers in QTP?
how do u handle an object with out name in our application using QTP 9.2?
What are the trigger events in qtp?
What is keyword driven testing..what is the use of this in Automated testing
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 ???
Explain synchronization types in QTP
Hi, how can we check or avoid the memory leakage in QTP9.2?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?