Give one example for both QC and QA
Answers were Sorted based on User's Feedback
Answer / sadik
QC is the actual testing to certify the build and QA is the
process validation in execution of testing efforts.
| Is This Answer Correct ? | 5 Yes | 0 No |
QA involves the entire the project and processes evaluation
QC one of the part of the QA related to particular module or
task to find the defects
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / koteswara rao.k
QA is completely involved in verification to prevent the
defect .
QC is completely detection of defect and truly involved in
validation part
QA only measure the product and monitoring and measuring
the strenght of development process .
Anything wrong ping me koteswara.9.rao@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pradeep
According to the above answers, QC is subset of QA.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / murali
QC - Product Oriented - Validation
Ex: Test
QA - Process Oriented - Verification
Ex: Meeting and reviews
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / shahzad gul
QA is the process of "Preventing" the bugs that can occur in
the application /product in future.
QC is the process of "Detecting" the bugs in the application
/product at the time of execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naina
QC (Quality Control)is the test the application
it fallows the different methodologies
QA(Quality Assurance) is the process How to enhance the
Qulaity, Software auditing also comes under SQA.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suman
QA - Validation (testing the Application)
QC - Verification (certify the testing done by QA)
| Is This Answer Correct ? | 1 Yes | 9 No |
create a daily status report or list the items you will cover in a status report
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
Relationship between dynamic testing, coding fault and failure
Test scenario is written by seeing SRS or by seeing application
Where I can get ITB/ISTQB sample question paper?
How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).
What is the responsibility of programmers vs QA?
What do you know about data-driven testing?
Can any one send the Basic Consepts of DB Testing? Which Type of Quarres are Frequently used in the DB Testing? If any one have those please reply..
what is operations testing? is it coming under white box testing/unit testing?
what we have to do in white box testing what will be checked in it and how much its necessary for white box tester to be a good programmer too
What is change management?