What are the different test levels
Answers were Sorted based on User's Feedback
Answer / umang
Developers--Unit Testing & Assembly Testing
Tester--Integration Testing
Business - User Acceptance Testing , PEV and IMR Validation
testing
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chandrashekhar
3 types of testing
1)unit testing ->where tester will check each model independantly.
2)integration testing->combining each model and data transfer between the models will be tested here.
3)system testing->whole system will be tested against the SRS or customer requirments
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mfsi_priyankaa
There are four levels of testing.
1. Component testing
2. Integration testing
3. System testing
4. Acceptance testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prakash sah
Unit, Intergration, System, Regression and UAT
| Is This Answer Correct ? | 0 Yes | 4 No |
do u know abt integration testing,how do u intregate diff modules?
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?
where u r writing testcases manually?
What is Test Scenario & Test Case
Should every business test its software the same way?
Hi i am srinivas working as testing engineer with one of cmm level3 company. i am looking to change for that i posted my resume in naukri i got mails about requirement but when i replyed mails no one call for interview .I applied from past 4 month but i am not geting any interview call . please tell me where is the problem.
How do you scope out the size of the testing effort?
Why you have chosen Testing as your career, not developer ?
there are n types of test cases how do you do?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
fields present in bugs and fields present in testcases? pl pl pl give me an answer thanks in advance but pl.
What is the difference between White Box testing and Unit Testing?