<%= form_for(@test_case, url: testcaseprompt_execute_path) do |f| %>
<%= header_text %>

<%= prompt_text %>

<%= f.submit "Execute" %>
<%= hidden_field 'testcase', 'prompt', value: prompt_name %>
<% end %>