S2E5 Learn JMeter Series - Regular Expression Extractor

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

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

    GitHub Repo: github.com/QAInsights/Learn-JMeter-Series/tree/master/Season2/Reg%20Ex%20Extractor

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

    I'm applauding you, Sir. I've been using the JMeter for a while, and I know the topics. But the way you have explained it - is easy and right on target. It is the best explanation so far I've seen. It will be beneficial for new users.

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

    thank you for this short and simple explanantion.It was helpfull

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

    Great explanation! Your tutorials are clear, concise and beginner friendly!

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

    Very nice explanation Naveen. It's pretty rare that one can watch/listen and apply. With your video I just did. I extracted Authorization token using JMeter RegEx. Thank you.

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

      Many thanks Pavel, please pass it your colleagues :)

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

    Thank you very much for the video, it helped a lot!!!

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

    Very nice tutorial. It helped me a lot.

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

    Much helpful !

  • @manojkumar-fm5hj
    @manojkumar-fm5hj 4 ปีที่แล้ว +1

    Thank you sir it cleared my doubts on this concept

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

    Vera level bro doing great job

  • @marekcelejewski5501
    @marekcelejewski5501 3 ปีที่แล้ว

    Hello Naveen :) Thank You very much for the tutorial but i have one question. For some time i'm struggling with problem how to extract JWT and pass it to the cookie manager. To be precize: i'm testing a service which requires a user to be logged in. To shorthen the test and make it less loaded i tried to skip the login procedure and manually added the correct JWT to cookie manager, but the problem is that it expires after some time and needs to be added manually again, otherwise i have to go through entire logging process which is not very efficient. As You can see it's not very handy solution. So to get through this i extracted with REGEX desired token and tried to pass it as a variable to cookie manager somehow. Tried few solutions from stackoverflow but none of them worked for me. I hope that i described the problem in detail. According to that do You have any idea how it can be solved?
    Regards
    Marek

    • @QAInsights
      @QAInsights  3 ปีที่แล้ว

      Manually adding JWT is not a recommended approach. Generate the token on the fly and extract it. For every 'x' minutes, generate a new token, extract it and send it to the subsequent requests.