https://codeception.com/docs/BDD

코드셉션 공식문서 BDD 툴


Behat 의 코드임

https://docs.behat.org/en/latest/




또다른 테스트 코드 예시


걍 작문같음ㄷㄷ

행위주도라서 그런가


Feature: Multiple site support Only blog owners can post to a blog, except administrators, who can post to all blogs. // 이건 설명이라서 코드 아님 Background: Given a global administrator named "Greg" And a blog named "Greg's anti-tax rants" And a customer named "Dr. Bill" And a blog named "Expensive Therapy" owned by "Dr. Bill" Scenario: Dr. Bill posts to his own blog Given I am logged in as Dr. Bill When I try to post to "Expensive Therapy" Then I should see "Your article was published." Scenario: Dr. Bill tries to post to somebody else's blog, and fails Given I am logged in as Dr. Bill When I try to post to "Greg's anti-tax rants" Then I should see "Hey! That's not your blog!" Scenario: Greg posts to a client's blog Given I am logged in as Greg When I try to post to "Expensive Therapy" Then I should see "Your article was published."






I have a pan I have a apple
ㅋㅋㅋㅋㅋㅋㅋㅋㅋ