Blockchain hard fork testing #2006

Closed
opened 2018-10-04 21:06:50 +02:00 by alyssaoc · 1 comment
alyssaoc commented 2018-10-04 21:06:50 +02:00 (Migrated from github.com)

The Issue

With the blockchain upstream and normalization changes in the upcoming hard fork,
as an app developer,
I want to identify as many automated and manual tests as possible so that the hard fork does not break the desktop app.

DOD/Acceptance Criteria

Identify all interactions with the blockchain and document
Identify and document possible testing scenarios for those interactions

As a goal, we should build a test environment for repeatable testing of future changes

## The Issue With the blockchain upstream and normalization changes in the upcoming hard fork, as an app developer, I want to identify as many automated and manual tests as possible so that the hard fork does not break the desktop app. ## DOD/Acceptance Criteria Identify all interactions with the blockchain and document Identify and document possible testing scenarios for those interactions As a goal, we should build a test environment for repeatable testing of future changes
neb-b commented 2018-11-26 14:59:40 +01:00 (Migrated from github.com)

I'm sure I will add more as I think of them but I don't think there will be that much to test in the app. Here are three:

- Create claim at lbry://x with 1lbc bid
- Create claim at lbry://X with 2lbc bid
- Navigate to lbry://x

- It should show the content published to lbry://X
- The url bar should change to lbry://X
- Publish to lbry://X with a bid of y lbc
- Begin a publish
- Set the name to lbry://x
- Check that the help text for the winning bid shows the bid at lbry://X
I'm sure I will add more as I think of them but I don't think there will be that much to test in the app. Here are three: ``` - Create claim at lbry://x with 1lbc bid - Create claim at lbry://X with 2lbc bid - Navigate to lbry://x - It should show the content published to lbry://X - The url bar should change to lbry://X ``` ``` - Publish to lbry://X with a bid of y lbc - Begin a publish - Set the name to lbry://x - Check that the help text for the winning bid shows the bid at lbry://X ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2006
No description provided.