КОМЕНТАРІ •

  • @gaddipatiprabhakar2889
    @gaddipatiprabhakar2889 9 місяців тому +1

    Thank you for Starting Core Subject Sir 🎉🎉

  • @prashanthichalla854
    @prashanthichalla854 9 місяців тому

    Thanks for the valuable content

  • @sasikalakesavan532
    @sasikalakesavan532 9 місяців тому

    Thanks for the video

  • @venkya1469
    @venkya1469 3 місяці тому

    Hi @Bajj , Can you please explain how we can username and password as encrypted format. the requirement we have 120 users but the username is passing in encrypted format.

    • @BajiPathanYT
      @BajiPathanYT 3 місяці тому

      Can you please explain little bit more about this requirement?

    • @venkya1469
      @venkya1469 3 місяці тому

      We need to send username and password in encrypted format. for ex: we will give username and password in userdefined variables, but in the request these values must be in encrypted format.

    • @venkya1469
      @venkya1469 3 місяці тому

      also in simple way How to convert a userName “Bajj pathan” to encrypted format in Jmete.

    • @BajiPathanYT
      @BajiPathanYT 3 місяці тому

      @@venkya1469 Thank you for sharing the requirement in detail. In this case, we may need to use JDR223 sampler and write the logic to convert them in the desired encoded format and pass it to the request. In this case, you can still store the usernames as plain text as the encryption is happening runtime before passing the values. Hope that helps.