Enhancing Httprunner Test Cases: Declaration and Reference of Variables (Part 2)
Enhancing Httprunner Test Cases: Declaration and Reference of Variables 1. Variables In HttpRunner, there is support for the declaration (variables) and reference (or{var}) mechanism. Variables can be defined using the variables keyword in both config and step, and can be referenced in test steps using or{var}. The difference is: Variables defined in config are global … Read more