Question

IFS Cloud - Automated testing tool

  • 8 June 2023
  • 2 replies
  • 166 views

Userlevel 4
Badge +9

Hi Guys,

 

Maybe it is a back topic, but anybody knows an automated tests tool for IFS Cloud?

Thanks,

 

Gianni Neves 


2 replies

Userlevel 5
Badge +10

For functional testing Test-a-Rest can be used. It’s what is used at RnD for a lot of the functional tests.
https://docs.ifs.com/techdocs/23r1/020_lifecycle/050_working_with_environments/030_test_data/#test_data_loading_logs

 

Userlevel 5
Badge +13

Hi @gianni.neves 

 

In order to test PLSQL logic you can use PLSQL unit test which is inbuild in Developer Studio tool. We have integrated the tests into Build pipelines as well, so they trigger automatically. 

https://docs.ifs.com/techdocs/23r1/060_development/050_development_tools/002_developer_studio/030_reference/330_pl_sql_tester/010_unit_tests/

 

/Harshini

Reply