Skip to content

noubar/BehaviorTreeLibrary-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BehaviorTreeLibrary-Tests

Demonstration Repo for the use of RobotBT. (BehaviorTreeLibrary For Robot Framework)

A comprehensive test suite demonstrating the capabilities of the BehaviorTreeLibrary for Robot Framework. This repository contains practical examples of Behavior Tree (BT) implementations for test automation scenarios.

Features 🌟

In this Repo can be found

  • Three Distinct Test Levels

    • 🧩 Simple Test: Basic BT structure demonstration. (How BT could be obsulete)
    • 🧠 Complex Test: Advanced BT with conditional nodes
    • 🌍 Real-world Test: Practical application simulating real-world automation challenges
  • Key Demonstrations

    • Use of RobotBT
    • Behavior Tree construction and execution
    • Node types (Sequence, Selector, Parallel)
    • Conditional logic implementation
    • Failure recovery mechanisms
    • Real-world scenario modeling

This Project uses WPF Tesp Puzzle app to test RobotBT