what are the Levels of testing?

Answers were Sorted based on User's Feedback



what are the Levels of testing? ..

Answer / sujata

1.unit testing
2.module testing
3.integration testing
4.system testing
5.user-acceptance testing

Is This Answer Correct ?    3 Yes 1 No

what are the Levels of testing? ..

Answer / chetan

Levels of testing

1.Unit testing
2.integration testing
3.system testing
4.system integration
5.acceptance testing

Is This Answer Correct ?    2 Yes 0 No

what are the Levels of testing? ..

Answer / sujatha

Levels of testing
1.unit testing and Integration testing comes under to
developer side
2.system testing
3.user acceptance testing comes under to tester side

Is This Answer Correct ?    8 Yes 7 No

what are the Levels of testing? ..

Answer / shashi

There are two levels of testing:-
Low level testing:
(1) Unit(module)testing
(2) Integration testing

High level testing:
(1) Functional testing
(2) System testing
(3) UAT(User acceptance testing)

Is This Answer Correct ?    3 Yes 2 No

what are the Levels of testing? ..

Answer / manisha vyas

there are 4 levls of testing-
1.component testing(unit testing)
2.integration testing.
3.systeam testing.
4.acceptance testing.

Is This Answer Correct ?    2 Yes 1 No

what are the Levels of testing? ..

Answer / delcomani

yes

Is This Answer Correct ?    1 Yes 0 No

what are the Levels of testing? ..

Answer / rajshekar reddy

document testing-->unit testing--->integration testing-->s/w testing--.acceptance testing---.release testing

brajashekar08@gmail.com

thank you

Is This Answer Correct ?    1 Yes 0 No

what are the Levels of testing? ..

Answer / shakun garg

As per testing standards Testing has four levels:
1.Unit Testing: To test each module individually
2.Integration Testing: To test interface in between different modules.
3.System Testing: To test all modules as a single unit.
4.User Acceptance Testing: To validate system as per customer requirement.

Is This Answer Correct ?    1 Yes 0 No

what are the Levels of testing? ..

Answer / praveen 9885734486

there r 4 levels of testing
level 0 :: Sanity Testing test whether build is testable
or not
level 1 :: Unit testing, Integraion Testing, System Testing
level 2 :: Regression Testing
level 3 :: Final Regression testing or Postmartom Testing

Is This Answer Correct ?    11 Yes 48 No

Post New Answer

More Manual Testing Interview Questions

Tell me about ur favorite bug.

0 Answers  


Random order tests are conducted to exercise different class instance life histories. is it true

1 Answers  


Whar are the different types of defects/errors are commonly appear during the real time software testing?

5 Answers   CTS,


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?

0 Answers   CA, Dish Network, Wipro,


6. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case ? What’s is their order of succession in the STLC?

3 Answers  






what is difference between boundary value analysis and Equivalnce partioning?

5 Answers   InterSoft, Sharp, TCS, Wipro,


what are test cases for edit,add,delete,save,preview and main buttons and test scenarios

2 Answers   L&T, Wipro,


what is fault?

3 Answers   Wipro,


Test cases have written according to Flow of the software working or according to Screens?

0 Answers  


For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?

2 Answers   IBS,


what wil be your approach while testing any software ,test to pass or test to fail?

4 Answers  


Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance

0 Answers  


Categories