Applying a data filter

Add a filter to your test to limit the data coming in.

You will now restrict the data coming into your test to cars picked up in Nevada, and for only quantities of two or more.

  1. Return to test case TC 02 of your test module. If it’s not already there, restore the filter heading to the use data set action line. (To the right of the name heading.)

  2. Under the filter heading, add the following filter expression: pickup state = "Nevada" and quantity rented > 1

    The filter argument expects an expression, and cannot accept a literal value. Hence, in this case, you do not precede the expression with a # symbol.

    Your test case should now resembled the following:

  3. As before, execute the test case.

    In the results, you will now observe that the report is now limited to two entries: those for the Prius and Mustang models, rented in Nevada in March and April, respectively.


Copyright © 2021 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333