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 |
If any feature is removed from the application then also tester have to do Regression testing?
How to test cookies in Manual testing?
What metrics will be collected during the Testing i.e from requirement Phase to Maintainance Phase
Why UAT required
what is the difference between sanity and smoke testing?
What method process should your company follow(realtime Qn) ?
Notepad(Editor),we test is which type of testing? a)Functionality Testing,b)Compatability Testing,c) All,d) None
what is role of tester in spiral model?
what are testing types involved in black box and white box testing...
when you open a stand alone application then the application is displayed on the screen.what type of testing is this?
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance