0% found this document useful (0 votes)
9 views11 pages

API Notes Rest

The document outlines steps to set up Rest Assured for testing, including copying required dependencies to the pom.xml file and accessing Maven repositories. It mentions that Rest Assured supports Gherkin-style BDD for writing test cases and indicates that there are no prerequisites, allowing the removal of the 'given' section in tests. Overall, it provides guidance on configuring and utilizing Rest Assured for testing purposes.

Uploaded by

vbksaran
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views11 pages

API Notes Rest

The document outlines steps to set up Rest Assured for testing, including copying required dependencies to the pom.xml file and accessing Maven repositories. It mentions that Rest Assured supports Gherkin-style BDD for writing test cases and indicates that there are no prerequisites, allowing the removal of the 'given' section in tests. Overall, it provides guidance on configuring and utilizing Rest Assured for testing purposes.

Uploaded by

vbksaran
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

go to the restassured site and copy all the required dependencies to pom.

xml
go to mvn repositories and copy
Rest assured by default support gerkin style (Bdd style) of writing test cases
no pre requesite we can remove given section

You might also like