Test Plan - Write testcase: How can I insert a new column for pre-condition before Step-Action

Rimoka Nguyen 1 Reputation point
2020-10-27T06:51:09.78+00:00

When writing a test case, before the step action, I wanna insert a column name pre-condition.
Please help me to find out this function.
35269-image.png

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
329 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2020-10-27T09:04:33.043+00:00

    Hi RimokaNguyen,

    You could create a in inherited process for your project, then add custom field for test case. Please read this document: Customize a project using an inherited process

    After that, you could switch your project to this inherited process: Change a project process

    The result on my side:
    35402-image.png

    Best Regards,
    Dylan

    ---
    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Rimoka Nguyen 1 Reputation point
    2020-10-27T11:18:02.46+00:00

    Hello Dylan,

    Thank you for your answer.

    After following the flows, I create new options: Pre-condition & Notes (please see the image below
    35445-image.png

    It already added into my TC already.

    But, when I open Column Options, add a column, in the dropdown field, there is no options for 2 new added columns above.
    35315-image.png

    I really want to add these options into the table in Grid view and Step sections in a Test case.
    35260-image.png