.net - Watin in TFS 2008? -


I try to get my Vatin test to work in TFS2008 (continuous integration) as part of the night's building I am doing

All tests work fine on my local machine (from VS2008), and my unit test (non-watten) works locally well, as well as in TFS.

Tell me what I'm doing: I'm getting a simple test:

  [TestMethod] Public Nine Vatin () {// Set Up Browser. GoTo ("http: // localhost /"); }  

When running a test in TFS, it causes the following error:

test type \ 37e36796-fb51-4610-8d5c-e00ceaa68b9f not loaded Could not be done because TIP can not be done immediately for the following reasons: System.IO.FileNotFoundException: The file or assembly can not be loaded 'Microsoft.VisualStudio.QualityTools.Tips.WebLoadTest.Tip, version = 9.0.0.0, culture = neutral, public-token = b 03 f5f7f11d50a3a ' or one of its dependencies, in determining the specified file Be successful. File name: 'Microsoft. Visual Studio Quality Tools Tip WebLotest Type, version = 9.0.0.0, construction = neutral, publiccoken = b3f5f7f11d3r3a 'system Reintime Typahndale. GTPPNNAM (String name, Boolean thrownearter, ignore Boolean, Boolean reflection, Stack crawl mark & ​​stack marker, Boolean loadtipfraper petrelialname)

Search the net for similar problems At the time, I believe that this is a problem with the TFS version that we are using - but I'm not sure We are using the TFS 2008 Developer Edition / VS2008 Developer Edition

We tried to download the TFS suite test, which contains the DLL in question, we have created the WebLoadTest.Tip file The TFS server is copied to the global assembly cache (to see if this will fix this problem). As a result of removing the error, but unfortunately it created a new one:

MSBUILD: Warning MSB6006: "MSTest.exe" exited Code 1.

Is this the only way to upgrade this issue to suite edition? It sounds a bit rigid.

Any help is appreciated!

EDIT: I do not understand, it seems that it requires the TFS's WeblogTest functionality, although we are not calling it clearly. Instead we are using Wattin, which is a third-party structure, I do not think Vatine has any webloadet dependency.

WATN does not have any dependency on Microsoft. Visual Studio. Quality Tools Tip.WebLoadTit Tip on all ..

All you have to do is create a test project, and then add a unit test after Watin.core.dll, mshtml.dll and SHDocVw.dll I think that at some point you have solved A VS for Web testing has been added and now there is a reference to those assemblies.

Try a new empty test solution and see how it runs.


Comments