Why do we go for Qtp?
What are the advantages of qtp?
Diff between winrunner and Qtp?
Answers were Sorted based on User's Feedback
Answer / n@n!
when we have more number of retest cases in the application
then we go for QTP.
adv:
---
fast,reliable,repetable,programable,reusable.
diff b/w WR& QTP:
-----------------
QTP:
---
1)semi collen was not use in QTP
2)QTP supports VB script
3)it supports multi media addins
4)3 types og recording is there in QTP(Normal,Analog,Low
Level Recording)
WR:
----
1)every statement ends with Semi collen.
2)WR does not support multi media addins
3)WR supports TSL langusge
4)2 types of recording is there in WR(context
sensitive,anlaog recording)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / murali
1.do things manually impossible
2.eliminating errorsin manual testing whenever retesting
,regression testing is required
qtp adv are reliable
fastest
repeatable
programable
reusable
| Is This Answer Correct ? | 4 Yes | 2 No |
All the drawbacks of manual testing are addressed here in QTP.
Advantages of QTP:
Speed of execution.
Accuracy.
QTP:
1.QTP uses VBscript language.
2.QTP supports almost of all technologies.
3.It has data table facility.
4.QTP supports wed applications.
5.QTP is not a case sensitive language.
6.QTP is a compiler.
Winrunner:
1.it uses the TSL(like c)language.
2. it will not support the all technologies.
3.it is not having the data sheets.
4.It not support the web applications.
5.it is a case sensitive language.
6.Winrunner is a interpreter.(executes line by line)
| Is This Answer Correct ? | 2 Yes | 1 No |
is there any addin for remedy user application
How to retrieve the data from database?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766
In what occasion we can specify global sheet and action sheet?
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
How to change the run-time value of a property for an object in QTP?
In qtp,how to interact tool & application build?
can test automation improve test effectiveness?
How the automated tests in org
What is data driver in qtp?
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.