Giter Site home page Giter Site logo

testopiaclient's Introduction

TestopiaClient

Programmatically interfacing Testopia, to e.g. automatically create and update test cases when running CppUTest

TestopiaClient executable

The TestopiaClient executable reads CppUTest output from stdin and updates test data in Testopia automatically.

Compiling TestopiaClient executable on Linux:

Download expat-2.1.0 and ulxmlrpcpp-1.7.5 to folder ~/Downloads from the following URLs:

Extract and build expat

tar xf ~/Downloads/expat-2.1.0.tar.gz
cd expat-2.1.0
./configure
make
cd ..

Extract and prepare ulxmlrpcpp

tar xf ~/Downloads/ulxmlrpcpp-1.7.5-src.tar.bz2
cd ulxmlrpcpp-1.7.5
CPPFLAGS="-I../expat-2.1.0 -I../expat-2.1.0/lib -DHAVE_EXPAT_CONFIG_H" LDFLAGS=-L../expat-2.1.0/.libs ./configure
cd ..

Clone and compile TestopiaClient

git clone https://github.com/PaulBussmann/TestopiaClient.git
mkdir build-Linux
g++ -o build-Linux/TestopiaClient ./expat-2.1.0/lib/*.c ./ulxmlrpcpp-1.7.5/ulxmlrpcpp/*.cpp ./TestopiaClient/src/TestopiaRpcClient.cpp ./TestopiaClient/src/TestopiaClientMain.cpp  -DXML_STATIC -DULXR_STATIC_LIB -DHAVE_EXPAT_CONFIG_H -DULXR_HAVE_CONFIG_H -ITestopiaClient/include -Iulxmlrpcpp-1.7.5 -Iexpat-2.1.0 -Iexpat-2.1.0/lib -std=c++11 -lpthread

CppUTest

Compile CppUTestTests on Linux

git clone https://github.com/cpputest/cpputest.git
cd cpputest
apt-get install cmake
cmake CMakeLists.txt
make

Execute

./tests/CppUTest/CppUTestTests -v
cd ..

Example: Live update Testopia from CppUTestTests

Configure Testopia

  • Rename "TestProduct" to "CppUTest" at http:///editproducts.cgi?action=edit&product=TestProduct
  • Add plan "CppUTestTests", add build "unspecified" at http:///page.cgi?id=tr_show_product.html

Execute

./cpputest/tests/CppUTest/CppUTestTests -v | ./build-Linux/TestopiaClient -product CppUTest -build unspecified -environment --- -planid 1

testopiaclient's People

Contributors

paulbussmann avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.