All Questions
11
questions
2
votes
4
answers
4k
views
jmeter grab value from response data
I have a question about grabbing a certain value from the html response data in Jmeter.
I've been trying both regular expression and xpath extractor(see below) but having no luck.
This is part of the ...
1
vote
1
answer
3k
views
xpath Query for xpath extractor of Jmeter
Can someone please provide me the xml query for retrieving the value of sessionId from the below response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:createUserResponse ...
1
vote
2
answers
949
views
Use XPath in JMeter to get attribute value
Below is a sample response from JMeter tool.
<input name="requestId" type="hidden" value="-1859748216"/>
I try the following XPath //input[@name='requestId'], but ...
1
vote
2
answers
537
views
How to run for each loop on value extracted from regular expression extractor
Problem Statement: in my API response, I am getting same set of xml tag repeated multiple times but with different values of the underlying tags which are also repeating across xml response. Also ...
0
votes
1
answer
973
views
Getting oauth token using Jmeter xpath extractor
What should be the Xpath query if I want to extract the value for access token, ie 93ee29b4-74dc-4uu7-8e10-6eac6845511b from below http response. I tried using the Xpath extractor with different xpath ...
0
votes
1
answer
404
views
JMeter -XPath2 Extractor not working as XPath
I tried to use JMeter recommendation to move to XPath2 over XPath Extractor
Since JMeter 5.0, you should use XPath2 Extractor as it provides better and easier namespace management, better ...
0
votes
1
answer
901
views
How to Fetch or extract value from Div tag using Jmeter
I want to fetch OTP value(123456) from Div tag, as it changes every time.
How can i do this in Jmeter?
I have some idea that, it can done by xpath extractor & reguler expression..but doesn'...
0
votes
2
answers
4k
views
JMeter XPath Extractor Issue
I am trying to retrieve data from below XML but all the options i tried are giving me null value. Can someone please help!!!
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http:...
0
votes
0
answers
71
views
Need to get the xpath for tags in the below xml [duplicate]
<?xml version="1.0" encoding="UTF-8"?>
<OutputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/sp/SearchBPDBService" xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/" xmlns:ns0="...
0
votes
1
answer
568
views
Jmeter - Extract id value from url with xpath
I've the following URL
https://x.x.x.x/x/continue?processId=1234567&formAction=register
I need to extract the proccessId to use in the following request, but in JMeter with XPATH extractor value
...
-1
votes
1
answer
113
views
Xpath text selector on HTML Javascript Text Output
I am new to Xpath and currently working to extract data at below link:
https://www.ikea.com/us/en/catalog/products/60203330/
Xpath as below will print all text value as code in snippet.
Is there ...