Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jatin99/AutomationFramework

Open more actions menu

Repository files navigation

Owner of the Automation Framework

@Author jatin@testautomationacademy.in

Installation

mvn install

Add the drivers

Update the drivers for chrome browser from https://chromedriver.chromium.org/ and add it into the Drivers

Add the test data

Set your test data in the xlsx file in the Data folder

Usage

public class TC_Parallel1 extends GenericUtils {
	@Test(priority = 1,dataProvider = "LoginAmazonData", dataProviderClass = XLUtils.class)
	public void test(String sUser,String sPwd,String sKey) {
		AmazonPage amzPg=new AmazonPage(Basedriver);
		amzPg.amazonSearch(sKey);
	}

All testcases must extends Generic Utils to use the features

License

MIT

Liked the Framework?

Connect to me on https://www.linkedin.com/in/jatin-sharma-bb365153/ Planning for a job change? Enroll for a 3 months course live with me! and take learn the top automation testing and devops skills live with me!

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.