what are the Levels of testing?
Answers were Sorted based on User's Feedback
Answer / janet
1. Unit Testing
2. Integration Testing
3. System Testing
4. Acceptance Testing
5. Regression Testing
| Is This Answer Correct ? | 83 Yes | 18 No |
Answer / prabhu
There are only 4 levels of testing
1. Unit Testing
2. Integration Testing
3. System Testing
4. User Acceptance Testing
| Is This Answer Correct ? | 50 Yes | 14 No |
Answer / umesh7a
Unit Testing -> Integration Testing -> System testing ->
Acceptance Testing
| Is This Answer Correct ? | 20 Yes | 4 No |
Answer / hema naveen
Levels of testing
1.Unit testing
2.Module testing
3.Interation testing
a)Top down integration testing
b)Bottom up integration testing
c)Big Bang integration testing
d)Isolation integration testing
e)Incremental integration testing
4.System testing
5.User acceptance testing
| Is This Answer Correct ? | 19 Yes | 9 No |
Answer / sunitha
1. Unit Testing
2. Integration Testing
3. System Testing
4. System Integration Testing
5. User Acceptance Testing
6.Operability Testing
7.Regression Testing
| Is This Answer Correct ? | 16 Yes | 8 No |
Answer / tina
Unit Testing
2. Integration Testing
3. System Testing
4. User Acceptance Testing
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / naresh adepu
There are 4 level of Testing
Level-0----->Testing on intial Build
Level-1----->Testing on stable build
Level-2---->Testing on Modified Build
Level-3---->Testing on Final Build
| Is This Answer Correct ? | 15 Yes | 11 No |
Answer / shashi
There are 4 levels of testing
1.Unit Testing
2.Integreation Testing
3.System Testing
4.Acceptance Testing
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / anjana
There are 4 levels of testing:
1.Unit testing
2.Integration testing
3.System testing
4.Acceptance testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi all, i am planning to take ISTQB CERTIFICATION, can any one guide me by giving the links for preparing for the exams. If anyone have some materials can u send me to my mail id vpbharathi@gmail.com. Thanks in advance, Bharathi.P
7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss
Describe me to the basic elements you put in a defect report?
1.what is test metries ?
what is functional testing terminologies
List out test deliverables?
testing is a process or methodology,diff between methodology and process?
6 Answers BirlaSoft, Cap Gemini,
When priority and Severity is opposite then which one required to solved first? Bug Number 1=(Severity 1 & priority 3), Bug Number 2=(severity 3 & priority 1), (high=1,Medium=2,Low=3)
what is the work flow of testing(glamorous)
How do you decide when you have 'tested enough?'
Explain number of production defects measure?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....