We are having an issue where if we run a testlist, we get a lot of failures. If however, we go back and run these tests one at a time they will all pass and will pass for any n times we run them. What are some troubleshooting steps we could try from here?
1 Answer, 1 is accepted
0
Elena
Telerik team
answered on 17 Oct 2016, 12:21 PM
Hello Brody,
Test list execution is usually faster than single test execution and this might affect the results. You need to ensure stable tests which would not be dependent on network connectivity, hardware performance, etc. This could be obtained with adding wait steps or execution delay steps at certain places in your tests where loading might take longer time. You need to troubleshoot your tests as per the errors you get in the test list results.