About 107,000 results
Open links in new tab
  1. How can I write a Jenkins email-ext template to display test results ...

    Jul 4, 2012 · In Default Content form in the email-ext configuration, using FILE token to send the email directly ${FILE, path="email.html"} In step 1 above, you can also use more flexible way for your own …

  2. Manual Test Script Templates - Stack Overflow

    Oct 11, 2009 · Software Testing --> Need a good templates (in Excel) to write manual test cases for Functionality Testing and End to End Testing.

  3. How to use script from template in .gitlab-ci.yml

    Jun 29, 2022 · How to use script from template in .gitlab-ci.yml Asked 3 years, 5 months ago Modified 3 years, 5 months ago Viewed 4k times

  4. How to render a qweb template by action button? - Stack Overflow

    May 10, 2023 · The script will be executed when the template is rendered from a controller. For the qweb view, you can create a custom renderer and override the _render function to move the script to …

  5. Explanation of <script type = "text/template"> ... </script>

    Those script tags are a common way to implement templating functionality (like in PHP) but on the client side. By setting the type to "text/template", it's not a script that the browser can understand, and so …

  6. How to change bug template invoked from test excution

    Sep 19, 2013 · Explained all this, what I need is that MTM populates the bug invoked from Test Result form and from the test case execution with my script template plus the steps from the "Test Case" …

  7. Check if JSON file matches template- Powershell 5

    Mar 14, 2023 · I'm looking for a way to check if file provided to the script matches a schema that is required by the script. My powershell version is 5 so no access to Test-Json cmndlet.

  8. azure - Validate/Deployment ARM Template in Visual Studio with …

    Mar 25, 2021 · Regarding the issue, we can open a PowerShell session with PowerShell 7 to run the script. If you want to validate arm template, we can use the command Test …

  9. How to call Azure Actions (REST API via http POST) in Azure ARM …

    May 15, 2023 · 0 I want to do the following stuff via Azure ARM template: create an Azure resource Azure Spring Apps Service via ARM template call the Action enable-test-endpoint for the resource in …

  10. Is there a way to unit test AWS Cloudformation template

    Oct 28, 2016 · Design the template to return Stack Outputs reflecting behavior that you want to test. After the stack is created by the scripting language, compare the stack outputs against expected …