In my BDD application, I have two web screens - one has 8 BDD test web locks, the other has a single BDD test that loads data from a preparation and executes a dozen or so scenarios.
When I try to import those tests cases in TestFramework, I see the three web screens listed as Test Steps but none of the actual tests. I know this component hasn't been updated in a while and the BDDFramework has - are they out of sync now? Or am I doing something wrong with my TestFramework and/or BDDFramework setup?
Do your BDD pages contain the webblock on the bottom of the page that counts the total amount of executed tests? As far as i know that is required to gather data from the BDD tests on that page.
They do have that webblock:
But the results don't seem to be passed back to the test runner, I just get errors and the results are flagged as Unclassified. The test runner loads the page and displays the results, but it does not parse the results in any meaningful way. I can't figure out what I'm doing wrong.