what is the difference between quality and testing ?
Answer Posted / mfsi_krushnas
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 |
Post New Answer View All Answers
How does qtp identify objects in the application?
Why qtp the best testing tool?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
How to attach a file to TD?
What are advantages of test automation?
How can you exit from an action?
How to start recording using quicktest professional (qtp)?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
What are the different attributes used with regular expression?
What is data driver in qtp?
How do know the number of browsers opened?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);