Skip to main content
New

Create task or function to do smoke test of one table under data

Related products:Community
  • September 1, 2026
  • 2 replies
  • 4 views

Forum|alt.badge.img+1

Smoke tests are running very long in a model ± > 300 tables. if you want to run for test. If it’s possible to execute the same tests for a selection of tables/views its easier to check changes to primary key of one table for example.

 

Check mandetory fields in views as well.

 

 

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Software Architect
  • September 2, 2026

Hi Peter,

It's a little hidden, but you are able to run Smoke tests individually by looking up the control procedure that generates the smoke test step queries.

In Functionality, when the Hide generated prefilter is disabled and you filter on code group SMOKE_TESTS, you'll see all the individual control procedures and the kind of smoke tests they generate.

Simply choose one, head over to Deploy and press Generate to get the latest updated version of all Smoke tests, and then Execute the one you want to test. → However, I noticed the Execute single task is disabled for these, so I just fixed that for the upcoming 2026.2.14 / 2026.3.

Hope this helps!


Forum|alt.badge.img+1
  • Author
  • Sidekick
  • September 2, 2026

Mark,

 

Thank you for the explaination.

 

Peter