Error TimeOut Selenium & TFS

0

My problem is in the following, I am doing automatic UI tests using the Selenium tool developed in visual study, I am trying to run one of these tests in TFS 2015, for the moment I have tried to do it in the following ways:

* Using the Visual Studio Test task, which generates the following error:

  System.IO.FileNotFoundException: Could not load file or assembly 'WebDriver, 
  Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its 
  dependencies. 
  The system cannot find the file specified.WRN: Assembly binding 
  logging is turned OFF.

Yes, I am adding the assembly, Yes, in the Visual Studio the tests work correctly, I would believe that this task does not support the webDriver assembly.

* With the task Run Funcional test I have the problem that despite having machines added in the selection combo box does not list the list of those machines and does not let me write manually in this field (see image).

The Visual Studio Test task if it supports selenium tests? What can I do with the other problem? thanks for your time in advance

    
asked by Juan Ruiz 12.05.2018 в 00:47
source

0 answers