PrepAway - Latest Free Exam Questions & Answers

What is the correct way to get the value of the ABCD property into process data VAR1?

A customer properties file called test.properties has the following entries:
ABCD = 1234
test = ABCD
What is the correct way to get the value of the ABCD property into process data VAR1?

PrepAway - Latest Free Exam Questions & Answers

A.
<assign to=”VAR1″ from=”sci-get-property(‘1234’, ‘test’)”></assign>

B.
<assign to=”VAR1″ from=”sci-get-property(‘test’, ‘1234’)”></assign>

C.
<assign to=”VAR1″ from=”sci-get-property(‘ABCD, ‘test’)”></assign>

D.
<assign to=”VAR1″ from=”sci-get-property(‘test’, ‘ABCD’)”></assign>

Explanation:


Leave a Reply