Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Introduction

A smart debugger greatly enhances the effectiveness of test case development by simulating test execution in debug mode. Users can strategically place breakpoints within test steps, allowing Jenkins to pause execution at these designated points. The test steps which has breakpoint won't be executed until the user resumes the test execution.


Configurations in Orchestration

...

Configurations in Automatics Properties

Launch Automatics Properties application and add the below configuration.

Property NameDescription
debuggerService.base.urlSmart Debugger Service Base URL


Image Modified


Setup Jenkins Job For Smart Debugger

Jenkins job is getting used in the Automatics to execute the test case in debug mode. Partner can refer Smart Debugger Jenkins Setup for detailed steps on how to setup jenkins job for smart debugger.