what is the difference between quality and testing ?
Answers were Sorted based on User's Feedback
Answer / jitendra harnoor
quality is software that is delivered on time ,is bug free, meets the requirements and is reliable in cost.
Testing is the process to test a new software with the intention of finding defects.
| Is This Answer Correct ? | 5 Yes | 0 No |
Hi All,
-Quality means only and only "meeting specification" nothing
else.
-what a user want??if he is getting everything then he will
say good quality.
-Quality leads to a brand not the vice verse.
-Testing doesn't mean quality improvement.
-Testing means exercising your brain a little bit to
examine a product..In turn the result is improvement of
quality.
SO QUALITY IS NOT THE AIM OF TESTING,BUT OUTPUT LEADS TO
IMPROVEMENT.
Thanks
| Is This Answer Correct ? | 0 Yes | 2 No |
Is it possible to convert QTP scripts to Silk scripts?
What are benefits of qtp?
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"">",
what are the main differences between keyword driven frame work and data driven frame work?
How to retrieve the property of an object?
How many types of status are there?
Explain advantages and disadvantages kdf?
What are the types of environment variables in qtp?
what difference between client and server applications exatly?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
Explain actions in qtp ?
how to get the object count ?????????