Why we are selecting QTP for testing ?
Answers were Sorted based on User's Feedback
Answer / neha
QTP is used for automating an application. It is a easy to
learn tool.It uses VB scripting in expert view and in
keyword view simply documents the action performed on AUT.
| Is This Answer Correct ? | 53 Yes | 5 No |
Answer / vignesh iyer
QTP is Functional and Regression Testing Tool.
It is Used to Check the Functionality of the Software
Application, Based on Test Cases.It is Used when the Test
Case to be Reused in Next Iteration. Performing Manually
again and again the Same Test case execution leads to
Exhaustion. Hence it is Functional Testing tool.
It is used in Regression coz, If the Build is to be checked
after some Additional Changes has been done to Software
Product and to measure the Difference between the Previous
and the Latest Build and to measure the impact of the
Changes.
Hope this Explanation is Very Simple and Basic.
Plz Post opinion on this Explanation.
Because i am a student and may be wrong.
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / ramarao
QTP is a autmation tool,that will be used for functional
purpose,regersion purpose test taht applicatin different
time with different data,and reducing the time and provide
tahe good qulity to customer.and in qtp script willl be
prepare by using vb,java.
| Is This Answer Correct ? | 24 Yes | 13 No |
Answer / sesha reddy
HI FRIENDS
Why we are selecting QTP for testing means
1.compare to remaining all tool this is compatable to lot
of environmental appications.
2.this is the latest .
3.most impotatent thing in this is key word driven frame
work.this is most powerful compare to all.
4.and all other automation uses are there
from
Sesha Reddy M.Sc(IT)
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / can't say
Because we do not want to use more powerfull languages like
C#, VB.NET, IronPython.
Because we think Visual Studio IDE is better that QTP IDE,
but why make our life more simpler.
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / brindha
QTP is graphical interface record palyback automation tool
which uses a scripting language built on top of VBScript to
specify the test procedure and manipulate the objects and
controls of the application under test.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / venkat reddy
Hi,
Why we have to select QTP for testing means,
QTP is a HP (Hawlett Packerd) tool for perticurly for
automating.
it is a very good toll to perform functional testing,
regression and database testing..
it will (QTP9.2)work in all environments like
ASP,SAP,Oracle, etc
the main defference is keyword driven framework
and
the language which we use defaultly is VB (Visual Basic)
VB is not a case sensitive
it is a object based language
it is a easist language
anybody can understand the script
when the aplication in development stage, we can write the
descriptive programming with the help of objects...
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sandeep kumar
mainly qtp is a automation testing it is mainly help for
test the java application
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / ano-miss
Probably because the Mercury Mafia has convinced some
beancounters it's the best way to go, rather than consult
test automation engineers who actually know something.
VB is junk. It is NOT an object oriented language. People
who actually like VB tend not to hail from engineering
backgrounds. Thus, QTP "programmers" tend to get paid
relatively poorly.
"Best Tool out there"? Yeah, the Mercury Mafia used to say
that about WinRunner too. Now companies are paying big
money to port WinRunner scripts to QuackTestPro. That's
progress?
| Is This Answer Correct ? | 4 Yes | 4 No |
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
How do you test DLL files using automation Tool QTP?
What are the environment variables?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
Can anyone explain about Keyword driven framework in detail and how to use it in case of any project
What is a recovery scenario?
3. How to handle the exceptions using recovery secnario manager in Qtp?
Difference between object identification and smart identification
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......
What is keyword view and Expert view in QTP?