Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.52 KB

use-ui-automation-to-test-your-code.md

File metadata and controls

35 lines (29 loc) · 1.52 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
Create coded UI tests with manual tests
Learn how to create a Coded UI test in Visual Studio by performing the test manually while Coded UI Test Builder runs in the background.
08/23/2023
conceptual
vs.codedUITest
vs.codedUITest.recorder
vs.codedUITest.testbuilder
vs.codedUITest.addAssertions
vs.codedUITest.createdialog
vs.codedUItest.testeditor
automated tests, testing UI interface
coded UI test
mikejo5000
mikejo
mijacobs
test-tools

Use Coded UI tests to test your code

Coded UI tests (CUITs) drive your application through its user interface (UI). These tests include functional testing of the UI controls. They let you verify that the whole application, including its user interface, is functioning correctly. Coded UI tests are useful where there is validation or other logic in the user interface, for example in a web page. They are also frequently used to automate an existing manual test.

For the most current documentation, see Use Coded UI tests to test your code.

[!INCLUDE coded-ui-test-deprecation]

Requirements

  • Visual Studio Enterprise 2019*
  • Coded UI test component

Note

* Visual Studio 2019 is the last version to provide test creation via the recorder. Only basic minimal support for Coded UI Test is available in Visual Studio 2022.