views:

21

answers:

1

I'm creating a Web Test in VS2008 and have extended ExtractionRule. Now when I run test where my extraction rule used it displays "Request failed: Could not load type 'TypeName, version, locale etc'. This happens even though I added my class in designer.

A: 

Answering my own question. One MUST add his extraction rules to project OTHER than his WebTests project. I tend to create WebTests.Helpers project for that. Afterwards one must reference that project and compile it to use custom extraction rules.

Sergej Andrejev