Best way to do unit testing

Certified Lead Developer

Hello,

 

Do we have any best practices documentation around unit testing or can any one explain the best way to do unit testing for appian objects.

 

Thanks,

Nitesh

  Discussion posts and replies are publicly visible

Parents
  • Hi Nitesh,

    You are saying Appian objects which means you want to test each and every object in Appian? We usually perform unit test as soon the object is created with different inputs 1) Positive results 2) Negative 3) No results. We follow same for process model as well. Once we create a process model we will start testing it with providing dummy values for the input parameters and run the flow. For the interfaces as well you can test in the same way with dummy ri inputs.
Reply
  • Hi Nitesh,

    You are saying Appian objects which means you want to test each and every object in Appian? We usually perform unit test as soon the object is created with different inputs 1) Positive results 2) Negative 3) No results. We follow same for process model as well. Once we create a process model we will start testing it with providing dummy values for the input parameters and run the flow. For the interfaces as well you can test in the same way with dummy ri inputs.
Children
No Data