← Back to team overview

sikuli-driver team mailing list archive

[Question #179984]: Can we capture screenshot failed test cases in test link

 

New question #179984 on Sikuli:
https://answers.launchpad.net/sikuli/+question/179984

HI,
Can we capture screenshot for failed test cases in the test link

example 
if (blnFail == false)
{
resultado = TestLinkAPIResults.TEST_FAILED;
		
}
else
{
resultado = TestLinkAPIResults.TEST_PASSED;
}
}
else
{
nota += "Fail: Operation Window is not closed ";
resultado = TestLinkAPIResults.TEST_FAILED;
}

catch (Exception e) 
{

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.