Is it possible to select 2 CodedUITest classes to run out of 5 CodedUITest classes in a DLL?

Locked Is it possible to select 2 CodedUITest classes to run out of 5 CodedUITest classes in a DLL?

  • Thursday, September 20, 2012 8:03 PM
     
     

    I am looking to keep things simple, but I don't know if this would work or not.  Just wondering.  Thanks!!!

All Replies

  • Friday, September 21, 2012 4:59 AM
     
     

    To select and run multiple coded ui tests, you can make use of 'TestView' pane.

    Thanks

    Vijet

  • Friday, September 21, 2012 5:16 AM
    Moderator
     
     Answered

    Hello TigerStar337,

    Thank you for your post.

    Based on your title, do you mean that you have 5 coded UI test classes (coded UI test.cs file) in one coded UI test project and you want to select two of them to run?

    If so, if you are working with Visual Studio 2010, you can open Test View window and select two coded UI tests to run.

    If you are working with Visual Studio 2012, after you build the test project, all coded UI tests will occur in Test Explorer window. Then you can select two of them to run according to your requirement.

    Note that, when you select the second one, you need to press Ctrl.

    If I have misunderstood anything, please feel free to let me know.

    Best regards,


    Amanda Zhu [MSFT]
    MSDN Community Support | Feedback to us

    • Marked As Answer by TigerStar337 Friday, September 21, 2012 3:16 PM
    •