Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Actions, as the name suggests, are the actions that you perform to test Application Under Test eg. Opening a URL in the browser, clicking on a button etc. They form the basic building blocks of any test. 

Bq comes pre-packaged with a comprehensive list of actions spanning multiple technologies and covering almost all scenarios that you may come across during testing. If there is ever a scenario which is not already addressed by a built-in action, you can create a Custom Action of your own and use it seamlessly in the test.

Basic construct of an action is as follows:

<ActionName>  <Screen + UI Element>  <Action Parameters>  <Take Screenshot>  <Comments>

Example:

Action Name

Screen + UI Element

Action Parameters

Screenshot

Comments

SetValue

LoginScreen|userName

BqUser

True

Set "BqUser" in userName field.

Actions are further categorized as :




  • No labels