https://github.com/mayank-0407/ta-lab-testautomation-
https://github.com/mayank-0407/ta-lab-testautomation-
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayank-0407/ta-lab-testautomation-
- Owner: mayank-0407
- Created: 2024-02-05T09:07:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:36:11.000Z (about 1 year ago)
- Last Synced: 2025-02-06T18:46:23.519Z (4 months ago)
- Language: Java
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TA-lab-TestAutomation-
- To start project
- create new project
- add pom.xml with maven dependency
- than create a class!- https://intellipaat.com/blog/tutorial/selenium-tutorial/
# while creating new project
- create maven project
- enter group and artifact id reverse of each other# for creating test ng project
- firstly create a maven project and add dependencies in pom file
- right click on src/test/java select package and create it
- than right click on that package and select other than select test.ng package.# for creating testNG.xml (index and emailable reports )
- right on project -> at end go to testNG -> convert to testNG
---> in testNG.xml if you want to run only som specific methods than add
- then you can check emailable report and index report# for xslt Reports
- Install Java
- downlad ant 1.10 from this link https://ant.apache.org/bindownload.cgi
- now extract and add path to system variables -> path -> new
- type ant in cmd to check it will prompt build fail ( bcz there is not build.xml )
- Download xslt file from link : https://drive.google.com/drive/folders/1nic2hXP6JYSEMJ-JXS4JBk4MU3VfUiX1 and extract it and paste it in exclipse project
- now run build.xml using ant tool by selecting 2nd tool (option) and tick generate report option ( if error comes run testng.xml file )