TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Flowgorithm

    Flowchart Decisions in Flowgorithm

    Flowgorithm

    Overview

    The If shape( diamond shape) is used to make Flowchart decisions in the Flowgorithm. The If shape divides the flowchart control into two branches. One branch if the condition is True and the other if the condition is False.

    The If symbol checks the expression and executes one branch based on the conditional boolean expression. We can provide the conditional expression in the If diamond symbol.

    If Shape

    The If shape is also called the Control structure. We can control the program flow using this structure. The If shape evaluates the conditional boolean expression, and based on the result, one of the True or False branches is executed.

     

    If shape Flowgorithm

    To add the If shape left click or double-click on the flowchart arrow line. Choose the If shape. Double-click on the If shape to provide the boolean expression.

    Example

    A student is considered to “Pass” if the score in a subject is >= 40. Else the student is considered as “Fail”.

    Let’s design a simple flowchart based on the If control structure to ask for the student’s score and print the result. ( For simplicity, assume the input is within the interval [0,100]).

    Steps to create:

    • Launch Flowgorithm Flowchart tool.
    • Declare a variable: score
    • Add an Output symbol for the user prompt.
    • Add an If Control shape.
    • Double-click on the If shape and add the expression :
    • score >= 40

     

    Boolean Expression in If

     

    • Add an Output statement to print: PASS in the True branch.
    • Add an Output statement to print: FAIL in the False branch.

     

     

    If Example Flowchart

     

    Sample Output

    Execute the flowchart. Click on the green play button on the Toolbar.

     

    If flowchart sample output

     

    Flowgorithm Tutorials Link:

    https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

     

    Related Posts

    Print Triangle Pattern Flowchart

    Flowgorithm /

    Print Triangle Pattern Flowchart

    Flowgorithm Breakpoint Symbol

    Flowgorithm /

    Flowgorithm Conditional Breakpoint Statement

    File Read Declare Variables

    Flowgorithm /

    Flowgorithm Read Numbers from File Example

    File Search Input File Flowgorithm

    Flowgorithm /

    Search Text File Flowchart Example

    Flowgorithm Turtle Graphics Symbols

    Flowgorithm /

    Flowgorithm Turtle Graphics Symbols

    ‹ Flowgorithm Array Types› Flowgorithm Built-in Functions

    Recent Posts

    • Running Tests in Parallel with Selenium Grid
    • Advanced Selenium Features
    • Locating Web Elements
    • Running the Test Script
    • Writing Your First Selenium Test Script
    • Getting Started with Selenium Automation Testing
    • Setting Up the Environment
    • How can you monitor the Quality Assurance Audit?
    • Leveraging LambdaTest with Appium 2.0
    • Appium 2.0 Plugins ListAppium 2.0 Plugins
    • Touch Actions and Multi-Touch Actions
    • Changes in Drivers and Classes
    • Appium Inspector
    • Capabilities in Appium 2.0
    • Appium 2.0 Driver ListAppium 2.0 Driver Installation & Management
    CyberLink Multimedia Software

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com