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 |
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
WHAT IS SMATR IDENTIFICATION? plz EXPLAIN BRIEFLY? IS IT POSSIBLE in QTP? HOW AND WHEn THE SITUATION U R USING EXPLAIN WITH EXAMPLE?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
Problem with XML checkpoint in QTP ?
What are the 3 main stages involved in testing with qtp?
What is the use of virtual objects?
what is Function Definition Generator? can any one explain me in details?