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 |
What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?
How to Import data from a ".xls" file to Data table during Runtime.
Hi, every one aim new to automation testing(QTP),aim looking for software versions any. If any one can HELP me that will be great. Thank u.(9620427211,Bangalore)
How u execute test cases in manual testing?
What is an expert view and keyword view?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
who is developed QTP ? is it from Mecury or HP
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How to handle run time errors?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",