TestingDocs.com
Software Testing website
  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
  • Questions

RAPTOR Flowchart Symbols

Tweet
Pin it

Document Contents

  • Overview
  • RAPTOR Symbols
  • Start and End Terminator Symbols.
  • Input/Output Symbols
  • Assignment Symbol
  • Selection Symbol
  • Loop Symbol

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

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 -> 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.

 

Input and Output Symbols

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 /

Writing to a file with RAPTOR

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

Tag Cloud

Agile Appium Tutorials C++ Eclipse Tutorials Git Tutorials IntelliJ Tutorials Java Java Tutorial JBehave Jenkins Jira Cloud JUnit Tutorial Maven Object-oriented Flowchart Python Tutorials Raptor Flowcharts Selenium IDE TestLink Tutorials

Random Posts

  • TestLink Bitnami Cloud Image
    Overview In this tutorial, we will see the steps

    Read more

  • Code Coverage Tools
    Overview Let’s look at some of the code coverage

    Read more

  • pCloudy Continuous Testing Cloud
    Overview pCloudy is a continuous testing cloud

    Read more

Latest Tweets

Tweets by @TestingDocs

Back to Top

TestingDocs.com

Privacy Policy

Cookie Policy

  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
  • Questions
www.TestingDocs.com | All Rights Reserved