Regression Suite Automation Tool (RSAT) for Finance and Operations

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

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

  • @Rajesh-wy2rb
    @Rajesh-wy2rb 2 года назад

    Its a very good explanation and demoed from end to end..Thank you

  • @penugudurushiva
    @penugudurushiva Год назад

    Very good explanation. Thank a lot.👍

  • @santhoshkaja69
    @santhoshkaja69 3 года назад

    Good Presentation Vipin. I am sharing in linkedin for better reach...👍

  • @sujibusinessadmin4138
    @sujibusinessadmin4138 2 года назад

    amazing stuff...can you please add more similar advanced videos

  • @shakibahashemi5507
    @shakibahashemi5507 9 месяцев назад

    Thanks for sharing this video. I was wondering if a list of these simple test cases (task recording file) is available. Or I need to record all by myself.

  • @shouptikdey2089
    @shouptikdey2089 2 года назад

    Is It possible to edit code behind the recording? say if I can find a xapth and changing it manually with better xpath

  • @anushkajuneja4538
    @anushkajuneja4538 3 года назад

    Hi Vipin, This video is really good for beginners. It would be great if you can come up with more detailed test cases for procurement and other modules.

  • @08mitali
    @08mitali Год назад

    Hi how to share the execution report with the transaction screen shots? I knew , we can only share log file only if the test gets failed , that is also without screen shot. Could you please help me if RSAT have any such options?

  • @atuljain5928
    @atuljain5928 10 месяцев назад

    Thank you so much Vipin Sir. Your videos have always been helpful and informative. I was trying to implement RSAT and was able to run the recorded script successfully. But, On changing the values in the parameter file as mentioned in your demo and saving the same, when I clicked on Run - I observed that the script is getting executed with older values however my parameter Excel file is showing the updated values. Could you please help?

  • @seemayk2805
    @seemayk2805 2 года назад

    Hi Vipin,
    could you please let me know how we can use a custom parameter sheet in the Parameter file. What is the use of Custom parameter.?

  • @shashank370
    @shashank370 Год назад

    Hi Vipin, my organization wants to use RSAT. Do we need RSAT license...?

  • @p.kavyareddy2075
    @p.kavyareddy2075 Год назад

    Hi Vipin, thanks for the vedio.
    Is it possible to prove negative outcome using RSAT tool....
    Senerio : when i filter a value, expected result is that the value doesn't exist..

  • @educorner2024
    @educorner2024 3 года назад

    Hi, please upload Warehouse Management and Advance warehouse management functional d365 full demo

  • @azharbaig397
    @azharbaig397 2 года назад

    Hi Vipin, thanks for this video. RSAT can be called from a Command Prompt or PowerShell window, do you have any video on this..?

    • @viplearningpoint573
      @viplearningpoint573  2 года назад +1

      yes, RSAT is can be run in batch mode using preconfigured scripts. Will soon make a video on that once I get time.

    • @azharbaig397
      @azharbaig397 2 года назад

      @@viplearningpoint573 Thank You

  • @muralikrishna6804
    @muralikrishna6804 3 года назад

    Can you please upload more videos on RSAT.

  • @TheC5s3
    @TheC5s3 2 года назад +1

    Hi Vipin, interesting and useful videos. Can I get in touch with you please?

    • @viplearningpoint573
      @viplearningpoint573  2 года назад

      Yes sure, you can email me or whats-app me. Details in description.

  • @prashanthkotra7756
    @prashanthkotra7756 Год назад

    I am looking for a job on RSAT

  • @nupoorpatel7481
    @nupoorpatel7481 2 года назад

    Hi @ VIPIN, i am receiving an error while running the test case.
    ERROR
    The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

    • @viplearningpoint573
      @viplearningpoint573  2 года назад

      Hi @nupoor, there is some issue with set up or TCP-IP settings, will need to debug it more. If you've set up everything correct, ask the sys admin of project. He/she will help you because this requires troubleshooting. Error is not specific.

  • @honeysweet91
    @honeysweet91 2 года назад +1

    This video is informative and engaging. I have one question could you please help me. I like to enter the customer name with system time and date e.g. Test0106220914 (Test (customer name) 01062022(dd/mm/yyyy)0914(time).

    • @viplearningpoint573
      @viplearningpoint573  2 года назад +2

      Just use the excel functions in the RSAT parameter files, ex- I wanted to create a new item every time using system date so that it doesn’t create duplicate, so I’ll use excel function as explained below:
      Column Z is concat function of columns X, Y where X = static text like "Item" and Y is " = TEXT (NOW(), "YYMMDDHHMMSS")" , now use use the Z column for value in the RSAT parameter file.