Learn ServiceNow Development and Testing | Create Manual Test Case | Create Automated Test Case

Sdílet
Vložit
  • čas přidán 7. 06. 2024
  • If you want to support me then buy me a coffee- www.buymeacoffee.com/saaswnow
    This video shows a demo of Development and Testing in ServiceNow.
    You will learn :
    - How to perform development in ServiceNow as per Acceptance Criteria
    - How to create a Manual Test Case in ServiceNow with Test Management
    - How to create Automated Test Case in ServiceNow with Automated Test Framework
    Our Other training Videos:
    ServiceNow Developer Training : • ServiceNow Developer T...
    ServiceNow Administration Training : • Complete #ServiceNow S...
    ServiceNow REST Integration : • ServiceNow Integration...
    Application Development in ServiceNow : • Learn Application Deve...
    Learn JavaScript with ServiceNow : • ServiceNow JavaScript ...
    ServiceNow Discovery Training : • ServiceNow Discovery T...
    ServiceNow Practical Use Cases : • ServiceNow Practical U...
    ServiceNow Service Catalog Training : • ServiceNow Service Cat...
    ServiceNow Service Portal Training : • ServiceNow Service Por...
    ServiceNow SLA Training : • ServiceNow SLA
    ServiceNow Guide For Developers : • ServiceNow Guide For D...
    ServiceNow Automated Test Framework Training : • Automated Test Framewo...
    Our Telegram Chat : t.me/saasnow
    Our Website: www.saaswithservicenow.in
    Our Facebook Page : / saaswithservicenow
    Our Discord: / discord
    #SAASWITHSERVICENOW #testing #automationtesting
  • Věda a technologie

Komentáře • 13

  • @avinash4421
    @avinash4421 Před 2 lety +5

    Eagerly waiting for atf test cases videos

  • @James-lw3gi
    @James-lw3gi Před rokem +1

    Creating 1x UI Policy and 1x Business Rule would have been far more straightforward.
    I say this as the business case doesn't stipulate the field must update before they save the form.
    Business Rule (on Insert or Update):
    current.assignment_group = current.cmdb_ci.support_group;
    current.update()
    If you really wanted to use a Client Script, you could. As you are only dot walking 1 level the information is still available to you:
    var ci = g_form.getReference('cmdb_ci');
    g_form.setValue('assignment_group', ci.support_group);
    The business rule is by far the easiest and quickest solution to the requirement. Happy to be corrected as I'm still learning too.
    All that being said, learning about glideAjax, script includes and functions is super cool. Thanks for the vid.

  • @mahimaverma3264
    @mahimaverma3264 Před rokem

    Hey hiii... I am following most of your videos and thank you for that.. but I am in need of a detailed video on orchestration and powershell. Request you to post one from basic to detail. Thank you in advance

  • @ishtakulshrestha9666
    @ishtakulshrestha9666 Před rokem

    Can we somehow connect or attach ATF test cases with our manual test cases in Test management ? Not able to figure out how can we make both modules effective for tracking purpose

  • @shraddhapatil4139
    @shraddhapatil4139 Před rokem

    If developer gives a acess to the tester for scripting purpose can tester pass the test data for test cases in dev environment

  • @vinothd9465
    @vinothd9465 Před 2 lety

    In one of my catalog item I need to restrict user when they are impersonating if they are not part of some authorised secure groups

  • @vinothd9465
    @vinothd9465 Před 2 lety

    Hi Gaurav, I had one requirement

  • @avinash4421
    @avinash4421 Před 2 lety

    Already their is a playlist in your channel but those are overview
    I'm looking for practical practices and best scenarios
    Below highlighted concepts also
    Parameterized testing
    Parallel testing
    Mutual exclusive tests

    • @SAASWithServiceNow
      @SAASWithServiceNow  Před 2 lety +2

      This is an example of how can you do development as per requirement and convert that in to Manual and Automation testing. I will cover your topics by this weekend.

    • @avinash4421
      @avinash4421 Před 2 lety +1

      @@SAASWithServiceNow thanks alot

    • @mishraswati25
      @mishraswati25 Před rokem

      @@SAASWithServiceNow you are so kind

    • @sairaghavaonlinesathupally1967
      @sairaghavaonlinesathupally1967 Před rokem

      can i get a job on testing in service now with good pacakage