Unable to run SessionCreator utility
I am trying to run an automated test over my GUI application. I read that to be able to do this we need an interactive session opened, and to open a user session we need SessionCreator utility.
So am trying to run this command SessionCreator.exe RunTest /UserName:Tester /password:mypassword1 /ProjectPath:"C:\tests\MyProject.mds" and I am getting an error “Passed in argument , but no positional arguments were ready to receive it” .
I have no clue what this is.
Also, I am not sure where to create the username and password specified in SessionCreator utility
I couldn’t figure out a solution from this document. https://support.smartbear.com/testcomplete/docs/working-with/automating/session-creator/index.html
1) the username and password you log in to your computer with
2) the domain name that you put ahead of your username, you can most likely view that if you go windows run, lusrmgr.msc , groups, users, and you can view what domain your domain users fall under
3) the path where your pjs file is (i.e C:\users\justin.kim\desktop\testcompleteProjects\myproject.pjs)