Versions Compared

Key

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

...

Part-1: Containerizing VSPERF.

Approach-1: 

This approach is currently under exploration by Unknown User (shailesh7333)

Image Removed

Approach-2:

This approach is currently implemented - and can be accesses from this link: https://github.com/opensource-tnbt/vsperf-docker

...

Image Added


Controller Container: Separating Deployment from Testing

No.TitleDescriptionComments
1Auto-DeployThis container takes the following inputs and automatically deploy VSPERF and setup the TGen if required.Ideal for integrating with CI/CD based larger test automation Frameworks
2Interactive-DeployThis container, starts listening to commands from the user to perform the deployment of VSPERF and TGenIdeal for integrating with other 'interactive' (web-based) test automation frameworks.
3Auto-TestControlThis Container takes the following inputs and automatically runs the tests and publishes the results.Ideal for integrating with CI/CD based larger test automation frameworks.
4Interactive-TestControlThis container, starts listening to commands from the user to perform the testing.Ideal for integrating with other 'interactive' (web-based) test automation frameworks.


Part-2: Integrating VSPERF with larger Test-Automation Frameworks

...