Skip to end of banner
Go to start of banner

Types of tests

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

What is a functional test with large dataset? 

  • Test a simple workflow. You test that the feature/function works. 
  • No other concurrent workflows or transactions 
  • We do this now BUT we are not always doing this with large dataset 
  • Provide the dataset. Ask SIGs, etc. 
  • Test done by Development team
  • Can be a standalone user story OR acceptance criteria for a story
  • This test should be deemed as a criteria for definition of done for the feature (sprint level)
  • Can be a test case for Bugfest 

What is a performance test (API)? 

  • Test a simple workflow via API. Evaluate performance. 
  • May include concurrent users IF applicable.
  • Test done by Development team
  • May follow these steps to create user story - How to create Performance Testing Scenario (for PO)
  • And review document for proposed SLAs > /wiki/spaces/DQA/pages/2658550
  • This test should be deemed as a criteria for definition of done for the feature (release level) 
  • This test should be run anytime new functionality is added AND for each release to measure any degradations or improvements

What is a performance test (robust/complex)? 

  • Test a complex workflow.
    • Complex = several actions, concurrent workflows, or concurrent transactions 
  • Single tenant or Multi-tenant environments
  • Test done by PTF team
  • May follow these steps to create user story - How to create Performance Testing Scenario (for PO)
  • AND review document for proposed SLAs > /wiki/spaces/DQA/pages/2658550
  • This test should be deemed as a criteria for definition of done for the feature (release level) 
  • This test should be run anytime new functionality is added AND for each release to measure any degradations or improvements

Test Examples

Test exampleWhat type of test?Who should test?EnvironmentJmeter required?

Test: Upload a large number of records.

Test objective:  It works when uploading a large number of records.

Functional testing with a large dataset Development Team (FE/BE)

Rancher environment

No

Test: Search results

Test objective:  Test that up to <<TBD number of results>> is returned in <<TBD seconds>> with <<TBD concurrent users>>

Performance (API) Development Team (FE/BE)Rancher environmentYes

Test: Search results

Test objective:  Test that up to <<TBD number of results>> is returned in <<TBD seconds>> with <<TBD concurrent users>> with <<TBD concurrent actions/workflow/transactions>>  

Performance 

PTF


PTFYes

Test: Inventory instance has 500+ holdings records attached

Test objective: Ease of use in navigating through instance record AND holdings records.  

Functional (if one record) Development team Rancher environment
  • No labels