Computer Science, asked by rajeswarinaidu64, 5 days ago

Two Modules ValidateCustomerID and RegisterCustomer are unit tested Individually. What kind of testing should be done to check whether RegisterCustomer is calling ValidateCustomerID and ValidateCustomerID is called properly by RegisterCustomer?

Answers

Answered by amankumarkmr
6

Answer:-

integration testing

Answered by aroranishant799
5

Answer:

Integration testing entails determining whether or not distinct modules perform well together.

Explanation:

  • Integration testing is a sort of software testing that involves merging two or more modules to assess the flow between them.
  • Integration testing ensures that the interactions between different software components run smoothly and without difficulty.
  • Integration testing is a sort of software testing in which the various units, modules, or components of a software application are all evaluated together. However, various programmers may have created these modules.

#SPJ3

Similar questions