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 |
Hi,Every one,my name is RAHUL,aim wondering if any one got QTP software? If yes,can u plz knock on to gchinthakindhi@gmail/yahoo.com. THANK U.
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
How to customize checkpoints with parameters?
What is the difference between a Function and Action in QTP?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
what is difference between application testing and product testing?
How to find if given number is prime or not
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
Hello Everybody, please tell me how to use accessibility checkpoint and XML checkpoint by giving any practical example of it.please provide me the steps to perform that and also pls provide the code too. Thanks in advance, Gaytri
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value