Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jira Legacy
serverSystem JIRA
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODKBEKBJ-127

The main goal of the spike is to propose a structure of performance tests for mod-kb-ebsco-java module.

Proposed structure to modularize tests 

The following article of Modularize test practices describes couple approaches, which can be implemented for our case.

Here is the scenario


Info
iconfalse
  • Each test plan will be stored

...

  • separately with own Test Plan .jmx file, like at a

...

  • picture 

Image Modified



Info
iconfalse
  • commonly used parts proposed to be stored as separate files which are able to

...

The difference between Include and Module Controller is that Module controller is used to call a logic controller in the Test Plan, Include Controller is used for referencing an existing .jmx file itself.

Here is the list of sections which can be re-used across the tests

  • User Login part - to save user token for future use in tests
  • Save RMAPI Config  – to save the current configuration for RM API from environment that is being tested
  • Set RMAPI Config - to update environment with RM API configuration associated with the tests
  • Restore RMAPI Config - to restore prior settings for RM API Configuration.
  • Set up user

...

  • permission kb-ebsco.

...

  • all for the current user
  • Tear down user

...

  • permission kb-ebsco.

...

  • all for the current user

...

Image Added

So, the the existing providers test plan we will have following structure 

Image Added

and results of the execution available in three variants, which can be enabled for local usage.