Whenever there is a change in tests we are triggering a Jenkin’s Job
For example: Add/Remove few testcases and Run the Job
I need to see how many tests have been added and removed when compared to prev run.
Also I need to compare Run1 details with RunX details.
Please let me know if we can do these in Jenkins? Is there any plugins for the same.
Thanks in Advance.
You can echo number of available tests and use Plot Plugin to visualize the dynamics. Please see another question:
Please note, default test result trend does the job for me (it shows total number of tests).