Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.43 KB

data-source-test.md

File metadata and controls

43 lines (25 loc) · 1.43 KB

Tests: Data source

User in system can connect to data from different sources.

Testing scenarios

  1. Call the context menu of the data source
  • Adding a new connection to the data source from context menu
  1. Call context menu and select "Browse queries"
  • "Query browser" is open with in queries belonging to selected connection
  • Patten "connection.dataSource = {data_source_name}" is entered in browser search bar
  1. Call context menu and select "Browse connections"
  • "Connections browser" is open with in queries belonging to selected connection
  • Patten "dataSource = {data_source_name}" is entered in browser search bar
  1. Open a list of connections on Context Panel

  2. Open a list of Jobs on Context Panel

  3. Open a list of Job Runs on Context Panel

  • Job Runs list is open. Display start time, status and name of Job
  1. Open a list of Queries on Context Panel

  2. Open a list of Query Runs on Context Panel

  • Query Runs list is open. Display start time, status and name

See also: