I am trying to perform load testing on particular application form of a portal using JMeter tool. I have recorded the whole scenario using blazemeter tool and exported it into .jmx file. In the JMeter tool, I have imported the file, able to login to the portal through JMeter, and parameterized the whole fields required to fill the application form.The problem is at last, request of all the data against those field is going but in the response I am getting "Data Failed", ultimately unable to submit the form through JMeter.This can be due to the pop-up which can not be recorded by blazemeter but it pops up at the time of submission on the actual portal, so **how to handle that pop up in JMeter to submit the form?**I am using apache-JMeter 5.2.1.I am also attaching the screenshots for reference. I am looking forward for help.pop up shown on windowrequest data shown in imagePop-up shown on actual windowLogged in successfully
How to handle pop-ups in Jmeter automation tool?
823 views Asked by Harshita Gupta At
2
There are 2 answers
0
Harshita Gupta
On
link for the har file of real browser: [https://drive.google.com/file/d/1_zopIDpOjniqBsXtcDs53Zujzv62UxYt/view?usp=sharing][1]
link for .jmx file: [https://drive.google.com/file/d/1sZWeN3OfXxjvHlGn8bAjzGyP4Kq0TqwV/view?usp=sharing][1]
I am unable to handle confirmation pop-up (in javascript) through JMeter tool.
Related Questions in UNIT-TESTING
- Google Truth.assertThat.contains does not behave similar to List.contains
- What's the best way to breakup a large test in pytest
- How to refer to the filepath of test data in test sourcecode?
- How to mock a dynamic endpoint in Apache Camel Spring Boot
- pytest mock failing when mocking function from imported package
- Jest configuration error while running test case in teamcity
- Resolve paths dynamically based on directory where test (or tested files) is located in Jest
- One-time implementation with Jest's mockResolvedValueOnce within test remains from one test to another
- Why can't I mock the decorator of the function?
- Gitlab pipeline stuck with nx cloud issue
- How to create an improperly closed gzip file using python?
- Nest.js service structure for API integration
- uiState not updating in Tests
- Unit Tests not Compiling or Being found without mod tests in main.rs. Is this a requirement or am I missing some configuration?
- Mocking Stream or Reader in Java Junit
Related Questions in LOAD-TESTING
- Azure openai load testing mode
- How to generate random item from json file in yaml code for artilliery load testing?
- How to enter user input in jmeter console (without doing parameterization)
- How to export statistics from SoapUI load test via groovy script?
- In artillery can I run multiple scenarios simultaneously
- Why and how is the group time with a single http request less than the sum of the time of all parameters related to that http request?
- How can I save reference Id In Jmeter? and generate it new in each iteration
- Apache JMeter Load Testing - Load test over certain period of time
- Artillery - A lambda function has exited with with an error. Reason: artillery error
- Load Testing using Artillery.io
- Pod is handling all requests even when Keep-alive is set to False
- Is it possible to do Load testing on a Simulator?
- Recive [Errno 111] Connection refused on load test for TCP Server
- got MissingPropertException from Jmeter while using addArgument for http Request sampler
- How solve error 'Configuration result is immutable' using package loadtest with configfile?
Related Questions in JMETER-5.0
- How to send huge JSON with PDF encoded over HTTPS in JMeter?
- Difference between Summary Report Bytes/sec and Bytes Throughput Over Time plugin JMeter
- JMeter - [59014] Ensure browser is set to accept the JMeter proxy cert: Software caused connection abort: recv failed
- Want to capture the response from the first validated sampler within a Random Order Controller
- HTML Dashboard Throughput, Response Times and User Load
- Jmeter - Conditional execution
- Jmeter >> ChromeWebDriver >> Having issue while running in Bamboo, Maven it works
- error:https://cdn.foxycart.com/bmjpg.ecommerce.highwire.org/loader.js code:403 message:Forbidden,
- Do I need to parameterize here and ask for test data?
- What types of assertions should I set to know if my script is working?
- JMeter - I am saving the test results in a CSV but it does not show any Response Data. Does the Response Data only work for XML?
- Performance testing PEGA application
- Jmeter If condition to check JSR223 variable value not working
- JMeter No-Gui CSV Report adding additional column for some entries
- Is it possible to do Load testing on a Simulator?
Related Questions in WINDOW-TESTER
- How to handle pop-ups in Jmeter automation tool?
- Running UI test in Jenkins Docker-Slave
- Eclipse Java: missing jars from plugin library, recommend alternatives or solution?
- Why my windowtester tests are failing in jenkins server slaves
- After upgrading to Eclipse Luna, WindowTester is unable to identify the view menu in the 'Problems' view
- Can WindowTester be integrated with some other tool to make it work with Android?
- Prevent windowtester from exiting the application automatically after the test is over
- Access windows native message dialog box windowtester
- Running Eclipse WindowTester Pro test from ant script
- WindowTester - Accessing file system (tree) item in a rcp client
- How to Click on a Tree Item in a Cell using windowTester?
- Setting up Window tester pro linux. SWT error
- windowtester click all buttons with the same name
- tycho surefire with windowtester pro does not open correct window
- Getting NoClassDefFoundError only with TestCases
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Cross-check the request from the real browser and from JMeter using a 3rd-party sniffer tool like Fiddler or Wireshark, the requests must be the same (apart from dynamic data which needs to be correlated)
If you're using parameterization - ensure that JMeter Variables have their anticipated values using Debug Sampler
Given you send the same request you should be getting the same response.
If you will not be able to figure out the cause yourself - consider adding .har files for requests from the real browser and from JMeter to your question so we could take a look.