Hello,
I need help, I whish to add information on resultBox of the result test case. I want to add button just for informing test users in my company.
this information is "test case being", sorry in french is "en cours d'exécution", just informational.
I don't find any file under testlink where I could modify or add this information. I have looking everywhere in the code source even of the sourcecode of div.resultBox
This source code comes from the page sreen of browser where I have the ckeckbox displayed, but When I look for finding it, I have no result.
Thanks lot for your help.
div class="resultBox">
<input type="radio" name="status[4516]"
id="status_4516_n"
value="n"
checked="checked"
/> Non exécuté<br />
<input type="radio" name="status[4516]"
id="status_4516_p"
value="p"
/> Réussi<br />
<input type="radio" name="status[4516]"
id="status_4516_f"
value="f"
/> En échec<br />
<input type="radio" name="status[4516]"
id="status_4516_b"
value="b"
/> Bloqué<br />
<br />
onclick="document.getElementById('save_button_clicked').value=4516;return checkSubmitForStatus('n')"
value="Enregistrer l’exécution" />
<input type="submit" name="save_and_next[4516]"
onclick="document.getElementById('save_button_clicked').value=4516;return checkSubmitForStatus('n')"
value="Enregistrer et passer au suivant" />