The tmcommit subcommand starts Rational® ClearQuest Test Manager tests represented by two ClearQuest record types: configured test cases and test suites. You log into a ClearQuest database and then start a configured test case using the tmexecute command. You capture the results of the execution. Later, probably not in the same session, you can log into the same database and use the tmcommit command to commit the results of the test into the ClearQuest database.
Performs a simple commit.
cqtool>tmcommit -id QEMS00000187 -log “C:\\mylogs\\logs\\log1.execution” -startup “C:\\Program Files\\IBM\\SDP70\\eclipse.exe”
Performs a commit and specifies a build name.
cqtool>tmcommit -id QEMS00000187 -bname build101 -log “C:\\mylogs\\logs\\log1.execution” -startup “C:\\Program Files\\IBM\\SDP70\\eclipse.exe”
Performs a commit and specifies a build record.
cqtool>tmcommit -id QEMS00000187 -brecord buildrecord101 -log “C:\\mylogs\\logs\\log1.execution” -startup “C:\\Program Files\\IBM\\SDP70\\eclipse.exe”