Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
810 views
by Expert (572 points)
In my company, we are planning to start using SeLion framework. Do you have any idea how to use it?
by Master (1.2k points)

1 Answer

1 like 0 dislike
by The go-to Tester (448 points)

What is SeLion:-
SeLion is web application and mobile app automation tool used by an automation testing company. Its uses Selenium WebDriver, ios-driver, Selendroid, appium, Maven and TestNG. It is based on Page Objects methodology and SeLion builds on top of TestNG and Selenium to provide a set of capabilities to run the WebDriver. Both web and mobile applications testing can be done using SeLion. Best part of this tool is that most software testing company are familiar with Selenium , TestNG and this tool is also useful for mobile testing services as well as for Web application.

Pre-requisites to installed the SeLion on your machine are as mentioned below :

1. Java JDK 1.7
2. Maven 3.2.x
3. Web browser. (Firefox <= version 32)

Once you are done with pre-requisites setup, then open the command prompt and navigate to the directory where you want your project to be located and run the below command:

mvn archetype:generate -DgroupId=com.companyName.test -DartifactId=Sample \
  -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
 
The sample project will automatically be generated from the Maven archetype.

Sample/
─ pom.xml
─ src/main/java/com/companyName/test
                     â”€ App.java
─ src/test/java/com/companyName/test
                   â”€  AppTest.java

Once the Maven archetype is completed, update the POM File:
1. In the dependency section, add SeLion artifacts.
2. In the build section, add Maven surefire plugin
3. You can remove the JUnit dependency (as it is not needed)

by Expert (572 points)
Thank you Rajeev


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...