-
Notifications
You must be signed in to change notification settings - Fork 0
Integration Tests
Gülşen Sabak edited this page May 16, 2024
·
2 revisions
- This is a guest user.
- The user has an account before, but still tries to sign-up
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | Guest presses Sign-Up button | - | Sign-Up page appears. | Sign-Up page appears. | Success |
2 | Guest fills the information parts in sign up page with appropriate information | name: Gulsen Sabak, email: [email protected], password: 1234, username: gsabak | - | Success | |
3 | Guest presses the Sign_Up button | - | There is an error message. You are already a member. | Fail |
- User is signed-in to the system.
- User is currently on a Post page
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | Click "Add Comment" button on comment section | - | An error message is displayed. | An error message is displayed. | Success |
2 | Write a comment in "Comment" text input. | How big cheetah | In UI comment is displayed | In UI comment is displayed | Success |
3 | Click the button to add the comment | - | In UI comment is displayed | In UI comment is displayed | Success |
- Comment is saved to database.
- Information that holds the count of comments for that Post is updated (increased by 1).
- User is signed-in to the system.
- User is currently on a Search Page
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | Click search icon from bottom bar | gulsen | - | - | Success |
2 | Click search button on search bar. | - | Search page will be displayed. The user which has username “gulsen” will be shown | The user “gulsen” is shown | Success |
- User is signed-in to the system.
- User is currently on a Search Page
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | Click search icon from bottom bar | Egyptian Goose | - | - | Success |
2 | Click the search button on the search bar. | - | Search page will be displayed. The same family members with the species are shown. Also, the properties of the species is shown. | Search page will be displayed. The same family members with the species are shown. Also, the properties of the species is shown. | Success |
- User is signed-in to the system.
- User is currently on a Search Page
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | Click search icon from bottom bar | house cat | - | - | Success |
2 | Click the search button on the search bar. | - | Search page will be displayed. The same family members with the species are shown. | Search page will be displayed. The same family members with the species are shown. | Success |
- User is signed-in to the system.
- User is currently on a Post Page
- There exists a comment.
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | User clicks on the "Delete Comment" button | - | Handled in UI, the comment is gone | - | Success |
- Comment is removed from the Database.
- Memory Post's comment count has decreased by 1.
- This is a guest user.
- The user has not signed-up before.
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | Guest presses Sign-Up button | - | Sign-Up page appears. | Sign-Up page appears. | Success |
2 | Guest fills the information parts in sign up page with appropriate information | name: Gulsen Sabak, email: [email protected], password: 1234, username: gsabak | - | Success | |
3 | Guest presses the Sign_Up button | - | Guest is now a registered user. She is navigated to Homepage | Guest is now a registered user. She is navigated to Homepage | Success |
- Homepage is open with user info displayed
- User can now login using username and password that was entered
- User is registered.
- User has not sign-in yet
Steps | Actions | Input Data | Expected Output | Actual Output | Result |
---|---|---|---|---|---|
1 | User presses the Sign-In button | - | Sign-In page opens. | Sign-In page opens | Success |
2 | User fills username and password info | username: gulsensabak , password: 1234 | Sign-in | Cannot sign-in. wrong password or username | Fail |
prepared by: Gülşen Sabak
- Milestone 2 plan
- User Experience Decisions
- Milestone 1 Report
- Communication Plan
- Requirements
- Community Features
- Mock-Ups
- Sequence Diagram
- Class Diagram
- Use Case Diagram
- RAM - Tradeverse
- Project Plan - Tradeverse
- W3C Standard - Annotation
- Customer Milestone 2 Report
- 13.10.2024 -- Sixth Meeting
- 08.10.2024 -- Fifth Meeting
- 06.10.2024 -- Fourth Meeting
- 04.10.2024 -- Third Meeting
- 01.10.2024 -- Second Meeting
- 24.09.2024 -- First Meeting
💻 Lab Reports
👨🏽🤝👨🏾 User Group Scenarios
👨🏻💼👩🏻💼 User Scenarios
👤 Personal Pages
📝 Templates
Animal Trove Project
### 💻 Project- 1st Milestone Report
- 2nd Milestone Report
- 3rd Milestone Report
- Organization
- Requirements
- Elicitation Questions
- Scenerios
- Mockups
- Use Case Diagram
- Class Diagram
- Sequence Diagram
- RAM
- Project Plan
- User Tests
- Integration Tests
- Git Research
- Wikidata, Linked Data, SPARQL
- Web & Mobile Application Development
- API Development & Wikidata API
- Semantic Search
- Our Favorite Repositories