It's all about the answers!

Ask a question

RQM: combination Test Data and artifact execution variable in Test scripts


Jörg Werner (3033781) | asked Mar 16 '16, 3:27 a.m.
My test script use case:

Test data provides an Index of an internal array.
Keyword is used which uses an (artifact) execution variable.
The execution variable should be initializes with an array element in my test script

Testdata TD1
IDX;FLAG
1;T
2;T
3;T

Keyword KW1 with execution variable <watch_set> 
==> define a list of variables which should be loaded into the debugger watch window
Step1: load <watch_set> into watch window

My test script uses Test data TD1 and <watch_set> should be initialized with "my_arr[<IDX>]"
Step 1: keyword KW1
Step 2: check value in watch window is >= 1000

With RQM 5.0.2 it is not possible to combine test data and execution variable.
Are there any plans to support this in future releases or are ERs already available?

  thanks, jörg

Accepted answer


permanent link
Subhajit Bhuiya (6222) | answered Apr 14 '16, 2:59 a.m.
JAZZ DEVELOPER
Please check Test Datapools should be available to assign to Test Execution Variables (68005). Are you looking for something like that?
Jörg Werner selected this answer as the correct answer

Comments
Jörg Werner commented Apr 15 '16, 3:05 a.m.

Thanks. Yes, this might be a solution.
But it seems that such enhancements are not implemented in the mid-term :-(

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.