qaf icon indicating copy to clipboard operation
qaf copied to clipboard

QAF with 4.0.0-RC3 selinium 4.11 and java 1.8 am not able to excecute api automation please help

Open Kirthika88 opened this issue 1 year ago • 1 comments

getting below exception

Executed Step === Given I request api "rt.api.SOAPXMLTest" msg >>com/github/fge/jsonschema/core/exceptions/ProcessingException msg.getBytes() >>[B@1a38ba58 ProcessedFiles.json Exists ProcessedImages.json Created ===...\runfile_65d5fc8c89022202ecccb0dc\test-results\22_Feb_2024_05_14_am\img\ProcessedImages.json Json File Exist >>> true File name =======> IQT34926_65d5fc8c89022202ecccb0df_soapapi IQT34926_65d5fc8c89022202ecccb0df_soapapi >>> File is already processed Pic Copied & File Generated !!!! ProcessedFiles.json Exists Json File Exist >>> true File name =======> IQT34926_65d5fc8c89022202ecccb0df_soapapi IQT34926_65d5fc8c89022202ecccb0df_soapapi >>> File is already processed Pic Copied & File Generated !!!! Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.02 sec <<< FAILURE! Preparing For Shut Down... Result updator: Completed 1 Remaining 0 result to be update.

Results :

Failed tests: [IQT-34926]_[65d5fc8c89022202ecccb0df]_soapapi(com.qmetry.qaf.automation.step.client.Scenario): com/github/fge/jsonschema/core/exceptions/ProcessingException

my pom details

<sourceVersion>1.8</sourceVersion>
	<targetVersion>1.8</targetVersion>
	<qaf.version>4.0.0-RC3</qaf.version>
	<qaf-support-ws.version>4.0.0-RC3</qaf-support-ws.version>
	<qaf-support-mobile.version>4.0.0-RC3</qaf-support-mobile.version>
	<selenium.version>4.11.0</selenium.version>

Kirthika88 avatar Feb 22 '24 05:02 Kirthika88

Try adding json-schema-validator dependency. You can refer 4.0.0-RC3 dependencies.

cjayswal avatar Feb 28 '24 02:02 cjayswal