Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Batch Testing

Widget Connector
width640
urlhttps://www.youtube.com/watch?v=pxnzxp9hPiA
height360

Video Transcript

Hello, this is Amir Shehata with the final LUTF quick tip.

Today, I'll show you how you can run an LUTF batch test manually. Let's dive into it. It won't take long.

You can run all the suites like this

Code Block
suites.run()

You can also run a specific test suite like this:

Code Block
suites['samples'].run()

Once a batch test finishes running. You can check all the results by

Code Block
dumpGlobalTestResults()

That's it folks. It's been fun.

This concludes the LUTF quick tip series. I hope you found it useful. If you have any comments or questions you can leave them in the comment section of the wiki pages

Thank you and have a great day.

Setup a batch test to run from the command line

Show results being collected