Why Fitnesse+RestFixture over JMeter? -


I am learning fitness + restfaction and it seems that JMT can do everything using fitness (eps. URIs are testing via HTBI verb)? Can someone shed some light on this please?

"post-text" itemprop = "text">

FitNesse is an acceptance testing tool, where Jmeter is primarily a demonstration test tool. In acceptance testing, testing and examination results can not be a recipient of technical person, therefore, how you define your tests and how the results are presented, are important matters.

Acceptance tests / criteria (in playful software development) are usually expressed in business customers and business domain language. [...] These tests are ideally designed in collaboration with business clients, business analysts, testers and developers. [...] the owner of the business customer (product) stakeholder primary project of these tests as user stories that cross their acceptance criteria, business owners can be assured that the developers are making progress in the right direction.

A non technical person may have problems interpreting raw HTTP / XML / JSON / etc, while business language can be defined together with tasters and developers. But hey, let's look at an acceptable test for example the fixtures lottery, with the use of Fetnse Selaim and Restfiakshns, with a fixed request builder fixtures and a fixed database consistency.

  # Real test page, it can be used after the user's story: #IfNoActiveDrawsIsAvailableAn empty listlist is full! | Script | Database stability | | Given that no active draw exists. | Script | Request Builder Stability | Make a request for active draw. Script | Rest scripts rest. $ {SERVER_URL} | | The request is sent to receive active activation service. | | Check that feedback is successful. | | There is a draw list in the check response. | | Check that in response. | 0 | Leaves on the active lottery.  

In this way, the examiner and the developer have hidden all the technical implementations and have converted it into an easy reading test.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -