Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Run a Query with Various Parameter Types and Check if They Return Correctly #163

Open
Naseem77 opened this issue Sep 30, 2024 · 0 comments · May be fixed by #166 or #159
Open

Test: Run a Query with Various Parameter Types and Check if They Return Correctly #163

Naseem77 opened this issue Sep 30, 2024 · 0 comments · May be fixed by #166 or #159
Assignees

Comments

@Naseem77
Copy link

Title: Run a Query with Various Parameter Types and Check if They Return Correctly

Preconditions:
The client must be connected to the database.

Test Steps:

  1. Select the graph 'testGraph'.
  2. Define an array of different parameter types.
  3. Iterate through each parameter and execute a query returning the parameter.
  4. Validate that the returned result matches the expected output for each parameter.
  5. Delete the graph.

Expected Result: Each returned result should match the respective parameter from the array. The test should pass.

@Naseem77 Naseem77 self-assigned this Sep 30, 2024
This was linked to pull requests Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant