I can't access app.config from my web test plug in 26 April 2013 Donovan-Brown Work (0) Problem: I want to read the connection strings from my app.config of my Web Test Project but it never loads. Solution: Use the Configuration Manager OpenMappedExeConfiguration call to load the app.config file. Code: // Map the new configuration file.ExeConfiguratio... [More]
Add validation rule to every request. 19 July 2009 Donovan-Brown Work (1) I need to apply the same validation rule to every request of my web test to test for forbidden text. [More]
I need dates in my WebTest to always be in the future. 25 June 2009 Donovan-Brown Work (1) Shows how to create a VSTS WebTest Plug-in to generate dates in the future. [More]