TestQA1
10 months agoFrequent Contributor
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...
- 10 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.