Test Area 6: Delete

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This source-control plug-in test area covers delete actions.

Source control responds to delete actions in Solution Explorer.

Following is a list of items that can be deleted:

  • Files

  • Folders

  • Project

    Depending on the project type, you might have the option to Remove the project (leaves the files on disk) or Delete the project (removes the files on disk). Either action removes the project or item from Solution Explorer.

Expected Behavior

The expected behavior for the test cases in the delete test area is:

  • Deleted item is no longer visible within Solution Explorer.

  • The parent of the deleted project or item is checked out as needed (possibly with a prompt.)

  • After you delete a checked out or added item, it does NOT appear in the Pending Checkins window.

  • The item still exists within the source control store, even after the deletion, and must be manually purged.

Action Test Steps Expected Results to Verify
Delete a client project 1. Create a client project.
2. Add the solution to source control.
3. Remove the entire project from solution
Common Expected Behavior.
Delete an empty file 1. Create a client project.
2. Add a zero byte file to the project.
3. Add the solution to source control.
4. Select the file, delete it.
Common Expected Behavior.
Delete a folder with one file 1. Create single project solution.
2. Add a folder.
3. Add one file to the folder.
4. Add the solution to source control.
5. Check out the project to avoid prompts.
6. Delete the folder.
Common Expected Behavior.
Delete a File System Web project 1. Create a File System Web project (use the Browse button to specify a UNC path).
2. Add the solution to source control.
3. Remove the entire project from the solution.
4. Repeat steps 1 through 3 for a local Web project (exercises different paths through the code but has the same external interface and behavior).
Common Expected Behavior.
Delete a file from a File System Web project 1. Create a File System Web project.
2. Add the solution to source control.
3. Delete a file from the project.
4. Repeat steps 1 through 3 for a local Web project (exercises different paths through the code but has the same external interface and behavior).
Common Expected Behavior.

See also