how many levels of test execution will you follow and
describe them?
Answers were Sorted based on User's Feedback
Answer / vnk, testing engineer.,
0Level or Smoke Testing,
1Level or Comprehensive Testing,
2Level or Regression Testing,
3Level or Final Regression Testing
VNK
Testing Engineer.,
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / santosh pampatwar
There are five levels of testing which we are following
1. Unit Testing
2. Integration Testing
3. System Testing
4. System Integration Testing
5. User acceptance testing
Note: sometimes we have to follow the one more level of
testing i.e. Production Verification testing which is after
the UAT.(Depends on client requirement)
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / venkat
Sanity testing
Comprehensive testing
Regression testing
Final regression testing
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / pradeep
4 levels of testing:
1-Unit testing
2-Integration testing
3-System Testing
4-User acceptance testing
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / nikhil
there are 4 levels of testing
1. Unit Testing
2. Integration testing
3. System and functional testing
4. Acceptance testing.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / prakash
Unit Testing
Functional Testing
Integration Testing
System Testing
User Accepting Testing
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / shalini test engineer
unit testing
Integration testing
Sysytem testing
UAT
| Is This Answer Correct ? | 0 Yes | 5 No |
Test summary report detail
I need to prepare a Test Plan. Any one can provide the a Test Plan model which is sinple so that I can change use it in my company...
how will you report defects in your company?
What is Test idea? format of test idea
What is the difference between EXPLORATORY TESTING and ADHOC TESTING?
what are the key components of test plan document?
Test Documents Reporting answers
After asking the defect life cycle, if you think it is not a valid defect, what you will do, whether you will store in any document for future reviews,if yes, what is that document, where you will save that document? or just reject it and close it?
What is reporting hiearchy in testing? Who report to whop and complete hiearchy including developers
what are the fields in traceablity matixes.
An engineering college wants to automate their examination activities to speed up their work and maintain high-end accuracy of information. A brief overview of the proposed system is given below: The proposed examination system is consisting of 8 semesters spread across 9 branches (assume your own branch names) and spans over a period of 4 years. Each student belongs to a branch and must register for a minimum of 6 courses but not exceed 8 courses maximum. The scoring pattern for each course is given as below: Maximum marks for each course: 100 Pass: 35% Distinction: 70% and above First class: =>60% and <70% Second class: >50% and <60% Pass Class: >=35% and <50% The proposed system computes the result and announces the results every semester. The results must be accurate and all examination records will be maintained till the students leave the college. Develop a Test Strategy to test the proposed system. Your Test Strategy must include the following: • Test Plan • Testing Methodology to be followed • Test cases • Test effort estimation • Test Correction Mechanism Note: If you need more information on the requirement specification, you are permitted to assume along the same line but clearly specify the details.
What is the Reporting Tool in java explain and give example?