TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • TestNG
  • Tools
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Raptor Flowchart

RAPTOR Flowchart Symbols

Overview

In this tutorial, let’s discuss the RAPTOR flowchart symbols. A RAPTOR flowchart is a combination of different symbols that can be added to the flowchart from the Symbols area.

RAPTOR Symbols

 

Input and Output Symbols

Different symbols available in RAPTOR are:

Assignment Symbol -> The assignment symbol is used to give a variable a numeric or string value.
Call Symbol -> The call symbol is used to make calls to outside procedures, such as graphics routines.
Input Symbol -> The input symbol is used for getting input from the user.
Output Symbol -> The output symbol is used to display text to the master Console.
Selection Symbol -> The selection structure is used for decision making.
Loop Symbol -> The loop structure is used for iteration and repetition.

Return Symbol -> return symbol is used to return to the caller. This symbol is used in Object-oriented mode.

Start and End Terminator Symbols.

The oval symbols are used for Start and End Terminator symbols. We can use this symbol for the start and end of the flowchart.Each flowchart has a Start point and an End point.

Start and End

Input/Output Symbols

A parallelogram is used for input and output data to the flowchart. The Input symbol is used to prompt the user to enter information. The information is stored in variables.

The output symbol is used to print the information to the MasterConsole window or to redirect it to a file.

Assignment Symbol

A rectangle is used for the process symbol. The processing statements and calculations can be done in this block.The assignment symbol is used to assign a variable or to change the value of a variable.

count <- 1

sum <- a + b

The right hand side is evaluated first and then the value is assigned to the left hand side variable.

Selection Symbol

The diamond structure is the Selection symbol. Selection symbol is used for making decisions in the flowchart. The decision expression is entered in the diamond.

Selection FLowchart Symbol

Loop Symbol

Loop symbol is a repetitive structure in RAPTOR flowchart. The Loop symbol is used to repeat a set of steps in the flowchart until the loop condition is met.

 

Loop Symbol Flowchart

 

These are the important and basic flowchart symbols that are commonly used in the RAPTOR flowcharts. Note that the symbols are limited w.r.t the RAPTOR flowchart. Apart from these symbols, normal flowcharts might have other symbols that we can use in the flowcharts.

 

RAPTOR tutorial page: https://www.testingdocs.com/raptor-a-flowchart-tool/

Flowchart examples: https://www.testingdocs.com/raptor-flowchart-examples/

RAPTOR official website: https://raptor.martincarlisle.com/

Related Posts

RAPTOR flowcart to write to a file output

Raptor Flowchart /

Write to a file with RAPTOR flowchart

Raptor Flowchart /

Simulation of probabilities die roll using Raptor Flowchart

String length

Raptor Flowchart /

String Operations in Raptor Flowchart

Demo flowchart

Raptor Flowchart /

Raptor Subcharts Demo Flowchart

User input validation in Raptor flowchart

Raptor Flowchart /

User input validation in Raptor flowchart

‹ RAPTOR Flowchart Fundamentals› Features of Raptor Flowchart

Recent Posts

  • Antivirus Products for Windows 11 PC
  • Install CodeBlocks IDE on Windows 11
  • Location Privacy Settings on Windows
  • Windows 11 Virus & Threat Protection
  • Download & Install Python on Windows 11
  • Cumulative Update for Windows 11 Version
  • Test execution speed in Selenium IDE
  • Check Windows 11 Free Upgrade
  • Download IntelliJ IDE on Windows 11
  • New MySQL Connection in Workbench

Back to Top

Automation Tutorials

  • JBehave Tutorial
  • Selenium Tutorial
  • TestNG Tutorial
  • JUnit Tutorial

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version