Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Frida Task
Frida Task

Frida Task

FridaPlatform

fridaplatform.online
|
17 installs
| (0) | Free
Dedicated task develope to help you integrate you FRIDA Cognitive Testing test cases to your Azure devops pipeline.
Get it free

FRIDA Task

Dedicated task develope to help you integrate you FRIDA Cognitive Testing test cases to your Azure devops pipeline by the use of FRIDA Run Process API and its remote execution architecture, helping you track down bugs and implement a continuous development environment. This extension provides a tasks that you can incorporate into your build definition(s) implementing a quality gate status indicator that will assist you to know if changes are clean and safe.

When you see a 'Green' status, you will know that your application is releasable, providing you the ability to know whether you changes passes or fails the release criteria. At the same time a 'Red' status will serve you track down possible error in your changes that can affect the behavior of the application flow.

Features

Having implemented a security layer the task will need to be configure using you user master key and a private test cases key to be able to run the test, checking for permissions according to the user its configure.

In case you test cases needs additional information (process variables) you will be able to send them as a JSON. It is expected to receive a list of list of variables as it is show bellow:

	[
	{
		"ProcessID" : 6729712 
		,"Variables" : []
	},
	{
		"ProcessID" : 9271436 ,
		"Variables" : [
			{ 
				"VarType" : "TEXT","VarValue" :  
				"Hola Mundo","VarName" : "TextToSearch"  
			}
		]
	}
]

About

Extension developed by Softtek Innovation Team.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft