RQM testing - testing a (single or multiple test data scenario) with test data or execution variables
CLM 502
I have to test the following for an order entry system:
CustNum, Order, ShipTo
Seems simple, but the values are as follows (generic):
100--Item1--Texas
200--Item2--Missouri
300--Item1, Item2--Illinois
400--Item1,Item2,Item3,Item4,Item5,Item6,Item7,Item8,Item9,...Item101--Florida
Can test data or execution variables be used for customer 300 or 400? Or do we have to write the test a different way, or....?