What are the Latest Feature are added In QTP 9.2?
Answers were Sorted based on User's Feedback
Answer / dilip
Block commenting is not provided till 8.2 version.
but Qtp 9.2 version Block commenting supporting
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / md.rafi
In QTP 9.2 some features added
1.Screen recorder
2.Silent test runner
3.some changes in Object repository
4.Mercury micro player
5.Test result deletion tool
and some changes in business component
| Is This Answer Correct ? | 3 Yes | 1 No |
QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT WHAT IS THE SOLUTON
What type of VB script u had done in expert view?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
What does Reporter.Reortevent2 does?
I have 3 browsers i want to give facebook url in 2 nd browser using qtp
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
What is the file extension of the code file & object repository file in QTP?
anyone can explian about types of "Triggere Events" in QTP
How to do Laod testing for web based Application?
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?
What the differences are and best practical application of Object Repository?