Friday, March 19, 2021

 Json Path Extractor in JMeter:


Extract Json path value based other key values

Extract Json path value based other key values


$.Items..Name 

$.Items..Status 

$.Items[?(@.Name == '${ReportNameCSV}' )][?(@.Status == '1' )][?(@.Format=='1')].Id










Monday, March 8, 2021

Buiding

dotnet test

dotnet build

dotnet clean

dotnet run --project=D:\cvp-qa-web-ui-tests\cvp_Automation.sln



 CMD To Run from Jenkins Spec flow Project


download NUnit.Console-3.12.0

cd G:\QA\NUnit.Console-3.12.0\bin\net35

nunit-3 console G:\QA\cvp-qa-web-ui-tests\CVP_Tests\bin\FRFood\CVPi_CVP_Tests.dll