Tag: jmeter
-
Trying to run Login graphql query(Magento 2) in jmeter with graphql http request but request is not being sent properly and results in 500
0 Below is the query I am trying to run to generate customer token. Can somebody help me out? Query runs successfully in Postman. mutation Login($email: String!, $password: String!) { generateCustomerToken(email: $email, password: $password) { token customer { …CustomerFragment } } } fragment CustomerFragment on Customer { email firstname lastname mobilenumber user_source pushnotification group_id is_subscribed…
-
AWS Developer (GraphQL, Node JS and Typescript) – Remote – Talent Hires – Remote
Talent Hires Remote $50 – $60 Accepts corp to corp applications, Contract: Independent, W2, 2 Year(s) Skills AWS AppSync GraphQL JSON Jmeter S3 Terraform Typescript Unit testing AWS Serverless aws lambda Job Description Hi, Urgent need for AWS Developer (GraphQL, Node JS and Typescript) AWS Developer: • Technical skills – Node JS16.x, Typescript, GraphQL, ECS…
-
Extra double quotes are getting added when using jmeter variable to pass value in GraphQL HTTP request ‘Variable’ in Jmeter
0 I want to send below request in GraphQL HTTP request in Jmeter – {"pageName":"TEST_SCREEN","section":"TEST_SCREEN","action":{"name":"includeObjects","fields":[{"fieldName":"id_","value":"101"},{"fieldName":"id_","value":"102"},{"fieldName":"id_","value":"103"}]}} I am generating the value of "fields" dynamically and it can have any number of entries. So I generated value for fields and stored in a variable beforehand like below- String request = "["; for (int i = 0 ;i<items.length;i++)…