1.Differentiate SDLC & v-model?
2. " verification and validation?
3. " quality assurance and quality control?
4.what are the components in test strategy?
5.Differentiate test strategy & test plan?
6.wht methods will you follow in yoiur company for test design?
Answer / ns
verification: To check whether we are developing a right
product according to customer requriements or not.it is a
static process.
validation : It is the process of evaluating a software at
the end of the SD process to ensure its compliance with the
software requirements.it is a dynamic process.In simple
words it is nothing but To check whether we have developed
a right product according to customer requriements or not.
quality assurance: It is nothing but the necessary actions
we take to provide a product that is of the type and
quality needed and expected by the customer.
Quality control: The operations and actions we take to meet
the quality requirements.
test strategy: It is a planning done to approach the
testing process.
test plan : It is a doc. which consist of
scope,approach,resources,features to be tested ,features
not to be tested, test environment, approval etc... In
simple words It is a doc. which consist of some rules and
regulations to be followed while testing an application.
| Is This Answer Correct ? | 5 Yes | 0 No |
Hi! I got an interview call for the post of Trainee QA engg .The interview is on Monday(27/08/07).There is going to be a technical written test followed by an interview on Monday.Can anyone plz tell me what exactly is the technical written test for QA like,is it objective or theoretical based. PLZZZZZ reply as early as possible ---- Its URGENT. -- SK
Is the build or version number change during retesting
what is BVA,EP?if any body knows this, post the answer for me.
What is the difference between Integration Testing and System Testing ?
what is boundary value analysis?
For Web Applications what type of tests r u going to do .. tell me the Importent ones..
9 Answers Infeneon Technologies,
what are different reports prepared by a tester and their templates.
what are the ways to crash an application when it is unter testing?
What are the test cases for the fields, Name, Password, Login id, Address, phone,etc.?
when do u stop testing?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?