Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Kauê da Silva Vieira
Título: Ferramenta WEB para Testes de Fórmulas Matemáticas
 
Abstract:
This paper presents the development of a tool that allows you to perform classes methods testing. The tool performs tests comparing results, tests of functions incorrect, which is a type of black box testing. From the tool developed you can enter the name of the classes and methods that you want to test and mathematical formulas whose evaluation result is compared to the result of the methods execution. The tool performs the methods and formulas to determine if what was developed is consistent with what was requested. The tests are described in textual form. For it was created a language that is interpreted by lexical analysis, syntactic and semantic. For the development of the tool was used the Visual Studio 2010, with the C # programming language and database manager MySQL.