what is difference between application testing and product
testing?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / prasad
Yes there is a difference between application testing and product testing .
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
Give the syntax to load function at run time.
When to Insert transactions in QTP?
Explain how Does Run time data (Parameterization) is handled in QTP?
When do go for loop condition in test?
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
How to create Reusable and Multiple Actions?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
What is the qtp testing process?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
What is the main difference between desriptive programming and generic functions