SortTable bug (Test)?
So what I am trying to do is to test whether I can sort countries table.. If i were to test it physically it works as intended but with test it failed.
error message:
the CountryResourceTest:
the CountryResource table:
3 Replies
in addition to this. i do the same test for other resource and the results sometimes Pass and sometimes Failed.
Can it be that it is b/c you test with a large dataset and then sometimes it manages to sort within the timeout boundary and sometimes not?
that could be the reason but i believe i have limited the queries to 10.. hmm. is my code incorrect?