Forum Discussion

TestQA1's avatar
TestQA1
Frequent Contributor
3 months ago
Solved

How to pass parameters in WshShell.Run

Hi all, I hope you all are doing well.  I use powershell files alot in Javascript test complete scripts.  But I am struggling to pass paramaters in string.  var testingP = "some path"; var sourc...
  • rraghvani's avatar
    3 months ago

    Use Log.Message() so that you can see what the output is going to be like. For example,

    Also, ensure you know the difference between + and & within a string.