OS : Windows11
Telerik 버전 : 2023.3.1011.1
Test Target : WPF
I implemented deleting values with keyboard using Test Studio.There is no problem if you run it with Test Studio.
However, when I run Testlist with ArtOfTest.Runner.exe I get the following error:
> ArtOfTest.Runner.exe list=.\TestLists\Delete.aiilist Compile Successful: Executing test: 'Delete_StartDate' Overall Result: Fail Result saved with path: '.\Results\Delete 133458704024418978.aiiresult'
I think ArtOfTest.Runner.exe can't find the C# code.
Hi Yeongseok,
Please, share the exact command you use for the ArtOfTest.Runner.exe. The list option accepts full pathto the test list file to execute and this may be the cause of the error you see.
Regards,
Elena
These are all commands in the text.
Hi Yeongseok,
Thank you for sharing the sample project.
I managed to reproduce the error only with the sample project you shared, but everything worked as expected with another project from my end. Anyways, I will continue working on that to find out what goes wrong.
In the meantime you can use full path to the test list - I verified this and it worked fine for me. Please, give it a try and let me know if you still have any troubles.
Regards,
Elena
Please add a working sample
Hi Yeongseok,
I am sorry if I didn't explain my suggestion well.
What I'm saying is that the command for the Test Studio CLI runner you used to trigger the test list execution is not working as you expect it. And since I am able to reproduce the misbehavior I will continue investigating what might be going wrong.
In the meantime you can run the test list from cmd using a command like this:
working folder> ArtOfTest.Runner.exe list="D:\<fullPathToTheProjectRoot>\TestLists\Delete_Test.aiilist"
It's working for the full path. Thank you.
Hi Yeongseok,
I am glad to know the execution runs fine now. Thank you for your cooperation!