Forum Discussion
- groovyguyCommunity Hero
What do you mean by "pass the assertions" to another soap test? Do you need to access the results? Do you need to re-use the same assertions?
- kishore530Occasional Contributor
hello msiadak, thanks for your promptness.
Yes, we need to re-use dynamically the same assertions in another test step(which will be present in another project).dynamically here is - when we run the testStep1 in project1, the assertions available in testStep2 in project2 should run in testStep1(in project1)
- nmraoChampion Level 3Not sure what type of assertions you are trying to use.
If you can write some classes / methods with appropriate parameters, place them under scripts (library) and just call those methods with current step data as argument, which may be possible in just a single statement ( with script assertion). - LucianCommunity Hero
Hi,
Is the 'Clone assertion' functionality not suitable for you?
Related Content
- 2 years ago
- 8 years ago