How to display Excution Result in user understandable(Expected and actual result) form while running RFT scripts from RQM
One answer
Hi, Sowmya
If you want to have expected result and actual result for RFT script, you will need to have verification point in the RFT script. All other statements without verification points will only be shown the actual result(pass or failed etc) for the statement. For example, the statement is "Start Application xxxx", if the playback executed that statement and the application is started, it will give "passed" to that statement only. Even though Expected result and Actual result do not
have any info, it does mean by the statement itself that Expected result is "start application xxx" and the Actual result is
"application xxx was started" hence it is passed. Therefore if there is any objects the users think it is important to have clear expected and actual result for RFT script in RQM playback, they need to insert verification point into the script.
If you want to have expected result and actual result for RFT script, you will need to have verification point in the RFT script. All other statements without verification points will only be shown the actual result(pass or failed etc) for the statement. For example, the statement is "Start Application xxxx", if the playback executed that statement and the application is started, it will give "passed" to that statement only. Even though Expected result and Actual result do not
have any info, it does mean by the statement itself that Expected result is "start application xxx" and the Actual result is
"application xxx was started" hence it is passed. Therefore if there is any objects the users think it is important to have clear expected and actual result for RFT script in RQM playback, they need to insert verification point into the script.