Unit Test Assistant can help you create parameterized test cases to test individual methods against different arguments. 

  1. Ensure that framework for creating parameterized tests has been configured (see Configuring Preferences).
  2. If the Unit Test Assistant View is not already open, choose Parasoft> Show View> Unit Test Assistant from the Eclipse menu bar.
  3. Select the method in the editor.
  4. Click the Parameterized button.



  5. Complete the test template with parameters and modify the default UTA values.




  6. Run the test with Unit Test Assistant to collect coverage information and recommendations for possible improvements (see Executing Unit Tests with Unit Test Assistant).
  • No labels