Xebium
is a package of both Selenium IDE (Ease of Regression Testing) and FitNesse
(ease of Maintenance Acceptance Testing) which enhances us to Automate Web Testing.
Steps to Install Xebium on Windows:
*************************************
Pre-Requisite: Java and Maven must be installed and running in the system without any error
Step.1: Download Xebium from the below resource:
http://xebia.github.io/Xebium/
Step.2: Extract the downloaded Xebium zip file to local drive (e.g. C:/):
Optional Step: We can rename the Xebium Downloaded Folder as per our area of Interest
Files inside the above extracted Xebium Folder:
Step.3: Open a new command (cmd) prompt : Navigate to Xebium folder
Hit Enter for the above Prompt.
Please Type: mvn -Pfitnesse test
Result: Wait till the process completes...
It takes a little more time because Maven will retrieves all supported dependencies into Maven :
Note: Minimize the above running xebium server , please dont shut down till we complete with test case execution
Step.4: Open Browser and type : http://localhost:8000/
Result: Xebium installed and running successfully on the system:
Thanks Much,
** Bin **
Steps to Install Xebium on Windows:
*************************************
Pre-Requisite: Java and Maven must be installed and running in the system without any error
Step.1: Download Xebium from the below resource:
http://xebia.github.io/Xebium/
Step.2: Extract the downloaded Xebium zip file to local drive (e.g. C:/):
Optional Step: We can rename the Xebium Downloaded Folder as per our area of Interest
Files inside the above extracted Xebium Folder:
Step.3: Open a new command (cmd) prompt : Navigate to Xebium folder
Hit Enter for the above Prompt.
Please Type: mvn -Pfitnesse test
Result: Wait till the process completes...
It takes a little more time because Maven will retrieves all supported dependencies into Maven :
Step.4: Open Browser and type : http://localhost:8000/
Result: Xebium installed and running successfully on the system:
** Bin **