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 the basic concept of qtp?
What are the key points to create a framework in QTP for oracle forms?
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
How can I deploye a 'QTP Runtime environment only'
Use of Multiple Actions in QTP?
How can we add regular expression for date field (dd/mon/yyyy)?
in real time when we are creating the script by default it is going to save in action object repository or not any way my question is in one of my interviewer said that in real time the default object repository is action object repository and by using quick test plus they are going to merge is it correct i said that by selecting the object repository as shared one in selecting the test>>settings>>resources but she is not convinced what is the correct one
Describe synchronization point.
How can you give wait up to 10 seconds in qtp?