Can someone tel additonal features which has been included
under QTP 9.0 which is not there in 8.2 version?
Answer / rkreddy
In Qtp 9.0 we are having lot of options
1) screen recorder
2)active screen
3)missing resources
4)object repository manager
these are all the new features in qtp9.0
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
what is smart identification?
why do we go for Test Automation?
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
What are the QTP advantages and disadvantages?
What is Automation frame work.How we will prepare in real time.
How to export data present in Datatable to an ".xls" file?
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 is the frame work in J-meter?
When we use Object Spy? can we write QTP script before built is came in testing?
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that