locked
Is it possible to create coded ui test with Nunit ? RRS feed

  • Question

  • User1253338400 posted

    Hi ,

    I have a winforms project , and want to create some coded ui tests . Being able to start the winforms exe and populate controls and check the result.

    Is Nunit the best software to do this or are there other options ?

    Thanks

    Thursday, July 9, 2020 11:15 PM

Answers

  • User475983607 posted

    This is an ASP.NET support forum not WinForms.  So you are in the wrong support forum.

    I have a winforms project , and want to create some coded ui tests . Being able to start the winforms exe and populate controls and check the result.

    You are describing integration tests not unit tests.

    Is Nunit the best software to do this or are there other options ?

    Nunit is a unit test framework that has been around a long time and works well.  But "Best" depends on what you;re looking for and it seems, at least from the description, you're looking for integration testing. 

    My best advice is giving Nunit a try and see if you like it.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, July 9, 2020 11:44 PM

All replies

  • User475983607 posted

    This is an ASP.NET support forum not WinForms.  So you are in the wrong support forum.

    I have a winforms project , and want to create some coded ui tests . Being able to start the winforms exe and populate controls and check the result.

    You are describing integration tests not unit tests.

    Is Nunit the best software to do this or are there other options ?

    Nunit is a unit test framework that has been around a long time and works well.  But "Best" depends on what you;re looking for and it seems, at least from the description, you're looking for integration testing. 

    My best advice is giving Nunit a try and see if you like it.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, July 9, 2020 11:44 PM
  • User1253338400 posted

    thanks its made things clearer.

    Friday, July 10, 2020 1:20 AM