Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 825 Bytes

readme.md

File metadata and controls

36 lines (24 loc) · 825 Bytes

#ASQF Assignment

It is recommended to run this project via Itellij by testng.xml

How to run the project :-

  • Open Intellij.

  • From the drop down menu in File select "Open Projects form File System".

  • open the folder from the Project explorer .

  • Right click on the testng.xml file and select run as Testng Suite .

  • Or

  • Extract the file in the desired location.

  • Open CMD in the project directory

  • run the following command.

mvn clean install test

  • Or
  • Change the file location from the batch file by opening it in notepad
  • Save and run

Path For important files :-

  • configuration.properties

This Assignment includes :-

  • 8 API test cases
  • 4 UI based test cases
  • Logger (log4j and RestAssured Log)
  • Properties file (For Test and Configuration Data)