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
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.
I am trying to integrate with Google Drive such that I can receive a notification whenever someone tries to request access for any file in my drive. But, I could not find any such API for that.
I have integrated with Google Drive Watch Changes API, but it doesn't push any event for access requests, otherwise, it works fine. I have also checked List Changes and Query Activity api whether it has any change for such case, but I could not find any such change/activity.
I found out that Slack can receive such notifications which means it is possible somehow. Kindly help, if you know how can it be done.
I assume that your goal is to record each time that someone opens any file in your Drive. If my assumption is correct, then you could use Apps Script API to accomplish your goal. You should create an onOpen() trigger that saves the user interaction (you may want to send yourself an email with MailApp), and apply it to every file that you want to monitor. You can take these project management examples as a reference. Please, ask me any additional doubt about this approach.
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
The webpage Template loads data via some json data we get from the endpoint.
I have a Rest Api and a Angular Front end . The Angular app populates the template from the data coming in from the rest api which we can see in the Network Tab of Chrome Developer Tools.
Is there any way we can modify the Rest data in Network tab and see the changes that occurs in the Webpage.
Is that even possible, It might sound a stupid question but i guess this might be a very special tool if there is not much interaction between the Back end and Front end teams.
I am not quite sure if i am able to explain it properly but this was the best i could edit please bear with me thanks
Just a Screen Shot of the type of data in Network tab.
Sample Data Network Tab
It is not possible from chrome's network tab. You have to use BurpSuite for example which is available in Kali linux as a default. With that you can intercept http requests and responses and modify it's payload.
You can get it from here: https://portswigger.net/burp/
No, you're not able to modify XHR data as you can other sources. What I do is just copy the file to my local drive and temporarily modify it's source. I test responses from API's using Postman and it's pretty awesome.
I have to say I'm a little bit afraid for you though. It's not a great idea to be consuming services from external api's from the client side. Are your API keys and passwords hanging out in that client side code somewhere?
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.