Skip to main content
Question

IFS Cloud - Automated testing tool

  • June 8, 2023
  • 2 replies
  • 393 views

Forum|alt.badge.img+11

Hi Guys,

 

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

Thanks,

 

Gianni Neves 

2 replies

Forum|alt.badge.img+11
  • Hero (Employee)
  • 200 replies
  • June 9, 2023

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

 


hamalk
Superhero (Employee)
Forum|alt.badge.img+13
  • Superhero (Employee)
  • 246 replies
  • June 12, 2023

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