Katalon Studio Docker Linux Jenkinsfile Pipeline Demo with Examples and practical | Raghav Pal

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

ความคิดเห็น • 51

  • @pchiadzwa
    @pchiadzwa ปีที่แล้ว +1

    My first time ever paying a 'youtuber' 🙂 Really practical guide. Thank you.

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      You're very welcome!

  • @MisbahulIhsan
    @MisbahulIhsan 2 ปีที่แล้ว

    Thank You for updating video Katalon series. 👍

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @이두산-v4f
    @이두산-v4f 2 ปีที่แล้ว

    Great Of All Time!! Explanation so good !!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Glad it was helpful!

  • @aponipablobol-anon5941
    @aponipablobol-anon5941 2 ปีที่แล้ว

    Very helpful video. Thank you very much for sharing this.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @seenuvlr
    @seenuvlr 2 ปีที่แล้ว

    Great Explanation and useful info. Thanks ragav

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Always welcome

  • @magesh7046
    @magesh7046 ปีที่แล้ว +1

    Great explanation. But I faced below error while trying to run in Docker
    WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Hi Mangesh
      Sure, I can help you with that. The error message "WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested" means that the image that you are trying to run is for the amd64 architecture, but the host machine that you are running it on is arm64 architecture.
      To fix this error, you need to use an image that is compatible with the host architecture. You can find a list of available images on the Docker Hub.
      For example, if you are running on an arm64 machine, you would need to use an image that is tagged with `linux/arm64`.
      Here is an example of how to run a Katalon Studio image on an arm64 machine:
      ```
      docker run -it --rm katalonstudio/katalon
      ```
      This will run the Katalon Studio image in a Docker container. The `-it` option will allow you to interact with the container, and the `--rm` option will delete the container when it is finished running.
      I hope this helps

  • @tha5568
    @tha5568 9 หลายเดือนก่อน

    Thank you

    • @RaghavPal
      @RaghavPal  9 หลายเดือนก่อน

      Most welcome

  • @nikolaurevac7175
    @nikolaurevac7175 2 ปีที่แล้ว +1

    Hi Raghav, please can you record how to run jmeter tests from Docker image soon? Thanks in advance!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      I will plan Nikola

  • @rifanmeldiana2825
    @rifanmeldiana2825 ปีที่แล้ว

    Hi
    This video very helpful with good explanation. May i know how to ci for andorid/ios automation using katalon ? Can use same step ?

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Steps will be the same, setup will differ

    • @rifanmeldiana2825
      @rifanmeldiana2825 ปีที่แล้ว

      @@RaghavPal it will be good if you have video like this for android and ios .

  • @ranjithj982
    @ranjithj982 2 ปีที่แล้ว

    Excellent work 👍

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks Ranjith

  • @Focus-Automation
    @Focus-Automation 2 ปีที่แล้ว +1

    Hi Raghav... Can you please create a video on Azure Devops and Katalon integration. Thanks 🙏

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +2

      Sure, I will record as soon as I get some time

    • @Focus-Automation
      @Focus-Automation 2 ปีที่แล้ว +1

      @@RaghavPal Thanks a lot 🙏

  • @niceboyap2008
    @niceboyap2008 2 ปีที่แล้ว

    Hi Raghav ...its too usefull video..do video on Azoor also and how to creat script and how to trigger tests in CLI mode...
    Thanks alot..

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @naveenkdhanush
    @naveenkdhanush 2 ปีที่แล้ว

    Hi Raghav, Thanks for the great explanation..👍
    Is it possible to achieve the same process with Selenium instead Katalon studio..!!! Pls do explain.
    If possible make a video on it.. 🙏

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Hi Naveen, yes you can do similar process with Selenium, can automate tests with selenium, get commands for execution and then integrate with CI CD process

    • @naveenkdhanush
      @naveenkdhanush 2 ปีที่แล้ว

      @@RaghavPal Thanks, will give a try..

  • @thebeast2214
    @thebeast2214 2 ปีที่แล้ว

    Hey Thank your for these very helpful videos,
    But one qs : don't you think that we are getting error messages?
    this one ---> bind() failed: Cannot assign requested address (99) ... ??
    and ---> ... 0/1(0%)
    if not! please explain that to me

    • @thebeast2214
      @thebeast2214 2 ปีที่แล้ว

      oooh, found that chrom test on IPV6 before IPV4

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      great, keep learning

    • @thebeast2214
      @thebeast2214 2 ปีที่แล้ว

      @@RaghavPal thanks
      one other qs please: i am trying to create jenkins also as a container, and i have troubles with calling docker cmds from inside jenkins
      any solutions ?

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      will need to check the error message details

  • @kavyagahlot07
    @kavyagahlot07 2 ปีที่แล้ว

    Hi Raghav, I am getting this error . Could you please help. Activating...
    Start activating offline...
    Search for valid offline licenses in folder: /root/.katalon/license
    The number of valid offline licenses: 0
    Start activating online...
    Project path is a folder.
    Cleaning up workspace
    Opening project file: /tmp/project
    Invalid argument: Cannot find project '/tmp/project'.
    All launchers terminated
    + ret_code=4
    + exit 4
    Build step 'Execute shell' marked build as failure
    [WARN] Not a WorkflowRun, onCompleted won't be propagated to listeners
    Finished: FAILURE

    • @kavyagahlot07
      @kavyagahlot07 2 ปีที่แล้ว

      Thanks Raghav for very informative series. Could you please help me for above query.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Hi Nishant, pls check the command you have given in jenkins, does it contain your katalon api key

  • @bhushanchauragade184
    @bhushanchauragade184 2 ปีที่แล้ว

    Hi sir,
    Can u make tutorials on ansible

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Yes, sure Bhushan, I will plan for it

  • @NitinNandanwar
    @NitinNandanwar 2 ปีที่แล้ว

    Hi. From my mistake i open jmx file with pdf, now every jmx file shown as pdf file, can you help to resolve this

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Hi Nitin, can try this, do right click on the file and goto properties and there you may find default opening format or software

  • @jeffreydaniel798
    @jeffreydaniel798 2 ปีที่แล้ว

    Is katalon studio open source ?

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      No Longer Jeffrey, there is a free version, but its very limited

  • @NitinNandanwar
    @NitinNandanwar 2 ปีที่แล้ว

    Hi raghav, need your help

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Hi Nitin, sure pls tell me

    • @NitinNandanwar
      @NitinNandanwar 2 ปีที่แล้ว

      @@RaghavPal how we create test for 1000 vu for 1 hour continuesly

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      CAn check this stackoverflow.com/questions/65472714/how-to-configure-jmeter-for-1-hour-endurance-test