Robot Framework Tutorial #11 - Move User Defined Keywords to Resource File

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

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

  • @sahiltherider1
    @sahiltherider1 3 года назад +2

    Hello!!
    Like others, even i got stuck while looking for Mouse Over Xpath but after going through your whole Xpath series, I'd have to say that i'm glad i went through that series as it helped me understand on a deeper level on how to make the Xpath by myself and not just copy them.
    Thank you for the amazing series.

  • @nrg4285
    @nrg4285 3 года назад +2

    eBay updated their website so now the Condition element is a check box, also all the ID's for sub-components are now reactive and change every time you load/refresh. Unfortunately, you cannot follow along the tutorial now but seeing how it works in video is helpful in and of itself.

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

    Great videos, very helpful Many thanks Manish

  • @fadilzineb426
    @fadilzineb426 4 года назад +3


    Hello Could please you show us how you get the xpath of the mouse please , and the verify elements?

    • @softwaretestingmentor
      @softwaretestingmentor  4 года назад

      Hi Fadil, Please find full playlist of XPath tutoial below:
      ruclips.net/p/PLL34mf651faO1vJWlSoYYBJejN9U_rwy-
      Regards,
      Manish

  • @salimisalim7035
    @salimisalim7035 4 года назад +3

    Hello Can you show me how you get the xpath of the mouse please , and the verify elements

    • @softwaretestingmentor
      @softwaretestingmentor  4 года назад

      Hi Salim, Plese find the full playlist below:
      ruclips.net/p/PLL34mf651faO1vJWlSoYYBJejN9U_rwy-
      Regards,
      Manish

  • @mohindersingh9186
    @mohindersingh9186 3 года назад +2

    Hello there! First of all I would like to say that I really enjoyed learning automation with your videos, so thank you for that. On the other hand, we would all have appreciated more had you explained thoroughly how to obtain xpaths for Mouse Over, Mouse Down and then Click Element. You should not have skipped that explaining. The rhythm breaks when suddenly something stops working for you the way it is explained in the video. We're still beginners. We need some spoon feeding. I would appreciate if you can re-upload this video after making requested changes or at least provide a link in comments to your video explaining that. Thank you!

    • @softwaretestingmentor
      @softwaretestingmentor  3 года назад +1

      Hi Mohinder, Thank you for your feedback, I can understand that learning new things become challenging if you get stuck. Please check my XPATH and CSS Selector locator series videos in the robot framework tutorial series and you will learn how to find XPATH and CSS Selectors effectively. Also, kindly note that there is not different technique to find XPATHs for mouse over, Mouse Down etc. These are handled by selenium framework itself and if your locator is correct then all these operations will work as expected if you follow my tutorials. Hope this helps. Thanks, Manish
      Please find the playlist below: ruclips.net/video/zcT8hSipe2A/видео.html

  • @troywest8066
    @troywest8066 4 года назад +1

    This was very helpful, thank you

  • @domenicocrescenzo4788
    @domenicocrescenzo4788 3 года назад +1

    Hi! Thank you very much for your videos, very helpful indeed. I had issues with xpaths for Mouse Over, Mouse Down and then Click Element. I also tried with CSS but nothing. Could it be that the element is simply not there anymore? Thanks

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

    Hello Sir, these vedios are very helpful to me. As per this vedio i have created one small test and its running fine. but for inbuilt keywords its showing undefined keyword with red colour under line. can you pls suggest where is the mistake.
    Thanks in advance.

  • @asimbassra2121
    @asimbassra2121 3 года назад +1

    Great Job..

  • @sqaquester2745
    @sqaquester2745 3 года назад +1

    Hello Manish, I think that eBay website updates their current site. xpaths used in the tutorial under keyword Filter results by condition are not working anymore.

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

      Hi, locators can change anytime for webapplications so do not rely on exact xpath that has been used in tutorials, please follow xpath and css selectors tutorial series to learn how to find locators for any web element on webpage and use those in your scripts. Thanks

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

    is press keys and click element same

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

    Hi, Could you please create a tutorial for how to use a javascript file in the robot framework?

  • @user-uk7mn2sv3l
    @user-uk7mn2sv3l Год назад

    Sir I am getting "Unused Import Statement" issue unable to solve after referring many resources from google.

  • @user-pv3pl3vs1c
    @user-pv3pl3vs1c Год назад

    I'm facing an issue while accessing resource folder from one suite to another suite.
    for example,
    Suite1
    Resources1Folder
    common.robot
    Test1Folder
    test.robot
    Suite2
    Test2FOlder
    test.robot
    I would like to refer to the Resources1Folder/common.robot from Test2.folder.
    ../../Suite1/Resources1Folder/common.robot
    Above is not working.
    Please suggest me the solution.Please direct me to clear documentation How to access resource file from one suite to another suite.

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

    Filter Results by Condition
    click element //span[contains(text(),'Condition')]
    sleep 3s
    mouse down //*[@id="s0-14-11-5-1[0]-53[1]-9-content-menu"]/a[2]/span
    click element //*[@id="s0-14-11-5-1[0]-53[1]-9-content-menu"]/a[2]/span
    Verify Filter Result
    page should contain element //*[@id="s0-14-11-6-3-query_answer1-answer-2-1-0-list"]/li[1]/div/a/div

  • @smarter2610
    @smarter2610 4 года назад +1

    on line 4: Resource file '..\..\Resources\eBay_UserDefinedKeywords.robot' does not exist.
    on line 3: Resource file '..\..\Resources\CommonFunctionality.robot' does not exist.
    No keyword with name 'Start Case' found.
    I did everything like you? What is going on?
    OK I FOUND SOLUTION!!!

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

      hi what was your solution? happens the same to me

    • @smarter2610
      @smarter2610 3 года назад +1

      @@luchogz585 as i correct remember Path was wrong , you have to create folders exactly like in tutorial , something like that

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

      That's great guys! Once you find solution for issues you are facing please post the answer in the comments so it is helpful for others as well. Regards,Manish

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

    🤜🏻

  • @NilaBaba072
    @NilaBaba072 Год назад +3

    Updated/Working Code
    Verify Search Results
    input text //*[@id="gh-ac"] mobile
    press keys //*[@id="gh-btn"] [return]
    page should contain results for mobile
    Filter results by condition
    click element //span[@class='filter-menu-button__button-text' and text()='Condition']
    click element //span[@class='filter-menu-button__text' and text()='New']
    Verify Filter Results
    element should contain //div[text()='New'] New

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

      Thank you very much for the selectors. These work like a charm! :)

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

      @@borhanamini Happy Learning 🤗

  • @salimisalim7035
    @salimisalim7035 4 года назад +1

    ????