MDL-52964 Qtype: Add behat tests to core question types
[moodle.git] / question / type / shortanswer / tests / behat / import.feature
blobc13649a555954b1ff38f709bdc92f617337972d2
1 @qtype @qtype_shortanswer
2 Feature: Test importing Short answer questions
3   As a teacher
4   In order to reuse Short answer questions
5   I need to import them
7   Background:
8     Given the following "users" exist:
9       | username | firstname | lastname | email                |
10       | teacher1 | T1        | Teacher1 | teacher1@example.com |
11     And the following "courses" exist:
12       | fullname | shortname | category |
13       | Course 1 | C1        | 0        |
14     And the following "course enrolments" exist:
15       | user     | course | role           |
16       | teacher1 | C1     | editingteacher |
17     And I log in as "teacher1"
18     And I follow "Course 1"
20   @javascript @_file_upload
21   Scenario: import Matching question.
22     When I navigate to "Import" node in "Course administration > Question bank"
23     And I set the field "id_format_xml" to "1"
24     And I upload "question/type/shortanswer/tests/fixtures/testquestion.moodle.xml" file to "Import" filemanager
25     And I press "id_submitbutton"
26     Then I should see "Parsing questions from import file."
27     And I should see "Importing 1 questions from file"
28     And I should see "1. Name an amphibian: __________"
29     And I press "Continue"
30     And I should see "shortanswer-001"