Hello, I'm executing a Silk Test Plan (.pln file) through Silk Central. I have an execution server up and running in a VM. My plan file and test case file are stored in svn. When I launch my plan through Silk Central, it retrieves my source files from SVN and creates a source directory on my VM. The directory is called c:\Automation_Trunk In my SVN repository there's a .bat files that must be run before my SilkTest plan can launch. So the order must be: -retrieve source files from SVN - execute batch file (which takes one parameter) - run Silk Test plan. If I understand the documentation correctly I can do this by defining a new test of type ProcessExecutor and then adding that test as a Setup Test in my execution plan. Is that correct? I'm having trouble getting it to work. How do I setup the Process Executor? Here's my first attempt: Executable Name: cmd.exe Argument List: /c AutomationSetup.bat parameter Working Folder: c:\Automation_Trunk Am I on the correct track? Or should the executable name be the name of my batch file? Thanks for any insight, Sarah
↧