T4z test cases running long or looping, need to cancel the process
search cancel

T4z test cases running long or looping, need to cancel the process

book

Article ID: 398133

calendar_today

Updated On:

Products

Test4z

Issue/Introduction

Invoked all the sample Test4z (T4Z) test cases and they are running, long running, possible loop. How do I cancel long running test cases?

Resolution

Process to Terminate the Session via USS:

  • Find the process id with command:
    $ ps -ef

  • Kill the process id (pid)  with command:
    $ kill <pid>
    (Note, terminating the session may take time, as it is based on the current system load)

Additional Information