-
Notifications
You must be signed in to change notification settings - Fork 7
Test Cases (master branch)
Kai Xu edited this page May 12, 2017
·
1 revision
- New version in
manifest.json
- Set
debugging = false
inbackground.js
- Menu is hidden and Replay is removed in
index.html
- Google search a random keyword on the address bar
- Highlight something on the search result page
- Open 2 links in a new tab
- Switch to one of them, highlight 3 texts, take 2 notes, edit a note, remove a note
- Open a new tab, go to google home page and search
- Navigate using all captured actions
- Close some tabs and navigate again
- Click on a link
- Go back to the previous page and click on another link to test branching
- Save, Load, Replay
- New map
- Google search 'palmer house hilton'
- Click on 'map' tab to go to google map
- Zoom/pan on map
- Find direction to 'chicago airport'
- Zoom/pan on map
- Close direction
- Click on 'booking.com' link
- Change 'date' and search
- Change 'room', 'adults'
- Click on nodes to navigate
- Remove leaf node, branch node, root node
- Revisit some nodes
- Highlight on them
- Open new pages
- Favorite/unfavorite nodes
- Minimize/restore nodes
- Set key image in some pages and check tooltip
- Add some nodes from collection
- Add some links
- Remove some nodes
- Remove some links
- Recurate the removed nodes
- Move nodes around
- Revisit some nodes
- Open new pages
- Verify sync between two views: green tick in collection, hovering/brushing of the same node
- Save, Load, Replay
Missing Features for Online Study
Behaviour: Node and Edge Creation
Testing and Behaviour Driven Development (BDD)
Video: Testing with Jasmine and Sinon-Chrome
Video: overview of SenseMap code
Video: browser features in the old 'master' branch
How browserProvenance.js works
Video: create REST API for MongoDB using Node.js