Validate value from a streamed file

  • The url of the streaming file can be provided as input in the UI
    • The other alternative is to provide the attribute of the element from where the streamed url needs to be retrieved
  • If the stream url contains a variable – the variable is replaced with the runtime value
  • If the streamed file is an XML file
    • Connect to the URL and retrieve the XML file
    • If the file is gzip-encoded, decompresses it
    • Read the XML file content into memory
    • Validate whether testdata is present in the XML file content.
  • If the streamed file is a PDF file
    • Connect to the URL and retrieve the PDF file
    • Read the PDF file content into memory
    • Validate whether testdata is present in the PDF file content.

Have other questions? Access our full knowledge base!

Verified by MonsterInsights