Which free test framework is the best for testing a C#.NET based application by running it from .NET and record actions through point and click?

  • Thread starter Thread starter EagerToLearn20
  • Start date Start date
E

EagerToLearn20

Guest
I am testing a C#.NET based purely desktop application.

I would like to do testing such that:

- I can run the C#.NET desktop application from .NET framework.

- I should have some recording tool that I point and click on my application and it records the actions and generates code in C#.

- I can then of course add more logic to that code. Is there any framework like this?

I am trying: - WinAppDriver with Inspect and its own WinAppDriver UI Recorder.

How I can integrate this setup with my solution in .NET Framework?

Thanks for replying.

Continue reading...
 
Back
Top