Thursday, July 2, 2009

Interview Questions..

What is the testing that a tester performs at the end of unit testing?

Integration Testing is performed after unit testing and it tests the integrity of the modules in the application.

what is positive and negative testing with example?

Positive Testing: Testing the build with permitted
values,i.e values as per the requirement specification.

Negative Testing: Testing the build with wrong inputs,i.e
non permitted values as per the requirement specification.

What is Compatibility Testing?

In Compatibility testing we will test the application with wide variety of OSs, browsers, databases, servers, clients,
and hardware as per the client requirement/specification.

what are your strengths?(in testing)

Test to break attitude.
Motivation towards quality.
Continuous process improvement.
Good test case developement and testscript execution skills.
Every tester thinks always negative sense in that situation.

Difference between Test Plan & Test Strategy?

1. Test Plann : The Test plan is the document where it contains the elements like

1.Items to be tested
2.Items need not be tested
3.test Schedule,test case design and execution
4.Roles and responsibilities of the test team
5.Defect Management

2. Test Strategy : The approach of test execution is called test strategy .

what is validation and verification of a bug?

Validation: Does the system satisfy the requirements of the software?

Verification: Are we developing the system correctly?

After receiving the bug as fixed , what types of tests we will continue...

We will go for both Retesting and Regression testing.

In Retesting we are going to check whether the bug is fixed or not

In Regression testing we are going to check due to the fixation we are getting any problems due to the fixation ..

No comments: