Teststack Unit Tests class
ProcessorTest
extends
UnitTestCase
{
/**
@test
*/
public
func0on
process()
{
...
}
}
Functional Tests class
ProcessorTest
extends
Func
/**
@test
*/
public
func0on
process()
{
...
}
}
Acceptance Tests Feature:
In
order
to
sell
products
as
a
store
employee
I
want
to
use
the
sales
app
Teststack Unit Tests class
ProcessorTest
extends
UnitTestCase
{
/**
@test
*/
public
func0on
process()
{
...
}
}
Functional Tests class
ProcessorTest
extends
Func
/**
@test
*/
public
func0on
process()
{
...
}
}
Acceptance Tests Feature:
In
order
to
sell
products
as
a
store
employee
I
want
to
use
the
sales
app
....
Performance Tests class
PerformanceTest
extends
Simulaval
scnHome
=
scenario("Show
the
homepage“)
.exec(hKp("Homepage").get("/index.php"))