Skip to main content

SeeTestAutomation- VB.NET

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

To export code to VB.NET, you need to

  1. Get the test code in VB.NET language
  2. Integrate SeeTestAutomation and VB.NET.

Following is a step-by-step description of how to do it.

Get the test code in VB.NET language

Step 1: Go to the "Code" tab and select VB.NET.

Step 2: The test in the requested code language will show up and you can copy-paste it into any testing environment  using the copy to clipboard button.

Integrate to VB.NET

You need to integrate SeeTestAutomation into your regular testing environment using the built in clients located in the client sub folder under your installation directory

Step By Step:

Step 1: Create VB.NET Unit test empty project.

  1. Choose new project:
     

  2. Choose Templates > Visual Basic > Test and choose Unit Test Project.
     

  3. Click OK.

Step 2: Add references to library files.

  1. In the right panel, right-click on the project.

  2. choose add > Reference.
     

  3. Press Browse button at the bottom.

  4. Browse to the SeeTestAutomation and go to /Clients/C# directory.

  5. Add the following dll files:

    1. CookComputing.XmlRpc.dll
    2. imageClient.dll

  6. Click OK.

  7. In Visual Studio, copy the code into the VB.NET source file.

  8. Right-click on the source code and press Run Tests to run the scenario.