Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LR body in the request should be one row #40

Closed
annapuskarjova opened this issue Jul 1, 2016 · 3 comments
Closed

LR body in the request should be one row #40

annapuskarjova opened this issue Jul 1, 2016 · 3 comments

Comments

@annapuskarjova
Copy link

Currently in some cases the request body in not generated in one row and LoadRunner throws script compilation error.

web_custom_request("POST to http://localhost:8080/cih/api/contracts/%28contractId%29/involvedparties/",
"URL=http://localhost:8080/cih/api/contracts/%28contractId%29/involvedparties/",
"Method=POST",
"Resource=0",
"Mode=http",
"Body={
"partnerId":2203934,
"partnerRole":2165
}",
"Snapshot=t7198821076.inf",
LAST);

@AlexeyBuzdin
Copy link
Contributor

You would like to have the whole Body put in a single line? Will it be not hard to read?

@annapuskarjova
Copy link
Author

It's hard to read, but LoadRunner do not understand if it's not one line.

IgorGursky pushed a commit that referenced this issue Mar 30, 2017
LR body in the request should be one row #40
Please add variable support for LR plugin #30
@sergeytrasko
Copy link
Member

Already implemented, please close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants