📜  测试用例与测试场景 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:14.533000             🧑  作者: Mango

代码示例2
-Scenario is high level descripton of
what are we going to test. 
-Test case is step by step off the test.
For example 
Test scenario is
Login to the application with valid credentials
Test Case is 
Login as a seller
Given valid credentials for a moderator role
When I enter user name and password
And I click login button etc    
Test scenario can have multiple test cases.