Intelligent Integration Testing
  • 05 Dec 2022
  • Dark
    Light
  • PDF

Intelligent Integration Testing

  • Dark
    Light
  • PDF

Article Summary

Every method in the adapter has built-in integration tests; however, only a small amount of intelligence was put into the process. It will use mock data and run standalone tests based on the mock data, but not much more.

  • Integration tests often need to be executed in a specific order (i.e., create an item before retrieving or updating it, and lastly deleting it).
  • Many integration tests depend upon data as required information that is needed to create an item.
  • Often, creating one item may require the existence of another item.
  • New integration tests generated by the Adapter Builder take these factors into consideration based on the information that is put into the adapter. In simple terms, “if it can figure it out, it does.” This provides additional time-to-value into the process to build and test a useful adapter.

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.