Skip to content
#

datadriven

Here are 23 public repositories matching this topic...

java+RESTassured+testng for ApiTest 已完成,可进行正常的接口测试,以后有扩展会不断丰富它 ,要注意框架中用企业微信和百度搜索的接口举例,由于百度接口不用 token 即可搜索,所以百度搜索无问题,而企业微信需要 token 信息,我把自己隐私的 token 信息已经清除了,需要各位自己注册企业微信,然后使用自己的 corpid 和自己通讯录的 corpsecret 放在 testng.xml 中的参数中即可正常测试!

  • Updated Aug 17, 2020
  • Java

The framework is Data driven and keyword driven. it is divided into 4 packages out of which driver class is the main class in which entire execution takes place, user need to provide request parameter,API Endpoint,validator method as per API. it consist of maven dependencies, testng,apachepoi,testNG annotations and allure testng for reporting.

  • Updated Apr 6, 2023
  • Java

In My framewrok using excel-sheet i am passing the request parameter(i.e name and job). i have written small methods for these validating the parameter and using testng assert class validated these parameter. after that using file creator method saved the result in a file and generated the allure report using Testng annotations @test .

  • Updated Apr 6, 2023
  • Java

Improve this page

Add a description, image, and links to the datadriven topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datadriven topic, visit your repo's landing page and select "manage topics."

Learn more