What r the features of QTP9.2,other than QTP8.0 What r the
extre features of QTP9.2.
Answer Posted / subhash pasupuleti
My two cents
1. QTP Version 8.2 supported Action Parameters.
but upto 8.2 supported only one Object Repository(OR)
either Local(per Action) or Global(Shared)OR
2. QTP version 9.x onwards support
1.Multiple Repositories(one Local OR plus many shared ORs)
2.Multiple Function Libraries
3.In line Editing and debugging of code in Function Libraies.
4. version 9.0 has made Actions/ Multiple Actions
obsolete in the sense we could convert Actions into
functions.Actions use more overheads and resources(memory
and disk space)
QTP 9.x extends support to Advance Key Word Driven
Testing(Framework)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the Command used to start the QTP
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
How to run a test using quicktest professional (qtp)?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
explain keyword driven framework with banking domain?
How many add-ins comes by default with qtp?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Can we use index on view?
Both static and dynamic arrays are handled by the vb script. Is it true?
write the vb script for call to new action in qtp?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?