Difference between revisions of "PKC Login Test Script"

From PKC
Jump to navigation Jump to search
Line 38: Line 38:


[[File:Selenium-opened.png|400px|thumb|center|Selenium Opened Project Screen]]
[[File:Selenium-opened.png|400px|thumb|center|Selenium Opened Project Screen]]
Above is the Scren after the Selenium Project is opened.
 


==Run the testing script==
==Run the testing script==
Line 44: Line 44:


At this point, you are ready to run your test-script. Please click on '''Run Current Test''' button to proceed.
At this point, you are ready to run your test-script. Please click on '''Run Current Test''' button to proceed.
[[File: SelectRunSelenium.png |400px|thumb|center|Selenium Opened Project Screen]]


=References=
=References=

Revision as of 16:47, 4 September 2022

Testing Procedure of PKC LogIn using OSS Selenium IDE

  • The current testing method is applied to frontEnd, only.
  • The current process intends to work as an example to other use cases along the software PKC.
  • Selenium IDE is available on Chrome, MS Edge and Firefox browsers.

Getting Started

Installing Selenium IDE

For Chrome user, please go here
and for Firefox user, please go here
and for Edge user, please go here


Please follow the installation instructions accordingly in each browser and ensure you have successfully installed Selenium IDE

Get the .side file

.side file is the Selenium IDE file, consist of testing file.

Get it from PKC's Gitea Repository here, or you can clone using below command [Linux or Mac]

 git clone https://git.pkc.pub/admin/pkc-login-test-script.git‎

Running the Test Script

Open the .side file using Selenium IDE

Once you get the .side files, which are PKC Login Test.side, please open the Selenium IDE and select Open an existing project as it shows on the following image "Selenium Opening Page".

Selenium Opening Page


Select "PKC Login Test.side" file from your folder and you should see the following:


Selenium Opened Project Screen


Run the testing script

Before you start the script, pleae go to command line no.5 and no.6 to put your github user and password, and Ensure that you have cleared all website History before you run the test-script.

At this point, you are ready to run your test-script. Please click on Run Current Test button to proceed.


Selenium Opened Project Screen


References