poyo_munandar_p
11 years agoNew Contributor
Sequences testcases
Hi, I tried to play with the *.pjs file. The orignal one is:
preCondition
testcase-1
testcase-2
testcase-3
postCondition
reportGenerator
I want to split that into 3 *.pjs:
First:
preCondition
testcase-1
reportGenerator
Second:
testcase-2
reportGenerator
Third:
testcase-3
postCondition
reportGenerator
So I try to make the order the same with the original one only the reportGenerator that is always repeated for each *.pjs.
However, sometimes it does not work especially when the testcase-2 need to recognize an object from testcases-1. How can I handle this so it will keep working?
Thanks,
Poyo Munandar P
preCondition
testcase-1
testcase-2
testcase-3
postCondition
reportGenerator
I want to split that into 3 *.pjs:
First:
preCondition
testcase-1
reportGenerator
Second:
testcase-2
reportGenerator
Third:
testcase-3
postCondition
reportGenerator
So I try to make the order the same with the original one only the reportGenerator that is always repeated for each *.pjs.
However, sometimes it does not work especially when the testcase-2 need to recognize an object from testcases-1. How can I handle this so it will keep working?
Thanks,
Poyo Munandar P