Validate search results

Asked by Kish

Hi

My desktop application has a search feature which has various options and filters to choose from to restrict the search results. Once i choose required filters and click search button the search results displays in the table format which is non readable. Also the data is dynamic because it comes from database. Each time the results would change depending on the new data created in database.

I want to verify the results to prove that the filters chosen are working and results displayed are only related to chosen filters.

for e.g., if i choose only status filter as completed, all the rows returned in search results should have only completed. Like wise if i choose both pending and completed status filters then the rows returned will have both pending and completed in no particular order.

In this scenario how can i proceed to validate the results?

Please help.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

If you need to do that visually, you have to evaluate the geometrics of the data grid, to be able to check the content of the target field either with an image or textually.

Can you help with this problem?

Provide an answer of your own, or ask Kish for more information if necessary.

To post a message you must log in.