It's all about the answers!

Ask a question

RQM testing - testing a (single or multiple test data scenario) with test data or execution variables


Mahari Hill (4861129225) | asked Aug 11 '15, 10:20 a.m.
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....?

One answer



permanent link
Subhajit Bhuiya (5972) | answered Sep 01 '15, 3:09 a.m.
JAZZ DEVELOPER
Test data is the best option in this case.

Your answer


Register or to post your answer.