Hello,
I am working on simplifying a number of tests for my employer; the old tests are large and cumbersome and our intention is to create small atomic tests.
I am curious how Telerik suggests to perform a test such as 'add user' without relying on a 'login' test to navigate to the desired page.
We do not wish to test more than one funtion per test, it seems to me that navigation, verification, or even login and verification tests used as your early steps make this test anything but atomic.
thank you
I am working on simplifying a number of tests for my employer; the old tests are large and cumbersome and our intention is to create small atomic tests.
I am curious how Telerik suggests to perform a test such as 'add user' without relying on a 'login' test to navigate to the desired page.
We do not wish to test more than one funtion per test, it seems to me that navigation, verification, or even login and verification tests used as your early steps make this test anything but atomic.
thank you