Ordered Execution: Finding json file in order to set variables

GetAutomationRight
Messages : 1
Inscription : mer. avr. 11, 2018 6:28 am

Ordered Execution: Finding json file in order to set variables

Message par GetAutomationRight »

I want to create variables in squash then after in Jenkins to recuperate values in my comand.bat

I am in this part of the documentation :
https://sites.google.com/a/henix.fr/wik ... parameters
part Ordered execution.

I want to if I have to find a JSON file that resembles: {
"test" : [{
"script" : "pathToMyscript1", // Path to the test script to execute
"id" : "TestCase1", // Test execution identifier
"param" : { // Script parameters
"property1" : "value1",
"property2" : "value2"
}
}
Or should I create this file and write it myself ? If so where should i add this file ?
qdusser
Messages : 55
Inscription : lun. mars 05, 2018 2:56 pm

Ordered Execution: Finding json file in order to set variables

Message par qdusser »

Hello MisterP,

This file has to be created and placed as a test resource in your Squash TA project.


To help you, I'd need more informations about what you try to achieve. Are you using Squash TM? / Squash TA? (which automation technologies do you use? selenium? sahi?). What type of variables do you want to create?

For a better understanding of the use of this json file check out the block "Variable transmission between Squash-TM and Squash-TA" on this [url=https://sites.google.com/a/henix.fr/wik ... user-guide]link[/url].

Best regards,

Quentin
Répondre

Revenir à « Reporting »