Tuesday, April 14, 2020

MS VISUAL STUDIO CODEDUI TEST FRAMEWORK AND TEST EXECUTION

MS VISUAL STUDIO CODEDUI TEST FRAMEWORK AND TEST EXECUTION 


1.0 Pre-Requisites for the execution

1.1 Software Requirements

1. Microsoft Visual Studio 2015 Enterprise with Coded UI plugin.(to execute the test case locally)
2. Microsoft Team Foundation Server. (to execute the test case in TFS )

1.2 Hardware Requirement

1.       GHz or faster processor
2.       1 GB of RAM (1.5 GB if running on a virtual machine)
3.       4 GB of available hard disk space5400 RPM hard disk drive
4.       DirectX 9-capable video card (1024 x 768 or higher resolution)

2.0 Steps to execute the solution in MS Visual Studio


2.1 Open Project Solution

2.2 Build Project


1.       Click on “Build” and select “Build Solution” Option 



1.       After build the Project Solution all the test cases are displayed in “Test Explorer” pane.
2.       Verify the output of the built solution in the “0utput” panel (The output should not contain any failures).




2.3  Run the Project

2.3.1        Execution of Individual Test Cases

1.       Select a test case or set of test cases which needs to be execute.
2.      

Right Click on the test case/ test cases and select “Run Selected Tests”





1.       Once execution finished Pass/Fail test cases details will be displayed in the “Test Explorer” and “Summary” panes.

No comments:

Post a Comment

MS VISUAL STUDIO CODEDUI TEST FRAMEWORK AND TEST EXECUTION

MS VISUAL STUDIO CODEDUI TEST FRAMEWORK AND TEST EXECUTION  1.0 Pre-Requisites for the execution 1.1 Software Requirements ...