Skip to content

Commit c56b190

Browse files
Ashish Kumar SinghAshish Kumar Singh
authored andcommitted
created Utility and Manager type
1 parent 09aafe0 commit c56b190

File tree

2 files changed

+50
-18
lines changed

2 files changed

+50
-18
lines changed

.idea/workspace.xml

Lines changed: 28 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git clone
1616

1717
##Project Structure
1818

19-
###Packge Details
19+
#####Packge Details
2020

2121
##### actionHelper : In this package common web functions is present
2222

@@ -31,8 +31,28 @@ DriverManagerType : We have create an enum for Driver types and its definations
3131
```bash
3232
Webdrivers : In this class we are creating driver object on the Basis of DriverType like DriverManagerType.CHROME,DriverManagerType.firefoxdriver
3333
```
34-
##### listners : in this package we are using TestNg ITestlistner for creating report on the basis of Test result
34+
##### listners : In this package we are using TestNg ITestlistner for creating report on the basis of Test result
35+
3536
```bash
3637
TestListner :In this class we have implement ITestlistner provided
3738
```
39+
##### reportManager : In this package we are using Extent report for reporting testCases
40+
41+
```bash
42+
ExtentManager :In this class we are using Extent api and initialization of Extent object
43+
```
44+
45+
##### Pages : In this package all the pages of application is present.
46+
47+
```bash
48+
BasePageClass :In this class we have initialize all the page classes using PagePafctory conecepts(PageFactory.initElements)
49+
```
50+
```bash
51+
HomePage,Login Page :In this class we have all the locators and associated methods.
52+
```
53+
##### TestCases : In this package all the TestCases is present.
54+
55+
```bash
56+
BaseTest :In this class we have initialize drivers and all the pages.
57+
3858

0 commit comments

Comments
 (0)