Solved
Forum Discussion
anupamchampati
4 years agoFrequent Contributor
Option 1. Automate the step to click on New and File
Option 2. Use Command Line para available for Window Word : winword.exe <filepath> you can set it from the code
as shown below
TestedApps.notepad.Params.ActiveParams.CommandLineParameters = "\"" + "C:\\My File.txt" + "\"";
TestedApps.notepad.Run();
Link: https://support.smartbear.com/testcomplete/docs/testing-with/tested-apps/desktop/command-line.html
Please consider giving a Kudo if I write good stuff
- sonya_m4 years ago
Alumni