🖌️
Product Process Documentation
  • Product Process Documentation
  • Definition of Done (DoD)
    • General checkpoints
      • Specific checkpoints by team
    • Important process: QA review & PO review
      • QA Review
      • PO Review
  • Work Items
    • Product Backlog Item (PBI)
    • Bug
      • Basic rules for creating a bug
      • How to report a Bug
    • Bugs Management
  • Code Standards
  • Different Test Levels
    • Unit Test
      • Frontend Unit Testing
        • What is a Unit Test?
        • How do I know if I am developing a good unit test?
        • AAA (Arrange, Act and Assert)
        • Overloaded test suits
        • Setup & Teardown
          • JEST Mocks
          • FakeTimers
        • Istanbul Annotations
        • C8 Annotations
        • JEST Runner (Debug unit tests with Jest)
    • Component Test
      • Frontend Component Testing
        • What is Component Testing?
        • Best practices
        • Bad practices
        • Setup
          • Sandbox
          • Mocks, Services and Providers
          • Test scenario
    • Integration Test
      • Frontend Integration Testing
        • What is a Integration Test?
        • AAA (Arrange, Act and Assert)
        • Best Practices
        • Bad practices
        • Setup & Teardown
        • How to create a scenario
          • Create the migrated app
          • Add to project
        • How to debug
        • Common problems
      • Testing Driven Development Guide and recommendations
    • Functional Test
    • Security Testing
      • Security Testing Tools
      • Frontend Security Testing
    • Performance testing
    • Best Practices
    • Test Documentation
  • Run test projects
    • General steps
    • Specific steps by team
  • DevOps
    • Pipelines
    • Builds
    • Specific information by team
    • Test plan
    • Service Hooks for Azure DevOps Notifications
      • Slack Notifications
      • Microsoft Teams Notifications
  • Dashboards
    • General
    • QA Dashboards
  • Release Process
    • General Steps
    • Specific steps by team
  • Migration Cells
    • Basics of testing process
  • Release process
  • References
Powered by GitBook
On this page
  • Backend team nightly process
  • Frontend team nightly process
  • Silverlight Components

Was this helpful?

  1. DevOps

Specific information by team

Work In progress...

PreviousBuildsNextTest plan

Last updated 3 years ago

Was this helpful?

Backend team nightly process

Frontend team nightly process

Silverlight Components

In this repository, there is a nightly build for the end-to-end test, this because for Silverlight Components there is a subset of test cases for pull requests and at night the complete set runs to validate any change from that day has broken any test. It was made because of the quantity of test suites and test cases that conforms the set of end-to-end and the time the process has been taking.

Here can be found this build . Also, this pipeline runs at 3am in the morning and the results can be visualized through the Frontend dashboard () on the test trends named E2E Test Results Trend by Chrome and Firefox browser.

Mobilize.WebMAPSilverlightComponents_e2eProject
Pipelines Overview dashboard - Overview