Creating Your First Test Case in UiPath Studio: Step-by-Step Guide

Поделиться
HTML-код
  • Опубликовано: 4 мар 2024
  • In This Video, Get started with test automation in UiPath Studio by creating your first test case with this easy-to-follow tutorial. Learn the essential steps to design, execute, and validate a test case within the Studio environment. Gain hands-on experience in building robust automation scripts, empowering you to enhance the quality and efficiency of your processes. Join us as we embark on the journey to create your inaugural test case in UiPath Studio.
    -----------------------------------------------------
    My Notepad Data Shown in the Video:
    Test Objective:
    Let us develop an workflow which will test if the input year is a Leap Year or Not?
    Scenario 1: Result: Passed
    Given : 2024 (Input)
    When : run the RPA workflow
    Then: It should give the ouput as: "This is a Leap Year"
    Scenario 2: Result: Passed
    Given : 2025
    When : run the RPA workflow
    Then: It should give the ouput as: "This is NOT a Leap Year"
    Scenario 3: Result: Passed
    Given : Two Thousand Twenty Four
    When : run the RPA workflow
    Then: It should give the ouput as: "This is an Invalid Data"
    Verification failed. The expression 'Output = "This is NOT a Leap Year"' returned 'False'.
    Verification passed. The expression 'Output = "This is NOT a Leap Year"' returned 'True'.
    For Success! Do Not Skip, Learn in Detail, Learn Daily ....
    ------------------------------------
    Get Answers to:
    What is testing in UiPath?
    ------------------------------------------
    #uipathcertification #uipath #exampreparation #uipathcommunity #uipathtutorial #uipathtraining #uipathdeveloper
    Link to100+ Python HandsOn Exercises:
    • Python Count Frequency...
    Important Links:
    🔥 Visit Channel : / automatewithrakesh
    🔥 To Subscribe : bit.ly/3J6b48k
    🔥 Python Videos : bit.ly/3r4AXzd
    🔥 UiPath Videos : bit.ly/3udDx8a
    🔥 Linkedin : bit.ly/3J6bMm0
    🔥 Fb UiPath Grp : bit.ly/3x2iZ4d
    🔥 Fb Page : bit.ly/3LMeXkn
    Thanks for watching, please do subscribe.
    Link to UiPath Beginners Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath Excel and DataTable Playlist:
    • UiPath Tutorial | Buil...
    Link to UiPath Key Technique Playlist:
    • Move File Uipath | Uip...
    Link to UiPath Email Automation Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath PDF Automation Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath ReFramework Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath Classic and Modern Excel Activities Playlist:
    • UiPath Tutorial | UiPa...
    Link to UiPath Regular Expression Playlist:
    • Uipath Regex
    Link to UiPath Orchestrator Playlist:
    • Uipath Orchestrator Ho...
    Link to Advance UiPath Orchestrator Playlist:
    • How to Use Storage Buc...
    Link to UiPath VB dot Net PlayList:
    • UiPath VB.Net Complete...
    Link to UiPath Use Case Playlist:
    • UiPath Birthday Remind...
    Link to UiPath Selectors Playlist:
    • UiPath Introduction to...
    Link to UiPath Enhanced Selectors Playlist:
    • UIPath Enhanced Select...
    Link to UiPath Computer Vision Playlist:
    • Learn UiPath Computer ...
    Link to UiPath Interview Series Playlist:
    • UiPath Interview Quest...
    Link to UiPath Document Undestanding Playlist:
    • UiPath Document Unders...
    Link to UiPath Action Center Playlist:
    • UiPath Action Center i...
    Link to UiPath Error and Fix Playlist:
    • UiPath Error Message#1...
    Link to UiPath Activities Playlist:
    • Parallel For Each in U...
    Link to UiPath Certification Playlist:
    • UiPath DataTable Selec...
    Link to UiPath Background Automation Playlist:
    • Background Process Aut...
    Link to UiPath Logs Playlist:
    • UiPath Logs | UiPath L...
  • НаукаНаука

Комментарии • 14

  • @laxmime2572
    @laxmime2572 3 месяца назад

    This is really helpful

  • @naimtkhalid3159
    @naimtkhalid3159 4 месяца назад

    "Wow, this tutorial is really interesting! I've been eager to learn how to create test cases in UiPath Studio, and this step-by-step guide makes it so clear and easy to follow. Can't wait to try it out and start automating my workflows. Thanks for sharing this valuable resource!"

  • @elcarryboo9344
    @elcarryboo9344 5 месяцев назад +1

    Thank you very much ! It’s very clear !

  • @RKRAOHRMS
    @RKRAOHRMS 8 дней назад

    When i pass input variable "Two Thousand Twenty Four" i am getting Assign: Conversion from string "Two Thousand Twenty Four" to type 'Integer' is not valid.

  • @dr_pngl
    @dr_pngl 4 месяца назад

    Completed.

  • @amanipalthepu2050
    @amanipalthepu2050 2 месяца назад

    How to get output when it is thrown error without output argument in test cases

  • @shravankv7065
    @shravankv7065 3 месяца назад

    completed

  • @mharish83
    @mharish83 5 месяцев назад

    Rakesh, could you please split this video series in a separate playlist regarding TestManager, TestCases, LINQ queries - Thank you in advance...!

    • @AutomatewithRakesh
      @AutomatewithRakesh  5 месяцев назад

      Sure will do just waiting for all the topics to finish and I will organise

    • @mharish83
      @mharish83 5 месяцев назад

      @@AutomatewithRakesh Thank you so much for your spontaneous response...!

  • @srivennila9574
    @srivennila9574 3 месяца назад

    Thankyou for detailed explanation on Test cases 👍 😊

  • @nukalasravanthi3945
    @nukalasravanthi3945 5 месяцев назад

    Hi rakesh,thank you.i practiced as you said. but when i run the second test case the output will be like this Verification failed. The expression 'Result ="This is a leap year"' returned 'False'.
    i given an input 2024 only,the above shown message in red color.i check this for three cases it is showing in red color only.i deleted once the test case workflow and created and tested it again.but it gives me result in red colour and verification failed

    • @AutomatewithRakesh
      @AutomatewithRakesh  5 месяцев назад

      Check the logic and check the spelling is it is matching in verification activity, instead of equality use contains