Can you do this challenge | SDET Interview Question |

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • Github: github.com/amu...
    Ad free videos : www.testingmin...
    Telegram group link : Ask your doubts directly to me
    t.me/+B9gWYBJU...
    Api testing resources:
    drive.google.c...
    Docker playlist
    • Selenium Framework - P...
    Selenium Automation Framework Playlist
    • Selenium Framework wit...
    Extent Report 5.0.5 Playlist
    • Extent Reports Latest ...
    SDET Package Playlist
    • Selenium Framework - P...

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

  • @TestingMiniBytes
    @TestingMiniBytes  Год назад +1

    We can also pass pojo.toString() with and without implementing toString implementation. Without toString implementation, pojo.toString will return hashcode. This method can get pojo to string for concat operations or for logging purpose

  • @fillerep6659
    @fillerep6659 Год назад +4

    Thank you Amuthan these kinds of videos really help, that's the harsh truth some of us lost our creativity, after joining the IT field.

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

      Not just you. Most of us including me !!

    • @AyyAppA_009
      @AyyAppA_009 Год назад +1

      11:36 agreed amuthan..👍
      Thanks for bringing recap all these great points/scenarios

  • @softwaretestinglearninghub
    @softwaretestinglearninghub Год назад +1

    Thank you for an explanation, very helpful!

  • @roshnray6566
    @roshnray6566 Год назад +1

    Hi Amutham sir ,
    Can you please help with sample Q resume both manual and automation to restructure our resume to get more interview calls

  • @oreo2606
    @oreo2606 Год назад +1

    I also check it's returning string or not.

  • @annuhemnani8350
    @annuhemnani8350 Год назад +1

    We can check with other language String Characters like Chinese, Russian etc.

  • @manishpatidar5379
    @manishpatidar5379 Год назад +1

    Can check for some javascript code as string as well

  • @swapnilbodade1336
    @swapnilbodade1336 Год назад +1

    We can check with NULL as well

    • @TestingMiniBytes
      @TestingMiniBytes  Год назад +2

      I have covered null as first scenario

    • @swapnilbodade1336
      @swapnilbodade1336 Год назад +1

      The question looks easy but too tricky.
      Please cover more such interview questions.

  • @Ashokkumar-os3nx
    @Ashokkumar-os3nx 3 месяца назад +2

    1. "ABC"+"abc", 'abc'
    2. "&uH>213","oJa34np--="
    3. "//s","//a"
    4. "

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

    Will passing concat "+" operator have impact ?

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

    comma seperated value like list and all

    • @TestingMiniBytes
      @TestingMiniBytes  Год назад +1

      You cannot pass list. It will throw a compile time error

  • @arunprasath1725
    @arunprasath1725 Год назад +1

    regular expressions

  • @radhashanmugaraja9172
    @radhashanmugaraja9172 Год назад +1

    Can we check "-123","123" ?