Stream: inferno
Topic: Inferno Validation - Bundle/Pagination
Nihar (Aug 10 2021 at 18:06):
Hello,
We would like to just confirm our understanding about Bundling/Pagination Validation under Inferno.
In Inferno, if we only have one page of records (or Single Record) under any resource but if those record(s) are compiling with all the test steps in terms of Must Support/Validation, Read and Provenance then it is still accepted as Pass in inferno...Correct? We don't need to have a minimum mandatory number of pagination for inferno test to pass...!!!
This is our understanding, please correct if we have different understanding of it.
Also, if the records are more then Inferno will cap those to first 20 bundles of data into consideration, rest of them will be ignored.
Thanks in advance.
Yunwei Wang (Aug 10 2021 at 19:53):
Inferno does not have requirement for paging. If server supports paging, then Inferno tries to get the following pages, up to 20 pages.
I am not quite sure I understand
are compiling with all the test steps in terms of Must Support/Validation, Read and Provenance
During a test, Inferno tries to interact with server using multiple requests.
Nihar (Aug 12 2021 at 08:43):
Hi @Yunwei Wang : Thank you so much for the Clarity and Confirmation. What i mean by the line quoted line by you it, that if we are sending only 1 record, but for that record we are following Must Support Elements, also we follow the read operations and also support provenance then also it will pass the inferno test....!!!
Yunwei Wang (Aug 12 2021 at 13:33):
(deleted)
Last updated: Apr 12 2022 at 19:14 UTC