Це відео не доступне.
Перепрошуємо.

Automation Testing in Salesforce - Webinar | Complete Overview (2020)

Поділитися
Вставка
  • Опубліковано 27 лип 2024
  • Introduction to Automation testing in salesforce using Selenium. It involves the procedure to configure selenium with java and writing automation scripts to perform testing in Salesforce.
    Cloud Analogy is a premier Salesforce development company that helps organizations across the world in planning, designing, implementing, and transforming Salesforce-based business solutions. We help you identify the right Salesforce.com product and guide you with the right customizations. Cloud Analogy also helps you increase revenues by assisting you with identifying and deploying the best process workflows so that you can use Salesforce products most efficiently.
    👇 For more case-studies and Guides Follow-us👇
    Hire-us at 👉bit.ly/2VhRb9p
    Connect with us on LinkedIn 👉bit.ly/33Q77mB
    Follow us on Facebook 👉 / cloudanalogy
    Follow us on Twitter 👉 / cloudanalogy
    Follow us on Pinterest 👉 / t
    #Automation #Testing #Salesforce #Cloudanalogy

КОМЕНТАРІ • 29

  • @misbahshaikh2422
    @misbahshaikh2422 4 роки тому +3

    Excellent video, it shows the complete demonstration and is really help to understand unlike just reading documents. Here we have demos with examples.
    Great Efforts!

  • @sairamakanthlingaparthi4095
    @sairamakanthlingaparthi4095 4 роки тому +1

    Awesome Video Thanks for ur efforts

  • @SaddestBugsBunny
    @SaddestBugsBunny 4 роки тому +1

    It would be interesting to find out about a validation test results and about a structure of real test project

  • @LorigemiMasters
    @LorigemiMasters 3 роки тому +2

    Nice video ..Thanks for posting the salesforce testing video ..Can you guide me what are the exact things salesforce manual tester will do as part of salesforce testing ?
    How salesforce requirements will look ? any examples can you post here ?

    • @CloudAnalogyCRMSpecialist
      @CloudAnalogyCRMSpecialist  3 роки тому

      Please drop us an email at info@cloudanalogy.com sharing your project requirements, and we will try to help you.

  • @SriIntelligenceComp
    @SriIntelligenceComp 3 роки тому +2

    Thank you for great demo. What are the pragmatic challenges using selenium to automate salesforce apps in general? like dynamic DOM elements and how do you approach to resolve them?

    • @CloudAnalogyCRMSpecialist
      @CloudAnalogyCRMSpecialist  3 роки тому

      Please drop us an email at info@cloudanalogy.com sharing your project requirements, and we will try to help you.

  • @hiteshshah5058
    @hiteshshah5058 3 роки тому +1

    Good video, please help us in automaton of account/opportunity record creation through selenium web driver code (Lightning interface) . How to handle lookup field, date , validation error, pop-up window etc,

  • @favmuzic
    @favmuzic 3 роки тому +1

    This is a great video, I am trying to automate Manage Users, when I am saving a user, there is alert. Can you please advise how to get it to be accepted. I tried accept() and did not work for me. Thanks!

    • @CloudAnalogyCRMSpecialist
      @CloudAnalogyCRMSpecialist  3 роки тому

      You can use alert interface in Selenium. Just create an object in Java for alert interface, you will be able to use couple of methods inside the alert interface like accept(), dismiss() etc.
      Just this piece of code should help :
      Alert alert = driver.switchTo().alert();
      alert.accept();

  • @avishekbehera
    @avishekbehera 4 роки тому +1

    Great video.
    I want to look an opportunity into salesforce testing, what are skills do you recommend to get a job on the same?

    • @CloudAnalogyCRMSpecialist
      @CloudAnalogyCRMSpecialist  3 роки тому +1

      We're glad you liked the video.In response to your question, we would recommend that you should have below skills:
      1. DevOps & Agile Methodology
      2. Automation Tools/Methods: You can learn selenium or TOSCA
      3. Programming Language: You should have a good knowledge of at least one language in order to understand the workarounds of the application
      4. Logical Reasoning and thinking
      5. Good communication skills
      6. You should know how to create Test Plans and Document those

  • @vanathip4000
    @vanathip4000 4 роки тому

    Hey What do you mean by packages?I have followed every step of your video.Could you explain in detail about the package folder you have mentioned.

  • @Star-vg7ix
    @Star-vg7ix 3 роки тому +1

    Good explanation but I cannot see the screen text properly. A zoom tool should have been used.

  • @reshmapatil3473
    @reshmapatil3473 4 роки тому

    How to handle the verification code displayed after entering credentials?

    • @CloudAnalogyCRMSpecialist
      @CloudAnalogyCRMSpecialist  4 роки тому +1

      Hello Reshma,
      Thanks for watching here is your answer for the above query
      Fix 1 : Whitelist IP in your org so that you don't have to enter the verification code again & again.
      Fix 2 : After loging in your org through your credentials. In your code take input from the user(input from the console window in eclipse) and store it in a string. Thereafter inspect the textbox element where code is entered and pass the string value in the text box. Remember to introduce some wait when you are asked to enter the code so that it waits for the user input and doesn't breaks the code.

    • @reshmaasrani57
      @reshmaasrani57 4 роки тому

      @@CloudAnalogyCRMSpecialist Hello, thank you for the amazing video.
      1) I tried the fix 1 to whitelist IP from Network Access settings by adding new IP to trusted range. However, I am still asked verification code in automation scripts.
      2) I also tried to remove 2 factor authentication
      3) Also tried chrome settings to allow cookies/caching for *.salesforce.com
      Unfortunately, none of them works. Any suggestions, as I am totally stuck here.. Appreciate your help here, thanks!

  • @meghanappawar1109
    @meghanappawar1109 4 роки тому

    How to handle 2 factor authentication in salesforce?

    • @CloudAnalogyCRMSpecialist
      @CloudAnalogyCRMSpecialist  4 роки тому

      Thanks for Commenting we will get back to you soon.

    • @ooglift
      @ooglift 3 роки тому

      via totp protocol, will make a webdriver.io demo.

    • @nick_Aus
      @nick_Aus 3 роки тому +1

      I am a salesforce automation tester and i get this 2 factor authentication disabled before testing. In test org u can do this.

  • @funreader6659
    @funreader6659 2 роки тому

    can you please let me know how to connect with you