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 Scenario - TODO application #1

Open
lorenzoamabili opened this issue May 16, 2018 · 0 comments
Open

Test Scenario - TODO application #1

lorenzoamabili opened this issue May 16, 2018 · 0 comments

Comments

@lorenzoamabili
Copy link
Collaborator

Test Scenario
Description: provenance graph with two branches

0 root
1 Name: viz, Action: create;
2 Name: clue, Action: create;
3 Name: clue, Action: check;
4 Name: viz, Action: delete;
5 Name: dog, Action: create;
6 Name: cat, Action: create;
7 Name: mug, Action: create;
8 Name: bed, Action: create;
9 Name: bad, Action: create;
10 Action: filter_active;
11 Action: check_all;
12 Action: uncheck_all;
13 Name: cat, Action: delete;

TraverseTo 2: two items {“viz”, ”clue”}, both non-checked;

TraverseTo 10: five items {“dog”, ”cat”, “mug”, “bed”, “bad”}, all non-checked;

Branch at 10:
14 Name: bed, Action: check;
15 Name: bad, Action: delete;
16 Action: filter_completed;

TraverseTo 12: no items;

Branch at 12:
17 Name: wow, Action: creation;
18 Action: filter_all;
19 Action: clear_completed;

@lorenzoamabili lorenzoamabili changed the title Test scenario Test Scenario - TODO application May 16, 2018
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

No branches or pull requests

1 participant