Skip to content

SanthoshJeeva440/chrome-extension-testng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Selenium With TestNG - Chrome Extension Automation

Introduction

Selenium is an open-source, automated testing tool used to test web applications across various browsers. Selenium can test web applications against various browsers like Firefox, Chrome, Opera, and Safari, and these tests can be coded in several programming languages like Java, Python, Perl, PHP, and Ruby

Pre-Request Installation

1. Java

2. Maven

3. Intellij IDE

Maven Life Cycle

1.Clean

mvn clean

2.Install

mvn install

3.Test

mvn test

Maven Execution

Execute Single Test Suite

mvn test -Dtest=TC_01

Execute All Test Suite

mvn test

Execute Single Test Suite Package

mvn test -Dsuite-xml=e2eTest.xml

Environment Test

QA

mvn test -Denv=qa

DEV

mvn test -Denv=dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published