Forum Discussion

shanescribner's avatar
shanescribner
New Contributor
2 years ago

Unable to create a TestLeft project using Visual Studio

I have Visual Studio Professional 2022 (version 17.2.2) and TestLeft version 15.40.421 installed.  When I attempt to create a TestLeft project with the template 'TestLeft MS Project' or 'TestLeft NUnit Project'  I get an error message:

 

any idea how to resolve?

1 Reply

  • ehkl's avatar
    ehkl
    New Contributor
    • Just create a MSTest project,
    • select the .NET Framework 4.8, because newer versions are not yet supported! and
    • add the TestLeft nuget package to your project.

    Then start writing your test code as in the documentation.

    I hope this helps.