Articles → CODED UI → Introduction To Coded UI
Introduction To Coded UI
What Is Coded UI?
Software Requirement
Visual studio version | Visual studio subversion |
---|
Visual studio 2012 | Visual studio ultimate and visual studio premium |
Visual studio 2013 | Visual studio ultimate and visual studio premium |
Visual studio 2015 | Visual studio premium |
Create Your First Project
- Open visual studio
- Go to File – New – Project..
- A pop up window appears to select the project type.
- Select the project type as ‘Coded UI Test Project’ as shown in figure below
Click to Enlarge
- Enter project name and click on Ok.
Click to Enlarge
Click to Enlarge
Click to Enlarge
- CodedUITest – It means that the class ‘CodedUITest1’ is a coded UI test class and all the test methods will come under it.
- TestMethod – Automated test cases will be written in this method.