Regression testing: Difference between revisions

Content deleted Content added
Tag: Reverted
Tag: Reverted
Line 55:
 
===Use in Blockchain Technology ===
In Blockchain technology and [[Cryptocurrencies]], a Regression test (Regtest) mode are provided for developer to testing and experiment for their software and command without affect the real production (mainnet) data and the [[testnet|public test network]] (testnet). The Regtest mode are usually run on local computer or local network so that block can be generate instantly. <ref name="btctest01">{{cite web|title=Testing Applications
|url=https://developer.bitcoin.org/examples/testing.html|publisher=bitcoin.org}}</ref>
The Regtest mode are usually run on local computer or local network so that block can be generate instantly. <ref name="btctest01"></ref>
 
==See also==