Forum Discussion
- pandian66Occasional Contributor
Additional details
This test case has multiple steps before and after these 2 steps
Also this test has data source and runs multiple iterations
- nmrao
Champion Level 2
Why do you want do so in first place? I mean what is your use case?
- pandian66Occasional ContributorHere is the use case
When the soap request is sent the system is suppose to talk to an external system through MQ to get the response within the time out period
In test environment the local PC acts as the external system consumes the MQ msg and does some file
manipulation based on the MQ msg and post a response and application use the msg to send the soap response
So once the request is submitted and response awaited I need to invoke a batch file which will invoke a java code to access
MQ and do the file manipulation etc