Actions QTP

You might also like

You are on page 1of 1

Actions

Actions break up the test into logical sections/units such as specific activities that
we perform in our application.

When we create a new test, it contains a call to one action.By breaking up the
tests into calls to multiple actions,we can design more modular and well
organized and professional tests.An action has its own test script, containing all of
the steps recorded in that action, and all objects in its local object repository.An
action is stored with the test in which you created it.

If you create a test in which you log into the system(email).Check inbox, and then
log out of the system(email),your test might be structured as shown-one test
calling three separate actions.

Actions make it possible to parameterize and iterate over specific elements of a


test.

You might also like