edited by
2,110 views
1 votes
1 votes

What is the normal order of activities in which traditional software testing is organized?

  1. Integration Testing
  2. System Testing
  3. Unit Testing
  4. Validation Testing
  1. (c), (a), (b), (d)
  2. (c), (a), (d), (b)
  3. (d), (c), (b), (a)
  4. (b), (d), (a), (c)
edited by

7 Answers

0 votes
0 votes
Unit Testing ------>  Integration Testing ----------->  System Testing ---------------> Validation Testing

c-a-b-d

so option A is correct
Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Nov 5, 2017
3,121 views
Which speed up could be achieved according to Amdahl's Law for infinte number of processes if $5\%$ of a program is sequential and the remaining part is ideally parallel?...
0 votes
0 votes
1 answer
2
Arjun asked Nov 5, 2017
2,552 views
Which of the given wireless technologies used in IoT, consumes the least amount of power?ZigbeeBluetoothWi-FiGSM/CDMA
0 votes
0 votes
2 answers
3
Arjun asked Nov 5, 2017
4,632 views
Which of the following is not a Clustering method?K-Means methodSelf Organizing feature map methodK- nearest neighbor methodAgglomerative method