Tuesday, May 7, 2013

VSTS 2010 Performance test issue 1: Context parameter "Wresult " binding missing request.


Issue:

While doing scripting for SharePoint application using VSTS 2010/2012, we have seen this issue. Because of this our tests are going to fail.
Request failed: Context parameter '$HIDDEN1.wa' not found in test context
Solution:
1.     Went to that request by click on go to web test option and have seen that it is properly bind to that variable hidden. wa.
2.     Then identified that Hidden. Result is dynamically parameterized by VSTS and showing context parameter in test result window.

3.       Then simply bind the context parameter in the request and issue got resolved.