#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include "testdefinitiondatatypes.h"
#include "manual_executor.h"
Go to the source code of this file.
Functions | |
LOCAL xmlChar * | get_comments () |
LOCAL int | check_user_input (char *buff, int *result) |
void | pre_manual (td_case *c) |
int | execute_manual (td_step *step) |
void | post_manual (td_case *c) |
LOCAL int check_user_input | ( | char * | buff, | |
int * | result | |||
) |
Check that user input is valid.
buff | user input | |
result | [OUT] pass result for caller |
Definition at line 84 of file manual_executor.c.
int execute_manual | ( | td_step * | step | ) |
Execute manual test step
step | test step data |
Definition at line 172 of file manual_executor.c.
LOCAL xmlChar * get_comments | ( | ) |
Prompt user for comments
Definition at line 138 of file manual_executor.c.
void post_manual | ( | td_case * | c | ) |
Do manual test case post processing.
c | test case data |
Definition at line 212 of file manual_executor.c.
void pre_manual | ( | td_case * | c | ) |
Print information before manual test case execution
c | test case data |
Definition at line 160 of file manual_executor.c.