Redirected
in Unknown Category edited by
2,018 views
1 vote
1 vote

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)
in Unknown Category edited by
by
2.0k views

2 Comments

Unit Testing ------>  Integration Testing ----------->  System Testing ---------------> Validation Testing

c-a-b-d

so option A is correct
2
2
Can you provide a reference for your answer from any standard textbook because as per UGC key answer is (2)
2
2

7 Answers

2 votes
2 votes

hence option a is correct

1 comment

what is source  of this image?
0
0
2 votes
2 votes

Traditional software testing is organized in following Sequence:

  1. Unit Testing
  2. Integration Testing
  3. validation Testing
  4. System Testing        

     So, option (B) is correct.

source:- https://www.geeksforgeeks.org/ugc-net-ugc-net-cs-2017-dec-2-question-44/

2 votes
2 votes

ans should be B 

refer pressman 

 

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

c-a-b-d

so option A is correct

1 comment

Validation testing comes before system testing.

Option B is correct.
0
0
Answer:

Related questions