Telerik blogs

Just a short post today:

This week there are a couple of additions to the Test Studio docs that affect users of the current release. One is a new knowledge base article on analyzing load test results; the other is an important update to our code sample for Execution Extensions.

 

The new KB article explains how to take some common theories about interpreting load test results data and apply them to Test Studio Load Tests. Our Execution Extension code sample now explains that changes to the Scheduling Architecture in 2013 R1 mean that variables in the OnBeforeTestExecution and OnAfterTestExecution classes can no longer be accessed from the OnBeforeTestListStarted and OnAfterTestListCompleted classes, and vice versa. The workaround is to lazy initialize shared variables in these classes.

 

Check back for more updates, and go to our Feedback Portal to leave us comments on the docs.


Comments

Comments are disabled in preview mode.