Posts by Estevao FPM • 27 points
11 posts
-
0
votes1
answer96
viewsQ: Regular expression extractor error - JMETER
Good afternoon, everyone, I am unable to extract a data returned in the callback parameter in the GET HTTP - JMETER service. Could someone help? Goes below: JSON returned in call: { "wallets" : [ {…
-
-1
votes1
answer262
viewsQ: Validation of the data itself entered in the field (character limit)
Suppose I have a field that has a limit of 15 characters. In my test i add 16 characters. How do I validate that they were entered only 15 characters in the field?…
-
0
votes1
answer128
viewsQ: Chromedriver on MAC - Eclipse/Intellij
I have the following problem: I am now with MAC and can no longer run my automation. I already downloaded Chrome for MAC, but still get the following error: java.lang.Illegalstateexception: The…
-
0
votes1
answer70
viewsQ: Location of pseudo-elements (xpath)
Good morning, everyone! I have the following scenario (print attached). In order to automate my test, I would like to locate the message "Product successfully Added to your Cart" in my test through…
-
0
votes0
answers35
viewsQ: Automation called using Curl - Jmeter
Good afternoon, everyone! How do I add a Curl call to Jmeter in order to get my header to use for later tests? What is the test element? HTTP request itself? Could you help me? The following is…
-
-1
votes2
answers260
viewsQ: How do I validate element (button) no longer present on the screen (was presented but is no longer) - Selenium Webdriver
someone can help me? How do I validate element (button) no longer present on the screen? It was presented. I clicked and the button disappeared (expected scenario). However, I want to…
-
0
votes1
answer73
viewsQ: How to delete variables defined in the Header Manager in a given HTTP request (JMETER)
Could someone help? I would like to delete a certain parameter (variable) entered in the HTTP Header Manager in just one HTTP Request. Thanks in advance!
-
-2
votes1
answer595
viewsQ: JMETER - Regular Expression Extractor (regex)
Good afternoon, I have the following difficulty in JMETER: "presignedUrlRequest":…
-
-1
votes1
answer4841
viewsQ: How to validate a text (Assert) in a given field in Selenium Webdriver?
How do I validate a text in a given field? The location is xpath: html/body/div[1]/div/div[4]/article/div[1]/div/header/div[1]/h1 The text is "Congratulations! Successfully inserted". How should I…
-
0
votes1
answer114
viewsQ: Code error I can’t find - Create CNPJ (Java)
Good morning guys, could someone help me? I have this Java code that must create valid CNPJ number. However, the answer is Class GeradorCnpj when should I see the number. Follows the code: public…
javaasked Estevao FPM 27 -
-1
votes2
answers1161
viewsQ: Selenium IDE - Placeholder
I’m having trouble automating a test where I fill a field (placeholder) and save. When consulting what I saved, I see that the information entered in the field was not made. <input…