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...
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...