soapUserNewbie
7 years agoNew Contributor
How to call a test step from another project that reads into a property step within that project
I have two projects. ProjectA(TestStepA ) has a step that calls ProjectB's step (TestStepB ).
ProjectB's step (TestStepB ) reads into a property step (TestStepBProperty) which is within ProjectB.
The problem is, ProjectB's step (TestStepB ) cannot read the property step (TestStepBProperty) eventhough it is in the same project.
But, if I am executing TestStepB standalone, it was able to read the property in TestStepBProperty.
ProjectA
- TestSuiteA
- TestCaseA
-TestStepA (calls TestStepB in ProjectB)
ProjectB
- TestSuiteB
- TestCaseB
-TestStepBProperty
-TestStepB(reads TestStepBProperty)
Hope you can help me with this.