TA execution result not effecting in TM

kumar123
Messages : 2
Inscription : lun. août 03, 2015 8:27 am

TA execution result not effecting in TM

Message par kumar123 »

Hi All,

I followed the user guide and i setup everything in a server for Squash TM and TA with call back. I created a sample test case in TM and mapped with .ta test script. Now when i am trying to execute the automation script from TM, jenkins job was successfully triggered and successfully executed, but the result is not posted in TM.

I have done the call back setup in pom.xml
${ta.tmcallback.reportbaseurl}
${ta.tmcallback.jobexecutionid}
${ta.tmcallback.reportname}


Please help in solving this issue.

The attached screen print from TM, which is remained still same even after execution.
[attachment=288]TM.png[/attachment]

[attachment=288]TM.png[/attachment]
Pièces jointes
TM.png
TM.png (23.2 Kio) Consulté 2201 fois
jsnowe
Messages : 5
Inscription : mer. juil. 29, 2015 5:15 am

TA execution result not effecting in TM

Message par jsnowe »

Same here.

Any help on this ?
kumar123
Messages : 2
Inscription : lun. août 03, 2015 8:27 am

TA execution result not effecting in TM

Message par kumar123 »

No luck, Still same status.

I checked in this forum, almost everyone finally stuck at the same place and there is no proper solution for this issue.

I suspect that, this feature was not developed yet in Squash.
MathildeHdT
Messages : 46
Inscription : ven. févr. 06, 2015 2:51 pm

TA execution result not effecting in TM

Message par MathildeHdT »

You should check your jenkins configuration, there is a problem with the "Jenkins URL" : sometimes it appears on the screen but is not valid.
You should try to put the jenkins URL again even if you see it on your configuration page.
Karim Drifi
Messages : 119
Inscription : lun. nov. 30, 2015 2:45 pm

TA execution result not effecting in TM

Message par Karim Drifi »

Hello,

I just checked the files available from our website and it seems that the pom.xml template for creating a maven project compatible with the TM-TA link have not been updated properly.

Instead of :
[code]
${ta.tmcallback.reportbaseurl}
${ta.tmcallback.jobexecutionid}
${ta.tmcallback.reportname}
[/code]

you should write :
[code]

${status.update.events.url}
${squash.ta.external.id}
${jobname}
${hostname}
${squash.ta.conf.file}
${ta.tmcallback.reportbaseurl}
${ta.tmcallback.jobexecutionid}
${ta.tmcallback.reportname}

[/code]

All apologies for this, I'll make sure the file is up to date very soon.

Regards,

Karim Drifi.
Répondre

Revenir à « Lien cas de test - tests automatisés / Test cases - automated tests link »