Tool, resource to test the search algorithm I wrote systematically
Unanswered
Ubeyd posted this in #help-forum
UbeydOP
In my Nuxt/Vue/Postgresql project, I wrote a custom search to search against some string and number fields in my DB. It seems to be working fine. I have done quite some tests.
But, I am curious to know is there any tool or any kind of resource I can use to test it systematically? It can be an automated tool or a documentation.
Thanks for your input.
But, I am curious to know is there any tool or any kind of resource I can use to test it systematically? It can be an automated tool or a documentation.
Thanks for your input.
4 Replies
@Ubeyd In my Nuxt/Vue/Postgresql project, I wrote a custom search to search against some string and number fields in my DB. It seems to be working fine. I have done quite some tests.
But, I am curious to know is there any tool or any kind of resource I can use to test it systematically? It can be an automated tool or a documentation.
Thanks for your input.
you can write a little function, that searches for random stuff and you log and analyze the results to test it
@B33fb0n3 you can write a little function, that searches for random stuff and you log and analyze the results to test it
UbeydOP
Thanks for your reply, I have done a lot of that 🙂 I am looking for something more systematic.
@Ubeyd?