What is the best practice to do keyword driven testing in test studio?
My first thought was to create many different small fragmented tests which together can be put into a larger test. For example a test for "login" another for "open order registration" "add..." "close..." etc
Then in the test list i would add all the tests in the order i want them to create the complete test.
But it seems to me now that each test i run in the test list should be complete itself, and i instead should "import" other tests into that complete test with "test as step".
Is that correct? If that is the case why would i have severel different tests in a test list?