Answers for "TEST SCENARIO VS TEST CAS"

2

test case vs test scenario

-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.
Posted by: Guest on January-07-2021
0

test case vs test scenario

-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.
Posted by: Guest on June-02-2021

Code answers related to "TEST SCENARIO VS TEST CAS"

Browse Popular Code Answers by Language