2.3 Feature và Scenario
Feature: "Rùa đi học" Homepage
In order to learn more Physics
As a user of "Rùa đi học"
So that I can get the information about videos, tests on "Rùa đi học" Homepage
Scenario: Choosing a video
Given I am on "Rùa đi học" Homepage
And I see 3 videos
When I press "Xem ngay" button under "Công suất điện xoay chiều" video
Then I should see "Công suất điện xoay chiều - Video" page loads
And I should see the video, comment box, comments
Scenario: Choosing a test
Given I am on "Rùa đi học" Homepage
And I see 1 test
When I click on "Kiểm tra chương I"
Then I should see "Kiểm tra chương I - Test" page load
And I should see the test, "Nộp bài" button
Feature: Do the test
In order to test my knowledge
As a "Rùa đi học" user
I want to do online tests
Scenario: Choose answer
Given I am on "Kiểm tra chương I" page
And I see a question "Một vật dao động điều hoà, trong thời gian 1 phút vật thực hiện được 30 dao động. Chu kì dao động của vật là:"
And I see 4 empty answers radio "2s" radio, "30s" radio, "0.5s" radio, "1s" radio
When I click on "2s" radio
Then I should see "2s" radio is filled
And I should see "30s" radio, "0.5s" radio, "1s" radio are empty
When I click on "0.5s" radio
Then I should see "0.5s" radio is filled
And I should see "2s" radio, "30s" radio, "1s" radio are empty
Scenario: Submit
Given I am on "Kiểm tra chương I" page
And I see a question "Một vật dao động điều hoà, trong thời gian 1 phút vật thực hiện được 30 dao động. Chu kì dao động của vật là:"
And I see 4 empty answers radio "2s" radio, "30s" radio, "0.5s" radio, "1s" radio
When I click on "0.5s" radio
Then I should see "0.5s" radio is filled
When I press "Nộp bài" button
Then I should see "Đúng: 1/1"
Feature: Play video
In order to learn a lecture
As a "Rùa đi học" user
I need to be able to watch the whole of videos
Scenario: Watch video
Given I am on "Công suất điện xoay chiều - Video" page
And I see a video lecture
When I click on "Công suất điện xoay chiều" video
Then I should see "Công suất điện xoay chiều" video is playing
When I click on playing video
Then the video is pausing