We have RESTfull web-application. And we need to make the following test:
create 1000 students view 1000 students delete 1000 sudents create 1000 students view 1000 students
We can view object through the following URL: /students/#id# And for do this we should to known IDs of created objects. We create students via CSV-files and expect that they are begining from 1, but if the batabase isn't clear in begans from bigger number.
How can we read IDs of created students.