Hi All
I have been reading through the documentation, and I was wondering if they were an example of a mix of code and recorded step where the test initially sets up the test data needed for the test, run's the recorded steps that have been created, then a coded step which tear down's the data used.
I know in other web automation tools you would have something let the following
public void initalSetup()
{
// The set up would be here
}
public void test()
{
// The test would be here
}
public void tearDown()
{
// The tear down would be here
}
I know that this page exists http://docs.telerik.com/teststudio/user-guide/code-samples/general/execute-custom-scripts-before-after-test.aspx but I found it a bit confusing
Any help would be great
Thanks
Chris
I have been reading through the documentation, and I was wondering if they were an example of a mix of code and recorded step where the test initially sets up the test data needed for the test, run's the recorded steps that have been created, then a coded step which tear down's the data used.
I know in other web automation tools you would have something let the following
public void initalSetup()
{
// The set up would be here
}
public void test()
{
// The test would be here
}
public void tearDown()
{
// The tear down would be here
}
I know that this page exists http://docs.telerik.com/teststudio/user-guide/code-samples/general/execute-custom-scripts-before-after-test.aspx but I found it a bit confusing
Any help would be great
Thanks
Chris