It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
funciton test Level-1,contain 8 test cases Purpose: Issue Asset- Level 1 Prereq: secretphrase,balance Test Data: balance = {0, <1000, 1000,>1000} name len(0,1,2,3,4,5,6,7,8,9,10,11,100) quantity=(-1,0,0.1,1,100,1000,100000000000000000000000) Steps: 1. enter secrephrase 2. enter name 3. enter quantity 4. click issue 5. verify transaction is correct Purpose: place ask order- Level 1 Prereq: secretphrase,asset id,asset quantity Test Data: assetid={other acccount issued asset,i issued asset} balance = {0, 1, >1} price(-1,0,1.0,>1) quantity=(-1,0,0.1, =1, asset.quantity,> asset quantity) Steps: 1. enter secrephrase 2. enter assetid/select a asset 3. enter quantity 4. enter price 5. click place-ask-order 6. verify transaction is correct or not Purpose: place bid order- Level 1 Prereq: secretphrase,asset id,asset quantity,balance Test Data: assetid={other acccount issued asset,i issued asset balance = {0, =quantity*price, > quantity*price } price(-1,0,1.0,>1) quantity=(-1,0,0.1, =1, asset.quantity,> asset quantity) Steps: 1. enter secrephrase 2. enter assetid/select a asset 3. enter quantity 4. enter price 5. click place-bid-order 6. verify transaction is correct or not Purpose: cancel ask order- Level 1 Prereq: secretphrase,asset ask order Test Data: ask order Steps: 1. enter secrephrase 2. enter orderid/select a ask-order 3. click cancel-place-ask-order 4. verify this order is cancelled or not Purpose: cancel bid order- Level 1 Prereq: secretphrase,asset bid order Test Data: bid order- Level 1 Steps: 1. enter secrephrase 2. enter orderid/select a bid-order 3. click cancel-place-bid-order 4. verify this order is cancelled or not Purpose: check asset quantity- Level 1 Prereq: secretphrase,asset id ,asset.quantity Test Data: quantity=asset.quantity-1, asset.quantity, asset.quantity+1 Steps: 1. enter secrephrase 2. enter asset id/select a asset 3. enter quantity 4. place a ask order 5. verify this order is correct or not 6. verify quantity=your quantity. Purpose: place a ask order, don’t match- Level 1 Prereq: secretphrase,bid-order Test Data: price < bid-order.price Steps: 1. enter secrephrase 2. select a bid order 3. enter price 4. click place-ask-order 5. verify transaction is correct or not 6. verify balance=balance-fee 7. verify your asset quantity= your asset quantity -quantity Purpose: place a bid order, don’t match- Level 1 Prereq: secretphrase,ask-order Test Data: price < ask-order.price Steps: 1. enter secrephrase 2. select a ask order 3. enter price 4. click place-bid-order 5. verify transaction is correct or not 6. verify balance=balance-quantity*price-fee 7. verify your asset quantity don’t change |