QA Wizard Pro 2017.1 Server Database ERD
List of tables
Table details
NameComment
QAW_DB_VERSIONContains QA Wizard Pro Server metadata. Identifies the database and QA Wizard Pro Server using the database.
QAW_LOAD_TESTRepresents a load test. Provides information about load test playback sessions.
QAW_PLAYBACK_SESSIONUser-initiated session that performs a test in QA Wizard Pro. From the user interface, the run starts from the Run, Run Multiple, Run Remote, Run Multiple Remote, Run Load Test, Run Main Script, or Run Main Script Remote commands. Debug Script, Record Into Script, and Debug Main Script commands are not included because they are not recorded. From the command line, the run starts using QAWRunScript or QAWRunLoadTest with any options.
QAW_SCRIPTA script that ran.
QAW_SCRIPT_LINE_RUNAn individual script line that ran.
QAW_SCRIPT_LINE_RUN_MESSAGEA message (error, warning, or output) that occurred on a script line during playback.
QAW_SCRIPT_RUNAn instance of a script that ran.
QAW_STACK_FRAMEA group of related script lines in the context of a script, function, or subroutine call or Try, Catch, or Finally block. Provides a logical division of the script run. A new frame is created for each context and added to the call stack.