Answer Posted / renjith
QA is the qulity we are assuring for a product in the
entire lifecycle
QC is like ,to achive QA what are the steps/process areas
we need to follow
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the term ‘quality’ mean when testing?
What is Independent Testing?
What does a manual tester need to become proficient with db testing?
why testcases are written and what is the importance?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
When have you had to focus on data integrity?
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
What is common interface?
Do submit teststrategy to customer if yes at what time
What is an end-to-end testing?
What are the different types of integration testing?
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
what is acid testing?
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?