Forum Discussion

pandian66's avatar
pandian66
Occasional Contributor
7 years ago

Need to execute 2 test steps from the same test case in parallel.

I deed to execute 2 test steps from the same test case in parallel, the first one is a groovy script that will invoke a DOS batch file and the next one is an actual SOAP request. Could someone help me here please ?

3 Replies

  • pandian66's avatar
    pandian66
    Occasional 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's avatar
      nmrao
      Champion Level 3
      Why do you want do so in first place? I mean what is your use case?
  • pandian66's avatar
    pandian66
    Occasional Contributor
    Here 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