I installed Testframework under my on-premise environment with Oracle database.
Then I tried to create new test suite along with Documentation, but when I put some information in the below popup "New test suite", "Error executing error" shows up.
I actually put this URL in Target URL for sample test.
( https://"my environment hostname"/BDD_CalculatorTester)
*BDD_CalculatorTester is included in Testframework module.
I checked error log in Service Center and it says "ORA-01722".
Log Message is this.
---------------------------------
Error executing query. Error in advanced query GetTestSuites in Preparation in Setup_0_List in TestSetupFlow in TestFramework (SELECT {TestSuite}.*, ( select count (1) from {TestCase} where {TestCase}.[TestSuiteId] = {TestSuite}.[Id] ) NumberTestCases, ( select count (1) from {TestCase} where {TestCase}.[TestSuiteId] = {TestSuite}.[Id] and {TestCase}.[IsQuarantine] = 1 ) NumberQuarantinedTestCases, ( select count (1) from {TestCase} inner join {TestStep} on {TestStep}.[TestCaseId] = {TestCase}.[Id] where {TestCase}.[TestSuiteId] = {TestSuite}.[Id] ) NumberTestSteps, {TestScheduleStatus}.* from {TestSuite} left join {TestSchedule} on {TestSchedule}.[TestSuiteId] = {TestSuite}.[Id] and ({TestSchedule}.[Status] = @TestScheduleStatusExecutio or {TestSchedule}.[Status] = @TestScheduleStatusNew ) left join {TestScheduleStatus} on {TestSchedule}.[Status] = {TestScheduleStatus}.[Id] where (@IsActive = '' or {TestSuite}.[IsActive] = @IsActive) and {TestSuite}.[Name] like '%' + @Searc ...): ORA-01722:
--------------------------
I googled it but I couldn't figure out the cause inside this module. Do you have any ideas why this is happening?
If you are familiar with this module, I'd appreciate it if you could tell me about it.
Bu the way, after installing Testframework, I checked Anonymous role in BDD_CalculatorTester, BDD_CalculatorEngine_Tests, Testframework end user module.
Best,