Skip to content

Instantly share code, notes, and snippets.

@sid226
Created April 24, 2019 12:29
Show Gist options
  • Save sid226/4b23899b545dd75146316fe74ad76437 to your computer and use it in GitHub Desktop.
Save sid226/4b23899b545dd75146316fe74ad76437 to your computer and use it in GitHub Desktop.
pds_testcase_document

Steps for running the PDS UI testcases

The instructions provided below specify the steps for running testcases using the Selenium IDE browser extension .

NOTE: Testcases have been tested with following System Specifications:

  • Chrome : Version 73.0.3683.103 (Official Build) (64-bit)
  • OS: Windows 7

Step 1: Install prerequisite

  • Install Chrome browser here

  • Install the Selenium IDE extension for chrome here

Step 2: Import testcase into selenium IDE

  1. Open the selenium IDE
  2. Choose Open an existing project
  3. Import the testcase file PDS.side

Step 3: Run testcases

  • Run all tests

    Click on the Run all tests icon to run all testcases

  • Run Individual Test suite

    Click on the dropdown next to Tests , select Test suites select any test case from the test suite, Click on the Run all tests icon

Step 3: Verify testcases

  • To verify if All test cases Pass

Press Ctrl + F and search for 'Failed' If all tests pass successfully, status should be 'OK'

Additional steps

  • Add a suite To add a suite, click the + symbol at the top of the left side-bar menu to the right of the Test Suites heading, provide a name, and click ADD.

  • Add a test to a suite To add a test to a suite hover over the suite name, then do the following:

  1. Click on the icon that appears to the right of the Test Suites heading
  2. Click Add tests
  3. Select the tests you want to add from the menu
  4. Click Select

For more info check here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment