
RSpec
JUnit
Cucumber
PHPUnit
Arquillian
Capybara
TestNG
pytest
JIterator
Postman
GoReplay
TestNG
Mockito
Robot framework
An automated testing tool based on recording and playback, used to achieve low-cost, high-coverage automated testing for Java backend systems. revolutionizes testing efficiency and accuracy. Streamline your testing processes, shorten iteration cycles, and ensure continuous software quality improvement.
RSpec
JIteratorJIterator's answer:
Traffic as test cases, supporting automatic diff and automatic assert, eliminating the cost of data preparation and assert writing, achieving lower-cost automated testing.
JIterator's answer:
Automated traffic recording and replay technology revolutionizes testing efficiency and accuracy. Streamline your testing processes, shorten iteration cycles, and ensure continuous software quality improvement.
JIterator's answer:
Medium to large enterprises with the Java technology stack or small enterprises with special requirements for stability
JIterator's answer:
In 2015, to address the increasingly severe challenges of automated testing for Taobao's price calculation system, we developed a traffic testing tool suitable for Taobao's backend systems, inspired by Tcpcopy. With its help, the price calculation system has never had a failure since.
In 2016, we were tasked to support the largest reconstruction project in the history of Alibaba's transaction system: the middleware transformation project. To support core transactions, we improved the product and achieved fully automated Mock capabilities for downstream systems, ensuring the smooth implementation of the project. Later, recording and replay became the core safeguard for the transaction system.
As our reputation spread within the group, our product was adopted and used by more teams. By 2023, more than 7,000 systems had adopted the system for support and it had also supported hundreds of system reconstruction projects, including Ping An Bank externally.
Due to organizational strategy adjustments, the traffic testing tool no longer provides external services. We created JIterator to provide services to the public. It has also surpassed the original traffic testing tool in many aspects, surpassing its predecessor.
JIterator's answer:
Traffic recording and playback technology based on JVM-TI
JIterator's answer:
Alibaba Pingan bank
Based on our record, RSpec seems to be more popular. It has been mentiond 32 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
As someone who has always appreciated TDD and BDD practices, Since 2012 used RSpec or Cucumber and implemented BDD practices in major companies like AOL, BCC. I can get the ideas and concepts pretty quickly. At Superagentic AI, weโve applied similar principles to our own work, in particular through SuperOptiX and our SuperSpec DSL, which allows users to define agent specifications in a human-readable way and... - Source: dev.to / 7 months ago
I am very comfortable with Minitest in Ruby. When I started to learn Rails, though, I was surprised by how different RSpec was. In case .NET testing is equally unlike the xUnit style, I should learn the idioms. - Source: dev.to / over 1 year ago
It supports both RSpec and Minitest as well as any other testing gem. There are flexible configurations options which allow to configure editor with needed testing tool. - Source: dev.to / over 1 year ago
I'm a huge supporter for TDD(Test Driven Development). Almost every piece code should be tested. During my co-op more than half of the time I spent writing test for my PR. I believe that experience really helped me understand the necessity of testing. I was surprised to see how similar the testing framework in JS and Ruby are. I used Jest which is very similar to RSpec I have used during my co-op. To mock http... - Source: dev.to / over 1 year ago
The describe and it keywords are popularly used in other JavaScript testing frameworks to write and organize unit tests. This style originated in Ruby's Rspec testing library and is commonly known as spec-style testing. - Source: dev.to / almost 2 years ago
JUnit - JUnit is a simple framework to write repeatable tests.
Postman - The Collaboration Platform for API Development
Cucumber - Cucumber is a BDD tool for specification of application features and user scenarios in plain text.
GoReplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment.
PHPUnit - Application and Data, Build, Test, Deploy, and Testing Frameworks
TestNG - TestNG is a testing framework.