Ravi Teja
Ravi Teja
Currently, I can see the output in the command prompt as below. - test: # create an entity by POST - name: "Signin Admin User" - url: "/api/v1/user/login" - method:...
I need to give all my parameters in one file i.e variables.yaml and I need to use values of variable.yaml in test_cases.yaml for example: variables.yaml - config: - testset: "Test...
I didn't figure out the issue could someone please help me out - config: - testset: "Api tests" - variable_binds: {user_id: "ravitej", pass: "123456"} - test: #Project_Admin: User Login success...
I need to use base_url passing from the terminal in the middle of below test set URLs. $terminal: pyresttest company.com file_name.yaml in the place of $base_url i need to use...