Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why we are selecting QTP for testing ?

Answers were Sorted based on User's Feedback



Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

Answer / surendra

Hi Friends,
can we use QTP, C#,VB.net and .net applications.

Is This Answer Correct ?    10 Yes 7 No

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Why we are selecting QTP for testing ?..

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

Post New Answer

More QTP Interview Questions

I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

0 Answers  


how to merge 2 object repositories in qtp 9.0.what is use of merge and y merge is used?

1 Answers  


what is object?

5 Answers   iFlex,


Write script to fetch the data from global sheet where row number is 3 and parameter is "text"

3 Answers   Accenture, Thomson Reuters,


can u store QTp frame work folders in VSS? If Not where u store those?

1 Answers  


How can I use Call dlls in QTP ?

0 Answers  


In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?

1 Answers   ITC Infotech,


In qtp, explain what is qrs file?

0 Answers  


how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions

2 Answers  


how i can delete the excel process for the task manager using QTP

2 Answers  


How to count the no of objects in XML file(QTP)

1 Answers   IBM,


How does quicktest professional (qtp) identifies the object in the application?

0 Answers  


Categories