Service Virtualization

Expand all | Collapse all

Select and Delete multiple Devtest selenium steps in a test case

  • 1.  Select and Delete multiple Devtest selenium steps in a test case

    Posted Sep 29, 2017 04:23 PM

    Is there a way i can select multiple devtest selenium steps in a test case and delete them at once? It is kind of hard to delete one after another, it would sure be helpful if there is a way to select multiple at once.

    Please let me know.

    Thanks in advance



  • 2.  Re: Select and Delete multiple Devtest selenium steps in a test case
    Best Answer

    Broadcom Employee
    Posted Oct 02, 2017 01:31 AM

    Hi,

     

    If you are using DevTest Workstation, then you can delete multiple test steps.

     

    Here is the example, if test case which includes the test steps(Selenium integration steps) like below:
    "Step A" -> "Step B" -> "Step C" -> "Step D" -> "Step E"
    And if I want to delete the steps: "Step B", "Step C" and "Step D" then,
    1. Mouse Click "Step B" icon
    2. Shift + Mouse Click "Step D" icon, then three steps "Step B", "Step C" and "Step D" are selected
    3. Ctrl + X (from the keyboard) or Select the menu Edit->Cut from DevTest Workstation menu(from Mouse operation) then three test steps are deleted.

     

    But if I want to delete the "Step B" and "Step D" (not including "Step C"), then I need to delete the "Step B" first and I need to delete "Step D" second.

     

    Cheers,