Skip to content

k3po/k3po.dotnet

Repository files navigation

K3PO for .NET

Build Status Issue Stats Issue Stats

  • .Net K3PO Testing Framework
  • NUnit Extension for K3PO Testing

Requirement

  • Visual Studio 2013. The community edition can be downloaded from here
  • NUnit 3.0.1

Steps to run the sample test

  • Open K3PO.sln in Visual Studio
  • Build the solution.
  • The sample test is available in Sample\K3po.NUnit.Sample project
  • You can use NUnit Test Adapter to run the NUnit test
  • Before running the test, make sure that the K3PO server is launched.
    • Download the latest K3PO launcher jar file from maven central
      • Save the jar file in K3PO-Launcher directory
    • Use the following command to launch K3PO from the Sample\K3PO-Launcher directory
      • java -jar K3PO.jar --scriptpath ..\Scripts

Releases

No releases published

Packages

No packages published