White Box Testing

[Solved] White Box Testing | Solidity - Code Explorer | yomemimo.com
Question : whitebox testing

Answered by : depressed-dog-6e7d4pdo43bo

Statement Testing = (Number of Statements Exercised / Total Number of Statements) x 100 %
Branch Testing = (Number of decisions outcomes tested / Total Number of decision Outcomes) x 100 %
Path Coverage = (Number paths exercised / Total Number of paths in the program) x 100 %

Source : https://www.tutorialspoint.com/software_testing_dictionary/white_box_testing.htm | Last Update : Tue, 30 Mar 21

Answers related to white box testing

Code Explorer Popular Question For Solidity