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" />
net help for adding information under resultBox
Moderators: Amaradana, TurboPT, TL Developers
Re: net help for adding information under resultBox
I'm not quite sure what you wish to achieve. I gather you want to mark a test case to show that it is currently being executed. (You have test cases which take a long time to execute?)
But why is it important to know that? If you wish to avoid someone else wasting effort by running the same test case, then the TestLink test assignment mechanism would achieve that.
But why is it important to know that? If you wish to avoid someone else wasting effort by running the same test case, then the TestLink test assignment mechanism would achieve that.