|
"QENGINE6 API Docs" | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProblemReporterInterface
This interface offers extension to file bug reports to bug tracking
system of choice. Implementation classes shall implement
sendBugReport() to file reports.
See also com.adventnet.testtools.server.Mailer
.
Method Summary | |
---|---|
void |
deliverProjectProperties(java.util.Properties prop)
The Properties of a project are delivered by this method. |
void |
deliverTestCaseProperties(java.util.Properties prop)
The Properties of a Test Case are delivered by this method. |
void |
deliverUserProperties(java.util.Properties prop)
Properties configured by the user as arguments to this class through the Project Settings of any studio will be delivered through this method |
boolean |
sendBugReport()
|
Method Detail |
---|
void deliverUserProperties(java.util.Properties prop)
prop
- Configured arguments to ProblemReporter classvoid deliverProjectProperties(java.util.Properties prop)
Key | Description of Associated Value |
---|---|
projecthome |
project directory |
java.vendor |
Java Runtime Environment vendor |
test.report.dir |
directory where test reports will be placed by qengine |
test.logs.dir |
directory where test logs will be placed |
test.dir |
QEngine installaton directory |
appname |
Name of the Application Under Test |
appln.home.dir |
Installed directory of the application |
appversion |
version of Application Under Test |
prop
- Contains Project Propertiesvoid deliverTestCaseProperties(java.util.Properties prop)
Key | Description of Associated Value |
---|---|
id |
Test Case ID |
severity |
Severity of the testcase |
logmessage |
Description of the test case |
developername |
Name of the Developer of the test case |
developerteam |
Team or Module name to which the test case belongs |
emailid |
Email ID of the developer of the test case |
associtatedconf |
Names of the associated configuration files with the test case |
seq-params |
Sequencing Parameter of the test case. example: !COMBINE,NONE |
maxtimelimit |
Maximum Time for the test case to run |
prop
- Contains Test Case Propertiesboolean sendBugReport()
|
"QENGINE6 API Docs" | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |