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...


what is difference between application testing and product
testing?

Answers were Sorted based on User's Feedback



what is difference between application testing and product testing?..

Answer / saravanaraja

Lots of Difference between application testing & Product
Testing.

Application testing is done using client requirements only.
Product Testing is based upon global requirements.

Is This Answer Correct ?    8 Yes 0 No

what is difference between application testing and product testing?..

Answer / raghu

There is difference between application testing and
product testing. where as in Application Testing the
testing will be done based on the Client requirements and
in the Product testing because of the number users will be
use the released product so the compatabilty,load and
stress testing will be done.

For Example :-
Readymade dress is a product (Product Testing)
Stitching a dress by the tailor is an Application
(Application Testing)

Is This Answer Correct ?    8 Yes 2 No

what is difference between application testing and product testing?..

Answer / prasad

Yes there is a difference between application testing and product testing .

Is This Answer Correct ?    1 Yes 0 No

what is difference between application testing and product testing?..

Answer / prasad

This is just a high-level overview of the differences between product testing and application testing.

Software products need to work on a variety of environments and are expected to work on supported configurations of all supported platforms. This involves running of compatibility tests against supported operating systems and software that must co-exist with the product. This also involves repeating the same tests a number of times and is a fantastic argument for automation.
Products must be intuitive to use and work in a similar manner to other products in its domain. Moreover, products are used by a large number of end-users and the way different users use it, is liable to vary. Application users are typically instructed on how to use the application and how not to. Therefore, it’s generally alright if an application is shipped with some bugs in it. For products however, usability and stress testing are of utmost importance and it means that there needs to be a user advocate who tests a product with an end-user in mind.
Software products also tend to have regular upgraded releases, with enhanced functions which should not break any existing product functionalities. This requires efficient regression testing.
The product management team collates frequently changing customer requirements and market expectations of a product, while also contributing to the product roadmap. As a result, the scope of the product changes constantly and testing becomes complicated with daily builds involved.
Product management’s intervention in scope changes becomes more pronounced in agile environments while management thinks that by using agile the product can be taken to market faster. However, agile testing by itself is a specialized area and with requirements being added or modified constantly, testing becomes a complex process.
In some cases, when any bugs are found in a product after a release happens, they are taken as feature additions for the next product version and made as change requirements. In the case of an application, a customer can provide change requirements as bugs and construe it as a gap in understanding the requirements.
If a product is to be delivered as a plug-n-play solution to end-users, testing becomes straightforward as there are no multiple configurations and environments involved.
This is just a high-level overview of the differences between product testing and application testing.

Is This Answer Correct ?    0 Yes 0 No

what is difference between application testing and product testing?..

Answer / ravi_kanakam

There is no difference between application testing and
product testing. The process you follow to test an
application will be same as that of a product.

Is This Answer Correct ?    3 Yes 14 No

Post New Answer

More QTP Interview Questions

How to parameterize Object Repository?

2 Answers  


HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people

3 Answers   GE,


how can i prepare for QTP(8.2) to face interview ? give over view details?

52 Answers  


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?

1 Answers   Infosys,


What is clean sweep?

0 Answers  


How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.

4 Answers  


I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"

2 Answers   Rolta,


what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?

2 Answers  


After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans

0 Answers   TCS,


What is batch testing?

4 Answers  


What is Virtual object wizard in QTP?

4 Answers  


Categories