No hierarchical test suites in Selenium IDE.
I’m writing a bunch of test suites using Selenium IDE right now, and while attempting to make some nice, modular test suites with reusable chunks of tests, I kept running into this error when trying to run the test suite in the IDE:
Error loading test case – no command found
I was puzzled. I poked around the documentation a bit and saw responses that said to make sure to open the test suite with the “Open Test Suite” command, which is what I was already doing.
What I didn’t see mentioned anywhere was that test suites can not be hierarchical.
I had split up my constants into a few different files, based on what those constants were, and wanted to write one test suite to import all of them in the correct order. I was then trying to call that test suite from within another test suite when I got the error.
