Monday, 20 June 2011

Basic Questions of Testing

1.      Differentiate between QA and QC?

Quality Analyst: 

      It is process oriented.
      Ievolves in entire process of software development.

Quality Control:

     It is product oriented.
     Work to examine the quality of product.
     
 2. What is a bug?

A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result.

3. what is a test case?

Testcase is set of input values, execution preconditions,expected results and execution post - conditions, developed for a particular objective or test conditions, such as to exercise a paticular program path or to verify compliance with a specific requirement.



4. What is the purpose of test plan in your project?

Test plan document is prepared by the test lead,it contains the contents like introduction,objectives,test stratergy,scope,test items,program modules user procedures,features to be tested.



5. When the relationships occur between tester and developer?

Developer is the one who sends the application to the tester by doing all the necessary code in the application and sends the marshal id to the tester. The tester is the one who gives all the input/output and checks whether he is getting right output or not. A developer is the one who works on inside interfacing where as the tester is the one who works on outside interfacing.




No comments:

Post a Comment