Hi,
I got a general question regarding automated testing.
How can one ensure the quality of automated tests(/scripts)?
Are you unit testing your test scripts? Or do you just
write / generate a test script and then let it run
several times to see whether it is working as it should?
So far I do not unit test my test scripts but I wonder
if I should.
Thanks for your answers.