Why will the control Not come out of Silk Test after invoking an Application exe with Sys_execute() function

Showing Answers 1 - 1 of 1 Answers

Find the Functionality of SYS_Execute below.

1) Do not use SYS_Execute to execute .reg files; use the Start command instead. SYS_Execute was designed to execute commands that do not require user input and that terminate almost immediately after  it has been executed. SilkTest waits for any command that brings up a process requiring user input.
 
For example: SYS_Execute  ("freecell.exe") starts Freecell in an invisible window and SilkTest  does not continue until the Freecell process is terminated. On the other hand, SYS_Execute("start freecell.exe") starts Freecell in a visible window, and still SilkTest does not continue until the Freecell process is terminated.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions