rohinegi548 / WalletHub-Assignment

Submission of Wallethub initial Screening Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WalletHub-Assignment

Submission of Wallethub initial Screening Test

Manual part: Check Documents Folder

Automation part:

Completed with selenium + testng, Tested on Chrome only as maven project

How to run it (Tested on Windows only)

  • Install: java jdk 1.8, chrome latest version
  • git clone
  • Build module WalletHub-app with Maven
  • Resolve TODO (insert credentials for login/pass in tests class)

public class Facebooklogin {

public static WebDriver driver;
static String baseurl="http://www.facebook.com";
//change username and password here for login
String username="";
String password="";

public class WalletHubReview {

public static WebDriver driver;
static String baseurl="https://wallethub.com/join/light";
static String review_sub_url="http://wallethub.com/profile/test_insurance_company/";
//change username in below URL
static String review_verification_url="https://wallethub.com/profile/username/reviews/";

//change username and password here for login
String username="";
String password="";
  • Run Facebook/Wallethub tests with TestNG OR use testng.xml

Automation test results: Check Video Folder: WalletHub-Assignment/Video/Test Results.mp4

About

Submission of Wallethub initial Screening Test


Languages

Language:HTML 66.1%Language:Java 17.0%Language:CSS 10.1%Language:JavaScript 6.7%