Hi...
What is difference between QA and testing?
Answers were Sorted based on User's Feedback
Answer / n@n!
QA(quality assurence) / SDLC / Verification / un
conventional all r same . QA was done by developers.
Testing / QC(quality comtrol) / STLC / validation /
conventional all r same . it was done by test engineers.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / raj
Quality assurance for preventing the defects testing is for
finding the defects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / smita s.
1.QA is the Verification 1.Testing is validation
2.QA changes the whole process 2.Testing changes perticular
application
3.QA is the responsibility of management of the company 3.
Testing is the responsibility of testing team
4.QA is Static process 4.Testing is Dynamic process
5.QA is nothing but examination 5.Testing is nothing but
exicution
6.e.g.Inspection ,Review 6.Black Box Testing
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / philip aaron
QA, means giving confidence that requirement will be
fulfilled/met, QA establish the processes to be followed in
other achieve customer required satisfaction.QA is process
oriented.
while Testing is a fault finding activities, testing is done
by QC, testing is done to verify that product/service is
free of defect. testing is carried out to ensure compliance
with customer requirement. QC is defect oriented.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohituppal
QA means defining the processes that can fulfill client requirements
Let me explain this with example - In any company wearing ID card is the process that is created by the management and this process has to be followed by every employee.
So this process is created by QA team
And following this process is the responsibility of QC(Quality Control) team.
Testing means
1. Finding bugs in the system/software
2. Fit for use
3. With in budget delivery
4. Quality
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
hi sneha,
QA n Testing never same...
QA is different and testing is different.
people who r testing the coding part that people belongs to
QA team but not all testers belongs to QA team
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kumar
kumar hi
qa means quality assurance to given by a testing company
and testing means how much quality is there in product,
that is decide the testing team
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sneha
QA and Testing both are same.
As we test the product in both cases.
| Is This Answer Correct ? | 0 Yes | 8 No |
after inserting the record in front-end,how will u check the backend manually?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Difference between functional testing and end to end testing?
what are the parameters use to write the test plan document?
What are the positive and negative testing can be done to social site like orkut?
Name three types of tests that should NOT be automated.
Diff B/w Test Strategy and test plan
What is web architecture that is followed while doing online project and tell the samples of architecture?
What is your approach when requirements change continuously?
How can you do the usability testing?
There are some features to improve the performance of a Product. What are those factors?
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.