How to convert Test case To Process without reworking

By Unknowingly while developing process i have picked Testcase & now while publishing error so i wanted to convert it into Process

Hi @sandeep.pund

  • Create a new Process project.
  • Copy the workflow XAML files from the Test Case project into the new Process project.
  • Set Main.xaml as the entry point.
  • Publish the new Process project.

@sandeep.pund

It means the project don’t have any use cases.

Create test cases first using this solution and then try punishing.

1 Like

This clearly means there are no test cases.

First create test cases, simple way you can create by right clicking on any xaml and convert to testcase.

1 Like