2.1.2 Features và Scenarios


Kịch bản màn hình đăng nhập

Feature: User login on site
  As an end user
  I want to login with my username/password
  So that I can access the website

  Scenario: User login are correct
    Given a user "Elvin" with password "abc"
    And I am on the login page
    When I fill in "User name" with "Elvin"
    And I fill in "Password" with "abc"
    And I click on "Login" button
    Then I should see home page

  Scenario: User login are incorrect
    Given a user "Elvin" with password "abc"
    And I am on the login page
    When I fill in "User name" with "Elvin"
    And I fill in "Password" with "xyz"
    And I click on "Login" button
    Then I should see an error message "Username or password is incorrect"

Kịch bản trang thi trực tuyến

Feature: Online Examination
  As an end user
  In order to do an online examination
  I want to receive the result from the test

  Scenario: Choose Subject
    Given I am at the home page
    When I click on "Thi truc tuyen"
    Then I see a list of subjects
    And I choose "Hoa hoc"
    Then I see a list of online exams
    When I click on "De thi so 1"
    Then I see "De  thi so 1" exam

  Scenario: Doing the Exam
    Given I am at the "De thi so 1"
    And I see 5 questions
    Then I started with question 1
    When I click on answer "A"
    Then I see answer "A" is checked
    When I click on answer "B" on the same question
    Then I see the answer "A" is unchecked
    When I click on "Nop bai" button
    Then I see the result of the test

Kịch bản trang bài giảng trực tuyến

Feature: Video Courses
  As an end user
  In order to learn a course
  I want to view videos of that course

  Scenario: Choose Subject and Section 
    Given I am at the home page
    When I click on "Bai giang"
    Then I see a list of subjects
    And I choose "Toan hoc"
    Then I see a list section 
    When I click on section "Phan I. HAM SO"
    Then I see a list part of section

  Scenario: View Videos of the Course
    Given I am at a section "Phan I. HAM SO" of "Toan hoc" video course
    When I click on part "Su dong bien, nghich bien cua ham so" of section
    Then I see that part "Su dong bien, nghich bien cua ham so" of videos in that section appear
    When I click on "Bai tap tu luyen" below video
    Then I see the exercise of that part 
    When I click on "Dap an bai tap tu luyen"
    Then I see the answer of exercise above

Kịch bản trang xem và tải đề thi

Feature: Examination
  In order to do an examination
  As an end user
  I want to see and download the exam

  Scenario: Choose exam
    Given I am at the home page
    When I click on "De thi"
    Then I see a list of subjects
    And I choose "Hoc hoc"
    Then I see a list of "Hoa hoc" exams

  Scenario: See the exam
    Given I am at the "Hoa hoc" exams page
    And I choose "De thi THPT Quoc gia mon Hoa hoc nam 2015" exam
    When I click on "Xem de thi" button
    Then I see "De thi THPT Quoc gia mon Hoa hoc nam 2015" exam

  Scenario: Download the exam
    Given I am at the "Hoa hoc" exams page
    And I choose "De thi THPT Quoc gia mon Hoa hoc nam 2015" exam
    When I click on "Tai de thi" button
    Then I start download "De thi THPT Quoc gia mon Hoa hoc nam 2015" exam

results matching ""

    No results matching ""