| Package | Description |
|---|---|
| com.qmetry.qaf.automation.core | |
| com.qmetry.qaf.automation.step | |
| com.qmetry.qaf.automation.step.client | |
| com.qmetry.qaf.automation.util |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,TestStep> |
ConfigurationManager.getStepMapping()
Get test-step mapping for current configuration
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTestStep
com.qmetry.qaf.automation.step.BaseTestStep.java
|
class |
JavaStep
com.qmetry.qaf.automation.step.JavaStep.java
|
class |
StringTestStep
A proxy step class facilitate to create non java custom steps.
|
class |
WebElementStep
com.qmetry.qaf.automation.step.WebElementStep.java
|
| Modifier and Type | Method and Description |
|---|---|
TestStep |
WebElementStep.clone() |
TestStep |
TestStep.clone() |
TestStep |
StringTestStep.clone() |
TestStep |
JavaStep.clone() |
abstract TestStep |
BaseTestStep.clone() |
TestStep |
StringTestStep.deepClone() |
TestStep |
StepExecutionTracker.getStep() |
TestStep |
StringTestStep.getTestStep() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,TestStep> |
JavaStepFinder.getAllJavaSteps() |
java.util.Set<TestStep> |
StepFinder.getAllJavaSteps(java.util.List<java.lang.String> pkgs) |
java.util.Collection<TestStep> |
TestStepCompositer.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StringTestStep.addStep(java.lang.String name,
TestStep step) |
static BDDStepMatcher |
BDDStepMatcherFactory.getStepMatcher(TestStep s) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StringTestStep.addSteps(java.util.Map<java.lang.String,TestStep> steps) |
| Constructor and Description |
|---|
StepExecutionTracker(TestStep step) |
StepInvocationException(TestStep step,
java.lang.String message,
boolean isSkip) |
StepInvocationException(TestStep step,
java.lang.Throwable cause) |
StepInvocationException(TestStep step,
java.lang.Throwable cause,
boolean isSkip) |
| Constructor and Description |
|---|
TestScanario(java.lang.String name,
java.lang.String description,
java.util.Collection<TestStep> steps) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomStep
com.qmetry.qaf.automation.exceltest.CustomStep.java
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<TestStep> |
Scenario.steps |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
CustomStep.clone() |
protected TestStep |
AbstractScenarioFileParser.parseStepCall(java.lang.Object[] statement,
java.lang.String reference,
int lineNo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TestStep> |
Scenario.getSteps() |
java.util.Collection<TestStep> |
CustomStep.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Scenario.execute(TestStep[] stepsToExecute,
java.util.Map<java.lang.String,java.lang.Object> context) |
| Constructor and Description |
|---|
CustomStep(java.lang.String name,
java.lang.String description,
java.util.Collection<TestStep> steps) |
DataDrivenScenario(java.lang.String testName,
java.util.Collection<TestStep> steps) |
DataDrivenScenario(java.lang.String testName,
java.util.Collection<TestStep> steps,
java.util.Map<java.lang.String,java.lang.Object> metadata) |
Scenario(java.lang.String testName,
java.util.Collection<TestStep> steps) |
Scenario(java.lang.String testName,
java.util.Collection<TestStep> steps,
java.util.Map<java.lang.String,java.lang.Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.StackTraceElement[] |
StackTraceUtils.getStackTrace(java.lang.Throwable t,
TestStep step) |
Copyright © 2000 Infostretch Corp.