1.Difference between Project & Product?
2.What is Tst Case,Test index & Test Senarios?
3.Difference between QA & QC
Answers were Sorted based on User's Feedback
Answer / n@n!
project : it is the combenation of bussiness
requiremnets,fessability study,system requieremnet
collection.designing ,coading,testing,maintainance.e.t.c....
product : output of any project is called product.
test case : it is nothing but wat u test,wat data given,wat
actions to be taken to get actual results compare to
expected result all r taken in one document is called is
called test case.
test scenarios : test case is a part in test senarion.
QA(quality assurence)/Verification/un conventional all r
same
QC(quality control)/validation/conventional all r same.
QA : it is the procress of verifing that developers develop
right product r not
it is a prevention activity
verification can be don by reviw and walk through
modules: BRS->SRS->HLD->LLD->Coading
QC : it is the procress of finding bugs to make shure that
the application is work under customer expectations.
it is a correction activity
modules: unit testing->integration testing->system testing-
>user acceptancy testing.
plz let me know........
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / pradeep chauhan
Dear,
I don't agree with you on your statements on QA & QC.
QC: The process by which product quality is compared with
applicable standards, and the action taken when
nonconformance is detected. Its focus is defect detection
and removal. This is a line function; that is, the
performance of these tasks is the responsibility of the
people working within the process.
QA: The set of support activities (including facilitation,
training, measurement, and analysis) needed to provide
adequate confidence that processes are established and
continuously improved to produce products that meet
specifications and are fit for use.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dinesh babu
project: Project is something that will developed on the
particular customer requirements and used by that customer
ony for his business.
EX:Banking application,insurance applications etc.....
product: Product is something that is developed based on
gathering the common requirements from so many users and
finally uesd by the different customers.
EX:MICROSOFT OS XP,GMAILETC...................
TEST CASE: Test case is an idea of the test engineers to
perform some actions on the features of the application in
order to test them based on the client requirements.
TEST SCENARIO: Test scenario is the situation where the
test engineer can do some actions is known as test scenario.
QA: here the quality assurance people will check whetehr
all the employees are working according to the companys
process guidelines or not.
IT IS ALSO KNOWN AS "VERIFICATION".
QC: here the quality control people will check wether the
developers are are developed the product based on the
customers requirements or not.It will be done by test
engineers.
IT IS ALSO KNOWN AS "VALIDATION".
| Is This Answer Correct ? | 3 Yes | 1 No |
what is test condition?how do u rank a test condition?
Have you heard about browser compatiblity? What is the latest version of Ie,Mozilla and Netscape?
What is Manual and Automation Testing Framework
Explain what is exhaustive testing?
what is compliance testing?
why is it necessary to give a priority to the test cases or/and requirements. why does the Test case ID is not sufficient to identify the test cases to be executed first.
what is agile model?
how to report a bug to the developer?What is the structure of Bug tracking?
what is mean by extensive testing?
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
what is the methodology you are using in ur company?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?