Tell me the QTP Advantages and Disadvatages ?
Answer / sreeprasad
? Ease of use.
? Simple interface.
? Presents the test case as a business workflow to the
tester (simpler to understand).
? Uses a real programming language (Microsoft?sVBScript)
with numerous resources
available.
? QuickTest Pro is significantly easier for a non-technical
person to adapt to and create
working test cases, compared to WinRunner.
? Data table integration better and easier to use than
WinRunner.
? Test Run Iterations/Data driving a test is easier
and better implement with QuickTest.
? Parameterization easier than WinRunner.
? Can enhance existing QuickTest scripts without
the ?Application Under Test? being
available; by using the ActiveScreen.
? Can create and implement the Microsoft Object Model
(Outlook objects, ADO objects,
FileSystem objects, supports DOM, WSH, etc.).
? Better object identification mechanism.
? Numerous existing functions available for implementation ?
both from within QuickTest Pro
and VBScript.
? QTP supports .NET development environment (currently
WinRunner 7.5 does not).
? XML support (currently WinRunner 7.5 does not).
? The Test Report is more robust in QuickTest
compared to WinRunner.
? Integrates with TestDirector and WinRunner (can kick off
WinRunner scripts from
QuickTest).
Cons:
? Currently there are fewer resources (consultants and
expertise) available due to QTP being a
newer product on the market and because there is a
greater Demand than Supply, thus fewer
employee/consulting resources.
? Must know VBScript in order to program at all.
? Must be able to program in VBScript in order to implement
the real advance testing tasks
and to handle very dynamic situations.
? Need training to implement properly.
? The Object Repository (OR) and ?testing environment?
(paths, folders, function libraries, OR) can be difficult
to understand and implement initially.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is smart identification in qtp? pls any give details? thanks in advance
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
write a VBscript code to parametrize test script using test data from sqlserver database?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
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
In an interview what r the questions asked in qtp related project? pls any answer this question?
If the web applicatoin takes navigation time above 2 hours to dispaly next Web page then how can we synchronize the QTP with Appilication Under Test
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?