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: Validate the Creation of a Path Between Nodes with Edges #162

Open
Naseem77 opened this issue Sep 30, 2024 · 0 comments
Open

Test: Validate the Creation of a Path Between Nodes with Edges #162

Naseem77 opened this issue Sep 30, 2024 · 0 comments
Assignees

Comments

@Naseem77
Copy link
Contributor

Title: Validate the Creation of a Path Between Nodes with Edges

Preconditions:
The client must be connected to the database.

Test Steps:

  1. Select the graph 'testGraph'.
  2. Execute a query to create two nodes (Alice and Bob) with a relationship (KNOWS) that includes a property.
  3. Execute a query to retrieve the path between the nodes.
  4. Validate the structure of the returned path, including nodes and edges.
  5. Delete the graph.

Expected Result: The path should contain two nodes and one edge, with the edge's properties and nodes' properties matching the expected values. 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