Difference between revisions of "PKC Login Test Script"

From PKC
Jump to navigation Jump to search
(Created page with "=Testing Procedure of PKC= Basic Idea is to standardize the testing method using front end process, which are the process that is visible by end user. To automate the process, we need some kind of automation standard that can run web-based script. Most common and mature software that enable such process is Selenium. As we write this documentation, Selenium IDE is available on Chrome and Firefox browser. Before we can proceed, please see Pre-Requisite section below. =Pre...")
 
Line 4: Line 4:
=Pre-Requisite=
=Pre-Requisite=
==Installing Selenium IDE==
==Installing Selenium IDE==
For Chrome user, please go [https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd here] </br>
and for Firefox user, please go [https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/ here] </br>
and for Edge user, please go [https://microsoftedge.microsoft.com/addons/detail/selenium-ide/ajdpfmkffanmkhejnopjppegokpogffp here] </br>
at the moment, those three browsers are the only supported browser by Selenium IDE
==Get the .side file==
==Get the .side file==
==Open the .side file from Selenium IDE==
==Open the .side file from Selenium IDE==
==Run the testing script==
==Run the testing script==

Revision as of 17:25, 31 August 2022

Testing Procedure of PKC

Basic Idea is to standardize the testing method using front end process, which are the process that is visible by end user. To automate the process, we need some kind of automation standard that can run web-based script. Most common and mature software that enable such process is Selenium. As we write this documentation, Selenium IDE is available on Chrome and Firefox browser. Before we can proceed, please see Pre-Requisite section below.

Pre-Requisite

Installing Selenium IDE

For Chrome user, please go here
and for Firefox user, please go here
and for Edge user, please go here
at the moment, those three browsers are the only supported browser by Selenium IDE

Get the .side file

Open the .side file from Selenium IDE

Run the testing script