Friday 26 October 2018

Test Scenario vs Test Condition

What is Test Scenario?

A Test Scenario is a probable way or method to test an Application.

What is a Test Condition?

Test Condition is the specification that a tester must follow for testing an Application. There can be multiple Test Conditions in a Test Scenario.
Difference between Test Scenario and Test Condition is a very common FAQ amongst QA beginners.
Below is a detailed comparison
Test Scenario
Test Condition
  • Test scenario is a possible ways to test an application.
  • Test condition is the constraint that you should follow to test an application.
  • Test scenario can be a single or a group of test cases
  • Test condition can be a piece of functionality or anything you want to verify. In simple terms the goal of a test cases
  • It is important when time is less and most team members understand the details from one line scenario
  • It is an item or event of a system that could be verified by one or more test cases. Eg; transaction, function, structural element etc.
  • Good Test coverage can be achieved by dividing application in test scenarios which reduces the complexity
  • Good Test Condition ensure system is bug free
  • Test scenario are rather vague and covers wide range of possibilities
  • Test condition are very specific
Example: For testing you have so many ways like positive testing, negative testing, BVA etc.Example: When User Name and Password are valid then application will move forward

No comments:

Post a Comment

Jmeter

Database Testing: (1) Add mysql JDBC to Jmeter lib folder and restart Jmeter (2) Right click on test name -> add  Thread group (3)...