Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is it possible to exchange parameters between manual scripts

Is is possible to add some kind of switch cases between manual scripts or exchange parameters?
Suppose I have a specific suite of tests with calculation
Create Order (example = 100)
Add product (value=25)
Add product (Value=75)
If SUM=100 then
Close Order
To be successful I could have test data containing 25 and 75 on the second row.
Should it be possible?
Is the question relevant or all calculations should be dedicated to RFT?
Thank for your thoughts

0 votes



One answer

Permanent link
Example : Depending of the result of script 1, the execution will switch to script3 instead of script2...
It is not possible to directly switch test scripts with conditions or exchange parameters beetween manual scripts, but you can create a test suite with case 1 followed by case 2 and another test suite with case 1 followed by case 3. When testing, the environment should be well enough controlled that the tester knows which situation to expect, and in fact the alternate result would be wrong. If you are really waiting to see the result of test case 1, then I would suggest creating a test suite that has the following
-Test Case 1
-Dummy test case with conditional statement to direct the tester to use Test case 2 or Test case 3
-Test Case 2
-Dummy test case to direct the user to end if Test Case 2 has been executed
-Test Case 3

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 25 '10, 9:37 a.m.

Question was seen: 6,257 times

Last updated: Jan 25 '10, 9:37 a.m.

Confirmation Cancel Confirm