During my jmeter script recording I am getting following error
Please provide valid credit card information
But when I use the same data to manually execute the flow from browser,there is no issues.
It was happening because Jmeter certificate was not installed on the browser.
Related
I tried to test one WEB application. I log in to the application and then go to diff. menu. In JMeter, I used "HTTP(S) Test Script Recorder" to record the application after stopping the recording many requests are created and I tried to run those requests then some requests failed it shows error 403, "Invalid username and password ". Here I also used a recording controller.
So I need help to test the load /performance of my web application for multiple users so how is it achieved?
I don't think that "many" requests should be created, I can think of 3:
Open login page
Perform login
Go to "diff" menu
If you're seeing "many" requests most probably you're recording a lot of stuff that you should not be recording like embedded resources
There is Recording Template which is kind of handy, it has pre-defined patterns for excluding of common file types which you should not be recording
Also be aware that in the majority of cases you won't be able to successfully replay a set of recorded requests without correlating the dynamic parameters.
This is strange we have started receiving too many per day (nearly 300-500 times)
googleapi: Error 500: Internal error encountered., backendError
while calling Admin SDK Directory API. https://developers.google.com/admin-sdk/directory
Google chat support for API is removed and Facing issue with how to address the problem. Our rate limit and query calls are way in the limits. We query Admin SDK as a cronjob schedule.
Is there a way we can debug 500 errors for AdminSDK
Is there any information regarding which deployment Region of Google is more capable to handle load?
No error on console
Logs error
Contact Workspace Support or File a Bug
As DalmTo pointed out, 500 errors are usually out of your control. Especially in this case since you are calling Google's servers.
The best option to debug these errors is probably contacting support directly. You can find the corresponding contact information for your Workspace account on this page.
https://support.google.com/a/answer/1047213?hl=en
If you are able to regularly reproduce this and you think its a bug, fill out the template here:
https://issuetracker.google.com/issues/new?component=191635&template=824102
Ensure to include your code, complete reproduction steps, some evidence/statistics of the failures, and any other information you can give.
This usually happens when the Google Cloud Platform service account used for authentication was created after the in-app products.
To solve this, make a trivial edit to your in-app products in the Google Play Console. For example, add a temporary tag. Then try again to make the request and it should succeed.
By the way, the same is true for the purchases.voidedpurchases which reports an "insufficient permissions" error.
We're trying to perform load test on our local/internal website. we're facing issue at Stripe payment pop up. though handled the dynamic keys,it shows error as : "Unable to perform color detection".
Excellent if somebody can help me on this.
Tried with dynamic key's handling using regular expression extraction, using Jmeter 5.1 version tool.
Actual: Facing issue at stripe payment API, With error message as "Unable to perform color detection"
Expected: 200 status code.
Here's reference screenshot:
As per Stripe error : unable to perform color detection question most upvoted answer
This can happen if the image URL is not publicly accessible, as Stripe has to be able to request the image from their servers. This can happen if you are running a local copy of the application which isn't accessible from the outside world, or if it is behind a VPN or authentication.
So you need to ask network administrator to allow your local application to access Stripe backend servers or alternatively ask developers to point the image to be obtained from local source.
There is nothing to do with JMeter here, you can only ignore the error by adding a Response Assertion as a child of the request which is failing and ticking Ignore Status box
I recorded google search step using jmeter. After finish recording I have save my recorded file but recorded steps are not readable:
Also I when I re-open that file and try to run this it gives error:
Anyone please help me on how can I run the recorded file
'ocsp request' usually comes while recording with google chrome or when there is some google id running in back ground. you will not be able to see the values in plain text as google authentication is always encrypted
e.g: In the screenshot provided its client1.google.com is a google server.
Please be informed that you would need to perform such tests only on authorized websites , In a scenario of this request which has come up during recording, please feel free to delete it
I need to use jmeter with worklight. I followed the IBM knowledge center and could extract the wl instance from init.But when try to use the login function , it is showing unauthorized 401 and the response is not the authstatus required ,instead it is displaying another instance id. Give me suggestion and document for solving this issue.
Without seeing your test script, it is difficult to answer this question.
However, something to look at is:
Is the instance ID the same one in all trials or not?
If it is the same instance ID then you are likely not properly extracting the instance ID.
If is is not the same instance ID, you might have a configuration problem in the HTTP cookie manager in jMeter. It would be better to see the script.
What exactly did follow from the IBM Knowledge Center? Please provide the link.