Handshake
Handshake
Handshake
  • ๐ŸŠIntroduction
  • ๐ŸšŸSupported Frameworks
    • PyTest
    • WebdriverIO
  • ๐ŸซReference
    • ๐Ÿ“”Enhancements/Issuses
    • ๐Ÿ“–Storybook
  • Installation
  • ๐Ÿ‘ฃRelease Notes
    • ๐Ÿฉน0.7.9
  • ๐ŸšจPlease Note
    • ๐Ÿ—’๏ธReverting to the Older Version
  • ๐Ÿค—Why
  • ๐Ÿ’กIdea
  • ๐ŸŽHow Does
    • Entity Type
    • ๐ŸงชStatus Calculation
Powered by GitBook
On this page
  1. How Does

Entity Type

Entity types used

We denote different entities we have in Test Framework most of which is known to us. but this page is just for reference.

Suite Type
Desc.
Rule

SUITE

Collection of Test Cases (TEST - SuiteType)

Cannot be present without a Test case in it

TEST

Unit Test Case

Can be present even without Assertion.

the status of the test case decides the status of the test suite.

PreviousIdeaNextStatus Calculation

Last updated 4 months ago

๐ŸŽ