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
  • List out the appian objects created for the given scenario.
    If its independent flow test with required user inputs.
    While testing test both positive and negative scenarios.
    If its dependent flow test from the flow which will trigger created flow
    Check all the requirements mentioned in the acceptance criteria
    For Appian objects notice all of its properties like name, description, display names assigned and are appearing in the flow as expected(in case of dynamic name setup)
Reply
  • List out the appian objects created for the given scenario.
    If its independent flow test with required user inputs.
    While testing test both positive and negative scenarios.
    If its dependent flow test from the flow which will trigger created flow
    Check all the requirements mentioned in the acceptance criteria
    For Appian objects notice all of its properties like name, description, display names assigned and are appearing in the flow as expected(in case of dynamic name setup)
Children
No Data