JMeter, from Apache, is a load and performance testing tool.
N/A
XCTest
Score 8.3 out of 10
N/A
The XCTest framework is used to write unit tests for Xcode projects that integrate with Xcode's testing workflow. From Apple, the solution enables users to create and run unit tests, performance tests, and UI tests for Xcode project.
N/A
Pricing
Apache JMeter
XCTest
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
JMeter
XCTest
Free Trial
No
No
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Apache JMeter
XCTest
Considered Both Products
JMeter
Verified User
Anonymous
Chose JMeter
We only have compared it with LoadNinja and in many aspects Apache JMeter is a better option. The LoadNinja is the enterprise tool so it does not offer the same flexibility and integration with other systems. The community support is great with Jmeter compared to LoadNinja.
BlazeMeter is a cloud offering and can be useful if you don't have dedicated system resources for doing load testing. It also avoids cases where the testing system becomes the bottleneck.
Postman is really more about API testing, and was never aimed at performance/monitoring the way Apache JMeter does. If you find someone trying to use postman this way... show them the way!
More threads supported, open-source, more reliable, and easy to work with. The User interface is very elegant and simple to use, as compared to other competitors.
It is very costlier than Jmeter to manager for a multi-seat license. All company does not procure the license for costlier tools. Maintaining Load Runner scripts is difficult than JMeter scripts. You need skill resources to create and maintain the Loadrunner scripts and tools. …
Although Selenium is designed for automating real-world tests in browser and JMeter is designed to perform load testing, in some cases, JMeter based tests may be enough to verify application functionality. These products don't directly compete with each other and it should be …
SoapUI is a bit easier to get rolling for people without development skills but if you have people with development skills JMeter shines. JMeter also uses significantly fewer resources on the client so you can be sure your testing isn’t restricted by the client machine.
Best open-source performance testing tool. JMeter has no alternative for performance testing. It is really easy to record and enhance scripts using this tool. It provides lots of free plugins which gives us much flexibility. It can be executed using GUI or non-GUI. Good tool …
It's very easy GUI helps the tester to perform various testing scenarios. Easy to configure test cases and modules which has proper and well-maintained documentation. Its an excellent tool for performance testing and running a variety of load tests, stress tests, and longevity …
It has very powerful capabilities and for free!!! It's ease of use and installation and easy to get started are highlights. A lot of community support and youtube videos from JMeter developers to help you understand various functionalities within JMeter to support you. You can …
Jmeter is better for projecting a path to look into. Crystal only allows you to pull the specific data and display a set of data that you request. Jmeter allows you to feel out the direction the data is going as you go. Crystal also can have issues with graphing data correctly.
I have evaluated LOADUI (web free version) and it was a very unstable tool and I could not rely on those results completely as I was not sure how the tool was performing. It only generated the top 10 less transaction times and when Jmeter was in use, it was very effective in …
LoadRunner and Silk Test were the tools I used in the past to compare with JMeter. I thought LoadRunner had a more commercial appearance and it comes with HP support from your service provider. It also comes at a steep price. JMeter and LoadRunner have a similar learning curve …
We found BlazeMeter's service to fit great with our JMeter scripts, since they execute our JMeter scripts and provide excellent reporting tools and graphs, besides multi region and infrastructure to support different configurations of multiple concurrent users. I have used HP …
I have used LoadStorm. But, with JMeter we have advantages for it being open source, as lot of our clients don't have the budget to invest in tools. It can be used to write complex scripts, multithreading framework allows concurrent sampling by many threads and simultaneous …
NeoLoad is far ahead of JMeter in terms of reporting and user interface, the turn around time is less compared to JMeter as there are enough experts in market.
We used Appium to do unit testing, but we felt that it was slow and had its own learning curve, so we decided to try XCTest; it seemed faster and more agile to use because we already had knowledge of iOS and the other advantages that I talk before, now all the team is using …
The key questions I would pose are: how high of a concurrent load do you need to generate against the system? How technically skilled are your personnel that will perform the load testing? How much programmable/scripting/code based control do you desire from the tool? Do you prefer more of a GUI based tool or a programmatic code/scripting based tool? JMeter will be for those that want a GUI, moderate to low scripting/code based control/programmability, moderate to low load generation, and for users experienced in the novice to expert range.
Overall, XCTest is a good choice for testing iOS functionality and apps at a basic unit level. In order to thoroughly test the logic, you must add many of those sorts of basic tests, which makes functional UI testing more appropriate for iOS apps. As I mentioned earlier, limited Programming Language Support and no cross platform compatibilities are the only major drawbacks.
Easy to construct Webservices script - You just need to add a sampler with the endpoint, payload and header information. And boom you can run a load test on the service with varying load and capture the response time and throughput. In a commercial tool like Loadrunner or Silkperformer, this process would take at least couple of hours, while with Jmeter we can do this in 10 minutes or less.
Modularizing the scripts - Jmeter has a very good way of organizing the scripts and the reusability of the existing script (transactions) is also as easy as copy pasting the script.
Jmeter tests can be run from anywhere, so you can run it from the idle webserver itself if you have some firewall restrictions to test it from your local or other environment.
Jmeter distributed tests can be spawn from the AWS and results collated to see the performance from different regions in the world.
Even though it has very easy installation, you can run into issues easily. I was ab;e to trigger a test at browser level but couldn't stop the tests. I had to kill it from task manager and then had to reinstall from begining.
There are so many things in JMeter you can do especially with the sampler for selenium for UI tests. More documentation/webinars etc.. would help the community better.
The jmx files should have an easy way to be integrated with ci/cd tools and cloud.
Price, Wiki and user sharing. Having access to the information provided by the developers and other open source providers is key for me. The ability to share information and get answers directly is very important to success in software testing. And the price of this product currently is amazing. Too many companies charge way too much money for products that are far behind in their value and pertinence
The purpose related to performance and load testing through Apache JMeter works fine but the usability of the tool should be improved quite a lot. If someone starts with the Jmeter fresh without prior experience, they need to put more efforts in understanding the tool. The UI is not that great which is the main reason not to give high rating on usability.
I have been using JMeter for the last year. By using this tool, you can make sure the system will work under varied loads. It helps us to simulate real time scenarios by creating required virtual users and make sure the application will work under load. Perform load, stress, and stability testing using JMeter.
I have evaluated LOADUI (web free version) and it was a very unstable tool and I could not rely on those results completely as I was not sure how the tool was performing. It only generated the top 10 less transaction times and when Jmeter was in use, it was very effective in using plugins to accommodate more outputs.
We used Appium to do unit testing, but we felt that it was slow and had its own learning curve, so we decided to try XCTest; it seemed faster and more agile to use because we already had knowledge of iOS and the other advantages that I talk before, now all the team is using XCTest.
It helped to estimate resources required for a particular client requirement. For example if the client wants the application to be used by 500 users for 1 hour, based on the load test we perform for 500 users and 1 hour we recommend resources and their capabilities.
Jmeter was used to identify bottleneck. This would lead to better performance.