Hello,
I have a solution containing multiple projects and each of these projects contain multiple test suites.
I use the command to execute the test suites using the CLI in azure. There are many such test suites which are executing without any errors but there is one particular project and related test suites which fail with the following error code.
Unexpected exception occurred: Ranorex.RanorexException: There are multiple test suite files in the assembly directory. Please specify the test suite by using command line parameters or rename the test suite file to the current assembly name.
at Ranorex.Core.Testing.TestSuiteRunner.GetTestSuiteXml(Type containerType, String fileName)
at Ranorex.Core.Testing.TestSuiteRunner.Run(Type containerType, String cmdLineArgs, String testSuiteXml)
at Settings.Program.Main(String[] args)
Command:TestSuite.exe /ts:Testsuite.rxtst /junit /zr /zrf:Reports/ExportImportDex.rzlog
I have verified the Assembly name for the project and see no issues on it.
Help! Multiple Test Suite Files in Assembly directory error
Help! Multiple Test Suite Files in Assembly directory error
Regards,
Punith
Punith
Re: Help! Multiple Test Suite Files in Assembly directory error
Specify the full path and filename of the TestSuite file on the /ts parameter.