ATS : Creating ATS actions

Introduction

For simplicity you can say that performance tests do what functional tests do, but in a multi-user manner.

You need to create some additional layer which takes care of providing the multi-user behavior of your tests. This additional layer is a number of custom Java methods which we call actions. They are custom because they do exactly what you personally want.

ATS does not know what your actions do indeed, but knows how to run them and get the result of their execution.



Creating an Agent component

Here is how to create your Agent component containing your actions



Building and deploying an Agent component

Here is how to build and deploy your Agent component



Proceed with running your actions in some performance test

Back to parent page

Go to Table of Contents