maximojo's avatar
maximojo
Frequent Contributor
8 years ago
Status:
New Idea

Method of tracking performance between runs with aqPerformance

Hi all,

 

Related to my post here:

 

https://community.smartbear.com/t5/General-Discussions/Comparing-performance-metrics-between-test-runs/m-p/119375#M22379

 

I would like to add a feature request for tracking performance between test runs and later presenting that in a graph. So this might be adding a function to aqPerformance such as:

 

aqPerformance.StorePerformanceMetrics(testRunId, data_y, data_x = TimeDate);

 

The user would define the value range for the x-axis which might default to time/date but could be set by the user to "build 1", "build 2", or an arbitrary string they would manage. Another param would be for the y-value which again might just be time in milliseconds but could also be a percentage of some sort.

 

Then a performance graph could be generated across various test runs i.e. builds.

 

Results for the current run could possibly be integrated with the Performance Counters tab in TC.

 

I will probably end up doing this myself for now by saving values in a db table but having something, even if only basic, in TC out-of-the-box would be helpful.

 

m

No CommentsBe the first to comment